AdBuffer.Length Property

Definition

Gets the data length of this ad buffer.

public int Length { [Android.Runtime.Register("getLength", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getLength", "()I", "", ApiSince=34)>]
member this.Length : int

Property Value

The data length of this ad buffer in bytes.

Attributes

Remarks

Gets the data length of this ad buffer.

Java documentation for android.media.tv.AdBuffer.getLength().

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