Methods Summary |
---|
public int | getBitRate()Returns the current bit rate of the owning object. If the stream
is of variable bit rate, then the value returned is an
instantaneous or average bit rate over a period of time.
The bit rates are specified in bits per second.
|
public int | getMaxSupportedBitRate()Returns the highest bit rate that this object can encode the
data stream to.
The bit rates are specified in bits per second.
|
public int | getMinSupportedBitRate()Returns the lowest bit rate that this object can encode the
data stream to.
The bit rates are specified in bits per second.
|
public int | setBitRate(int bitrate)Sets the bit rate of the owning object. This is mostly relevant
in the case of encoders. If the bit rate cannot be controlled, then
the return value is -1.
The bit rates are specified in bits per second.
|