TvInputService.Session.OnSelectAudioPresentation(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
選取音訊簡報。
[Android.Runtime.Register("onSelectAudioPresentation", "(II)Z", "GetOnSelectAudioPresentation_IIHandler", ApiSince=34)]
public virtual bool OnSelectAudioPresentation (int presentationId, int programId);
[<Android.Runtime.Register("onSelectAudioPresentation", "(II)Z", "GetOnSelectAudioPresentation_IIHandler", ApiSince=34)>]
abstract member OnSelectAudioPresentation : int * int -> bool
override this.OnSelectAudioPresentation : int * int -> bool
參數
- presentationId
- Int32
要選取之音訊簡報的標識碼。
- programId
- Int32
提供所選音訊簡報之程式的標識碼。
傳回
true
如果音訊簡報選取成功,則為 , false
否則為 。
- 屬性
備註
選取音訊簡報。
在成功選取音訊簡報時, #notifyAudioPresentationSelected
會叫用 ,以提供所選音訊簡報的更新資訊給應用程式。
的 android.media.tv.TvInputService.Session.onSelectAudioPresentation(int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。