MediaCas.ScramblingModeAesCbc Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaCasScramblingMode enum directly instead of this field.

Advanced Encryption System (AES) Cipher Block Chaining (CBC) mode.

[Android.Runtime.Register("SCRAMBLING_MODE_AES_CBC", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCasScramblingMode enum directly instead of this field.", true)]
public const Android.Media.MediaCasScramblingMode ScramblingModeAesCbc = 14;
[<Android.Runtime.Register("SCRAMBLING_MODE_AES_CBC", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCasScramblingMode enum directly instead of this field.", true)>]
val mutable ScramblingModeAesCbc : Android.Media.MediaCasScramblingMode

Field Value

Value = 14
Attributes

Remarks

Advanced Encryption System (AES) Cipher Block Chaining (CBC) mode.

Java documentation for android.media.MediaCas.SCRAMBLING_MODE_AES_CBC.

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