다음을 통해 공유


CloudMediaProvider.CloudMediaSurfaceController.OnConfigChange(Bundle) Method

Definition

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.

Java documentation for android.provider.CloudMediaProvider.CloudMediaSurfaceController.onConfigChange(android.os.Bundle).

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.

Applies to