Share via


AudioPresentation.PresentationId Property

Definition

Returns presentation ID used by the framework to select an audio presentation rendered by a decoder.

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

Property Value

Attributes

Remarks

Returns presentation ID used by the framework to select an audio presentation rendered by a decoder. Presentation ID is typically sequential, but does not have to be.

Java documentation for android.media.AudioPresentation.getPresentationId().

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