Uses of Class
tv.hd3g.fflauncher.enums.FFUnit
-
Packages that use FFUnit Package Description tv.hd3g.fflauncher tv.hd3g.fflauncher.enums -
-
Uses of FFUnit in tv.hd3g.fflauncher
Methods in tv.hd3g.fflauncher with parameters of type FFUnit Modifier and Type Method Description FFmpegFFmpeg. addBitrate(int bitrate, FFUnit bitrateUnit, int outputVideoStreamIndex)FFmpegFFmpeg. addBitrateControl(int minRate, int maxRate, int bufsize, FFUnit bitrateUnit) -
Uses of FFUnit in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return FFUnit Modifier and Type Method Description static FFUnitFFUnit. fromString(String u)static FFUnitFFUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static FFUnit[]FFUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.
-