MLMediaDRMByteArray
Module: Media Player
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
uint8_t * | ptr |
size_t | length |
Detailed Description
struct MLMediaDRMByteArray;
Data type containing byte array buffer and the size.
Public Attributes Documentation
ptr
uint8_t * ptr;
Byte array buffer.
length
size_t length;
Size of ptr.