Struct mp4parse::ProtectionSchemeInfoBox [] [src]

pub struct ProtectionSchemeInfoBox {
    pub code_name: String,
    pub tenc: Option<TrackEncryptionBox>,
}

Fields

Trait Implementations

impl Debug for ProtectionSchemeInfoBox
[src]

Formats the value using the given formatter.

impl Default for ProtectionSchemeInfoBox
[src]

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

impl Clone for ProtectionSchemeInfoBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more