INSetAudioSourceInCarIntentHandling_Extensions.ResolveAudioSource 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.
Developers may override this method to customize the resolution of the requested audio source.
public static void ResolveAudioSource (this Intents.IINSetAudioSourceInCarIntentHandling This, Intents.INSetAudioSourceInCarIntent intent, Action<Intents.INCarAudioSourceResolutionResult> completion);
static member ResolveAudioSource : Intents.IINSetAudioSourceInCarIntentHandling * Intents.INSetAudioSourceInCarIntent * Action<Intents.INCarAudioSourceResolutionResult> -> unit
Parameters
The instance on which this method operates.
- intent
- INSetAudioSourceInCarIntent
Specifies the user's intention.
- completion
- Action<INCarAudioSourceResolutionResult>
Completion method that must be called by the override.