MLMediaDRMKeyValueArray
Module: Media Player
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
MLMediaDRMKeyValue * | ptr |
size_t | length |
size_t | index |
Detailed Description
struct MLMediaDRMKeyValueArray;
Data type containing array of key/value pair.
Public Attributes Documentation
ptr
MLMediaDRMKeyValue * ptr;
Array of key/value pair.
length
size_t length;
Length of ptr.
index
size_t index;
Index.