Struct hls_m3u8::tags::ExtXKey[][src]

pub struct ExtXKey { /* fields omitted */ }

Methods

impl ExtXKey
[src]

Makes a new ExtXKey tag.

Makes a new ExtXKey tag without a decryption key.

This tag has the METHDO=NONE attribute.

Returns the decryption key for the following media segments and media initialization sections.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXKey
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtXKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ExtXKey
[src]

impl Hash for ExtXKey
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for ExtXKey
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXKey
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<ExtXKey> for MediaSegmentTag
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ExtXKey

impl Sync for ExtXKey