TimelineResponse.Selector 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.
Gets the Timeline Selector of the response.
public Android.Net.Uri? Selector { [Android.Runtime.Register("getSelector", "()Landroid/net/Uri;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getSelector", "()Landroid/net/Uri;", "", ApiSince=33)>]
member this.Selector : Android.Net.Uri
Property Value
- Attributes
Remarks
Gets the Timeline Selector of the response. The Timeline Selector is a URI that specifies the source of a Timeline by indicating its type and information needed to locate the signalling that conveys Time Values on it.
Java documentation for android.media.tv.TimelineResponse.getSelector()
.
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.