TvInputService.Session.NotifyAudioPresentationChanged 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发送下一代音频服务提供的所有音频演示文稿的更新列表。
[Android.Runtime.Register("notifyAudioPresentationChanged", "(Ljava/util/List;)V", "GetNotifyAudioPresentationChanged_Ljava_util_List_Handler", ApiSince=34)]
public virtual void NotifyAudioPresentationChanged (System.Collections.Generic.IList<Android.Media.AudioPresentation> audioPresentations);
[<Android.Runtime.Register("notifyAudioPresentationChanged", "(Ljava/util/List;)V", "GetNotifyAudioPresentationChanged_Ljava_util_List_Handler", ApiSince=34)>]
abstract member NotifyAudioPresentationChanged : System.Collections.Generic.IList<Android.Media.AudioPresentation> -> unit
override this.NotifyAudioPresentationChanged : System.Collections.Generic.IList<Android.Media.AudioPresentation> -> unit
参数
- audioPresentations
- IList<AudioPresentation>
与所选曲目相关的音频演示信息列表。
- 属性
注解
发送下一代音频服务提供的所有音频演示文稿的更新列表。 框架使用此信息来维护给定轨道 TvTrackInfo#TYPE_AUDIO
的音频演示信息,而后者又供 TvView#getAudioPresentations
应用程序用来检索当前音频轨道的元数据。电视输入服务必须在音频轨迹演示文稿信息可用或更新后立即调用此方法。 请注意,如果更新了当前轨迹的一部分信息,则不需要创建具有不同跟踪 ID 的新 TvTrackInfo
对象。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。