Uses of Class
tv.hd3g.fflauncher.FFmpeg.FFHardwareCodec
-
Packages that use FFmpeg.FFHardwareCodec Package Description tv.hd3g.fflauncher -
-
Uses of FFmpeg.FFHardwareCodec in tv.hd3g.fflauncher
Methods in tv.hd3g.fflauncher that return FFmpeg.FFHardwareCodec Modifier and Type Method Description static FFmpeg.FFHardwareCodecFFmpeg.FFHardwareCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static FFmpeg.FFHardwareCodec[]FFmpeg.FFHardwareCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.fflauncher with parameters of type FFmpeg.FFHardwareCodec Modifier and Type Method Description FFmpegFFmpeg. addHardwareVideoDecoding(String source, FFprobeJAXB analysingResult, FFmpeg.FFHardwareCodec hardwareCodec, FFAbout about)"Patch" ffmpeg command line for hardware decoding.FFmpegFFmpeg. addHardwareVideoEncoding(String destCodecName, int outputVideoStreamIndex, FFmpeg.FFHardwareCodec hardwareCodec, FFAbout about)Set codec name, and if it possible, use hardware encoding.
-