MediaDrm.PropertyAlgorithms Field
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.
String property name: a comma-separated list of cipher and mac algorithms supported by CryptoSession.
[Android.Runtime.Register("PROPERTY_ALGORITHMS")]
public const string PropertyAlgorithms;
[<Android.Runtime.Register("PROPERTY_ALGORITHMS")>]
val mutable PropertyAlgorithms : string
Field Value
- Attributes
Remarks
String property name: a comma-separated list of cipher and mac algorithms supported by CryptoSession. The list may be empty if the DRM plugin does not support CryptoSession operations.
Java documentation for android.media.MediaDrm.PROPERTY_ALGORITHMS
.
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.