Skip to main content
Version: 14 May 2024

MLMediaDRMByteArray

Data type containing byte array buffer and the size.

Public Fields

Bytes


public byte [] Bytes { get; set; }


Public Methods

void AllocResources

public void AllocResources(
byte [] data
)

Parameters

TypeNameDescription
byte []data

void FreeResources

public void FreeResources()

Public Attributes

Data

Byte array buffer.


public IntPtr Data;


Length

Size of Data.


public ulong Length;