다음을 통해 공유


TvInputService.Session.NotifyAudioPresentationChanged 메서드

정의

차세대 오디오 서비스에서 사용할 수 있는 모든 오디오 프레젠테이션의 업데이트된 목록을 보냅니다.

[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 . 오디오 트랙 프레젠테이션 정보가 사용 가능해지거나 업데이트되는 즉시 TV 입력 서비스에서 이 메서드를 호출해야 합니다. 현재 트랙에 대한 정보의 일부가 업데이트되는 경우 다른 트랙 ID를 사용하여 새 TvTrackInfo 개체를 만들 필요가 없습니다.

에 대한 android.media.tv.TvInputService.Session.notifyAudioPresentationChanged(java.util.List<android.media.AudioPresentation>)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상