-
public class BitRatesUtilities for bit rate estimation.
-
-
Method Summary
Modifier and Type Method Description static longestimateVideoBitRate(int width, int height, int frameRate)static longestimateAudioBitRate(int channels, int sampleRate)-
-
Method Detail
-
estimateVideoBitRate
static long estimateVideoBitRate(int width, int height, int frameRate)
-
estimateAudioBitRate
static long estimateAudioBitRate(int channels, int sampleRate)
-
-
-
-