MLMediaCodecCryptoPattern
Module: Media Player
Metadata describing an encryption pattern for the protected bytes in a subsample. More...
#include <ml_media_codec.h>
Public Attributes
| Type | Name |
|---|---|
| size_t | encrypt_blocks |
| size_t | skip_blocks |
Detailed Description
struct MLMediaCodecCryptoPattern;
Metadata describing an encryption pattern for the protected bytes in a subsample.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
encrypt_blocks
size_t encrypt_blocks;
Number of blocks to be encrypted in the pattern. If zero, pattern encryption is in-operative.
skip_blocks
size_t skip_blocks;
Number of blocks to be skipped (left clear) in the pattern. If zero, pattern encryption is in-operative.