MediaCodec.GetOutputFrame(Int32) Method
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.
Returns an OutputFrame
object.
[Android.Runtime.Register("getOutputFrame", "(I)Landroid/media/MediaCodec$OutputFrame;", "", ApiSince=30)]
public Android.Media.MediaCodec.OutputFrame GetOutputFrame (int index);
[<Android.Runtime.Register("getOutputFrame", "(I)Landroid/media/MediaCodec$OutputFrame;", "", ApiSince=30)>]
member this.GetOutputFrame : int -> Android.Media.MediaCodec.OutputFrame
Parameters
- index
- Int32
output buffer index from
Callback#onOutputBufferAvailable
Returns
OutputFrame
object describing the output buffer
- Attributes
Remarks
Java documentation for android.media.MediaCodec.getOutputFrame(int)
.
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.