Struct mp4parse::ProtectionSystemSpecificHeaderBox
[−]
[src]
pub struct ProtectionSystemSpecificHeaderBox {
pub system_id: ByteData,
pub kid: Vec<ByteData>,
pub data: ByteData,
pub box_content: ByteData,
}Fields
system_id: ByteData
kid: Vec<ByteData>
data: ByteData
box_content: ByteData
Trait Implementations
impl Debug for ProtectionSystemSpecificHeaderBox[src]
impl Default for ProtectionSystemSpecificHeaderBox[src]
fn default() -> ProtectionSystemSpecificHeaderBox
Returns the "default value" for a type. Read more