Struct mp4parse::ProtectionSystemSpecificHeaderBox [−][src]
pub struct ProtectionSystemSpecificHeaderBox {
pub system_id: ByteData,
pub kid: TryVec<ByteData>,
pub data: ByteData,
pub box_content: ByteData,
}Fields
system_id: ByteDatakid: TryVec<ByteData>data: ByteDatabox_content: ByteDataTrait Implementations
Returns the “default value” for a type. Read more