DrmInitData.SchemeInitData(UUID, String, Byte[]) Constructor
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.
Creates a new instance with the given values.
[Android.Runtime.Register(".ctor", "(Ljava/util/UUID;Ljava/lang/String;[B)V", "", ApiSince=31)]
public SchemeInitData (Java.Util.UUID uuid, string mimeType, byte[] data);
[<Android.Runtime.Register(".ctor", "(Ljava/util/UUID;Ljava/lang/String;[B)V", "", ApiSince=31)>]
new Android.Media.DrmInitData.SchemeInitData : Java.Util.UUID * string * byte[] -> Android.Media.DrmInitData.SchemeInitData
Parameters
- uuid
- UUID
The UUID associated with this scheme initialization data.
- mimeType
- String
The mimeType of the initialization data.
- data
- Byte[]
The initialization data.
- Attributes
Remarks
Creates a new instance with the given values.
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.