Struct alac::StreamInfo [] [src]

pub struct StreamInfo { /* fields omitted */ }

Codec initialisation parameters for an ALAC stream.

Methods

impl StreamInfo
[src]

Creates a StreamInfo from a magic cookie. This is often stored in the header of a container format.

[src]

Creates a StreamInfo from SDP format specific parameters, i.e. the fmtp attribute.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for StreamInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StreamInfo
[src]

[src]

Formats the value using the given formatter.

impl Eq for StreamInfo
[src]

impl PartialEq for StreamInfo
[src]

[src]

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

[src]

This method tests for !=.