MediaFormat.KeyMaxBFrames Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A key describing the maximum number of B frames between I or P frames, to be used by a video encoder.
[Android.Runtime.Register("KEY_MAX_B_FRAMES", ApiSince=29)]
public const string KeyMaxBFrames;
[<Android.Runtime.Register("KEY_MAX_B_FRAMES", ApiSince=29)>]
val mutable KeyMaxBFrames : string
Field Value
- Attributes
Remarks
A key describing the maximum number of B frames between I or P frames, to be used by a video encoder. The associated value is an integer. The default value is 0, which means that no B frames are allowed. Note that non-zero value does not guarantee B frames; it's up to the encoder to decide.
Java documentation for android.media.MediaFormat.KEY_MAX_B_FRAMES
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.