TvView.AudioPresentations Property
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 the list of audio presentations from the selected track of type
TvTrackInfo#TYPE_AUDIO
.
public virtual System.Collections.Generic.IList<Android.Media.AudioPresentation> AudioPresentations { [Android.Runtime.Register("getAudioPresentations", "()Ljava/util/List;", "GetGetAudioPresentationsHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAudioPresentations", "()Ljava/util/List;", "GetGetAudioPresentationsHandler", ApiSince=34)>]
member this.AudioPresentations : System.Collections.Generic.IList<Android.Media.AudioPresentation>
Property Value
the list of audio presentations from the selected audio track, or an empty list if no audio presentations are available.
- Attributes
Remarks
Returns the list of audio presentations from the selected track of type TvTrackInfo#TYPE_AUDIO
.
Java documentation for android.media.tv.TvView.getAudioPresentations()
.
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.