Uses of Class
net.bramp.ffmpeg.probe.FFmpegStream.CodecType
-
Packages that use FFmpegStream.CodecType Package Description net.bramp.ffmpeg.probe -
-
Uses of FFmpegStream.CodecType in net.bramp.ffmpeg.probe
Fields in net.bramp.ffmpeg.probe declared as FFmpegStream.CodecType Modifier and Type Field Description FFmpegStream.CodecTypeFFmpegStream. codec_typeMethods in net.bramp.ffmpeg.probe that return FFmpegStream.CodecType Modifier and Type Method Description static FFmpegStream.CodecTypeFFmpegStream.CodecType. valueOf(String name)Returns the enum constant of this type with the specified name.static FFmpegStream.CodecType[]FFmpegStream.CodecType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-