CloudMediaProvider.CloudMediaSurfaceController.OnConfigChange(Bundle) 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.
Changes the configuration parameters for the CloudMediaSurfaceController.
[Android.Runtime.Register("onConfigChange", "(Landroid/os/Bundle;)V", "GetOnConfigChange_Landroid_os_Bundle_Handler", ApiSince=33)]
public abstract void OnConfigChange (Android.OS.Bundle config);
[<Android.Runtime.Register("onConfigChange", "(Landroid/os/Bundle;)V", "GetOnConfigChange_Landroid_os_Bundle_Handler", ApiSince=33)>]
abstract member OnConfigChange : Android.OS.Bundle -> unit
Parameters
- config
- Bundle
the updated config to change to. This can include config changes for the
following:
<ul>
<li> CloudMediaProviderContract#EXTRA_LOOPING_PLAYBACK_ENABLED
<li> CloudMediaProviderContract#EXTRA_SURFACE_CONTROLLER_AUDIO_MUTE_ENABLED
</ul>
- Attributes
Remarks
Changes the configuration parameters for the CloudMediaSurfaceController.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.