TvInteractiveAppService.Session.OnTracksChanged Method
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.
Called when the tracks are changed.
[Android.Runtime.Register("onTracksChanged", "(Ljava/util/List;)V", "GetOnTracksChanged_Ljava_util_List_Handler", ApiSince=33)]
public virtual void OnTracksChanged (System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> tracks);
[<Android.Runtime.Register("onTracksChanged", "(Ljava/util/List;)V", "GetOnTracksChanged_Ljava_util_List_Handler", ApiSince=33)>]
abstract member OnTracksChanged : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit
override this.OnTracksChanged : System.Collections.Generic.IList<Android.Media.TV.TvTrackInfo> -> unit
Parameters
- tracks
- IList<TvTrackInfo>
- Attributes
Remarks
Called when the tracks are changed.
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.