共用方式為


INSetAudioSourceInCarIntentHandling_Extensions.ResolveRelativeAudioSourceReference 方法

定義

開發人員可能會覆寫此方法,以自訂相對音訊來源的解析度 (,例如「下一個」、「上一個」等) 。

public static void ResolveRelativeAudioSourceReference (this Intents.IINSetAudioSourceInCarIntentHandling This, Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INRelativeReferenceResolutionResult> completion);
static member ResolveRelativeAudioSourceReference : Intents.IINSetAudioSourceInCarIntentHandling * Intents.INSetAudioSourceInCarIntent * Action<Intents.INRelativeReferenceResolutionResult> -> unit

參數

This
IINSetAudioSourceInCarIntentHandling

這個方法運作所在的 實例。

intent
INSetAudioSourceInCarIntent

指定使用者的意圖。

completion
Action<INRelativeReferenceResolutionResult>

覆寫必須呼叫的完成方法。

適用於