LoudnessCodecController.RemoveMediaCodec(MediaCodec) 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.
Removes the MediaCodec
from receiving loudness updates.
[Android.Runtime.Register("removeMediaCodec", "(Landroid/media/MediaCodec;)V", "GetRemoveMediaCodec_Landroid_media_MediaCodec_Handler", ApiSince=35)]
public virtual void RemoveMediaCodec (Android.Media.MediaCodec mediaCodec);
[<Android.Runtime.Register("removeMediaCodec", "(Landroid/media/MediaCodec;)V", "GetRemoveMediaCodec_Landroid_media_MediaCodec_Handler", ApiSince=35)>]
abstract member RemoveMediaCodec : Android.Media.MediaCodec -> unit
override this.RemoveMediaCodec : Android.Media.MediaCodec -> unit
Parameters
- mediaCodec
- MediaCodec
the element to remove for receiving asynchronous updates
- Attributes
Remarks
Removes the MediaCodec
from receiving loudness updates.
This method can be called while asynchronous updates are live.
No elements will be removed if the passed mediaCodec was not added before.
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.