MediaCodec.CryptoInfo.Mode Property
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.
The type of encryption that has been applied,
see #CRYPTO_MODE_UNENCRYPTED
, #CRYPTO_MODE_AES_CTR
and #CRYPTO_MODE_AES_CBC
[Android.Runtime.Register("mode")]
public Android.Media.MediaCodecCryptoMode Mode { get; set; }
[<Android.Runtime.Register("mode")>]
member this.Mode : Android.Media.MediaCodecCryptoMode with get, set
Property Value
- Attributes
Remarks
The type of encryption that has been applied, see #CRYPTO_MODE_UNENCRYPTED
, #CRYPTO_MODE_AES_CTR
and #CRYPTO_MODE_AES_CBC
Java documentation for android.media.MediaCodec.CryptoInfo.mode
.
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.