Share via


AudioPresentation.PresentationIdUnknown Field

Definition

Unknown audio presentation ID, this indicates audio presentation ID is not selected.

[Android.Runtime.Register("PRESENTATION_ID_UNKNOWN", ApiSince=34)]
public const int PresentationIdUnknown = -1;
[<Android.Runtime.Register("PRESENTATION_ID_UNKNOWN", ApiSince=34)>]
val mutable PresentationIdUnknown : int

Field Value

Value = -1

Implements

Attributes

Remarks

Unknown audio presentation ID, this indicates audio presentation ID is not selected.

Java documentation for android.media.AudioPresentation.PRESENTATION_ID_UNKNOWN.

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