다음을 통해 공유


MediaParser.Release Method

Definition

Releases any acquired resources.

[Android.Runtime.Register("release", "()V", "", ApiSince=30)]
public void Release ();
[<Android.Runtime.Register("release", "()V", "", ApiSince=30)>]
member this.Release : unit -> unit
Attributes

Remarks

Releases any acquired resources.

After calling this method, this instance becomes unusable and no other methods should be invoked.

Java documentation for android.media.MediaParser.release().

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