MediaExtractor.GetCasInfo(Int32) Method

Definition

Retrieves the information about the conditional access system used to scramble a track.

[Android.Runtime.Register("getCasInfo", "(I)Landroid/media/MediaExtractor$CasInfo;", "", ApiSince=26)]
public Android.Media.MediaExtractor.CasInfo? GetCasInfo (int index);
[<Android.Runtime.Register("getCasInfo", "(I)Landroid/media/MediaExtractor$CasInfo;", "", ApiSince=26)>]
member this.GetCasInfo : int -> Android.Media.MediaExtractor.CasInfo

Parameters

index
Int32

of the track.

Returns

an CasInfo object describing the conditional access system.

Attributes

Remarks

Java documentation for android.media.MediaExtractor.getCasInfo(int).

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