MediaItemInfo.SampleMimeTypes Property

Definition

Returns the MIME types of samples stored in the media container, or an empty list if not known.

public System.Collections.Generic.IList<string> SampleMimeTypes { [Android.Runtime.Register("getSampleMimeTypes", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getSampleMimeTypes", "()Ljava/util/List;", "", ApiSince=35)>]
member this.SampleMimeTypes : System.Collections.Generic.IList<string>

Property Value

Attributes

Remarks

Returns the MIME types of samples stored in the media container, or an empty list if not known.

Java documentation for android.media.metrics.MediaItemInfo.getSampleMimeTypes().

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