Struct mp4parse::ProtectionSystemSpecificHeaderBox [] [src]

pub struct ProtectionSystemSpecificHeaderBox {
    pub system_id: ByteData,
    pub kid: Vec<ByteData>,
    pub data: ByteData,
    pub box_content: ByteData,
}

Fields

Trait Implementations

impl Debug for ProtectionSystemSpecificHeaderBox
[src]

[src]

Formats the value using the given formatter.

impl Default for ProtectionSystemSpecificHeaderBox
[src]

[src]

Returns the "default value" for a type. Read more