AVSubsampleEncryptionInfo

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct AVSubsampleEncryptionInfo {}

Members

Variables

bytes_of_clear_data
uint bytes_of_clear_data;

The number of bytes that are clear.

bytes_of_protected_data
uint bytes_of_protected_data;

The number of bytes that are protected. If using pattern encryption, the pattern applies to only the protected bytes; if not using pattern encryption, all these bytes are encrypted.

Meta