public static interface VideoEncoderFactory.VideoEncoderSelector
Modifier and Type | Method and Description |
---|---|
VideoCodecInfo |
onAvailableBitrate(int kbps)
Called with the current available bitrate.
|
void |
onCurrentEncoder(VideoCodecInfo info)
Called with the VideoCodecInfo of the currently used encoder.
|
VideoCodecInfo |
onEncoderBroken()
Called when the currently used encoder signal itself as broken.
|
void onCurrentEncoder(VideoCodecInfo info)
@Nullable VideoCodecInfo onAvailableBitrate(int kbps)
@Nullable VideoCodecInfo onEncoderBroken()
6.0.0