Language

MediaCodec.OutputFrame.LinearBlock Property

Definition

Returns the output linear block, or null if this frame is empty.

public Android.Media.MediaCodec.LinearBlock? LinearBlock { [Android.Runtime.Register("getLinearBlock", "()Landroid/media/MediaCodec$LinearBlock;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getLinearBlock", "()Landroid/media/MediaCodec$LinearBlock;", "", ApiSince=30)>]
member this.LinearBlock : Android.Media.MediaCodec.LinearBlock

Property Value

Attributes

Remarks

Returns the output linear block, or null if this frame is empty.

Android reference for android.media.MediaCodec.OutputFrame.getLinearBlock.

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.

Applies to