pub struct StreamInfo<'buf> { /* private fields */ }
Expand description

Details of a particular elementary stream within a program.

  • stream_type gives an indication of the kind of content carried within the stream
  • The elementry_pid property allows us to find Transport Stream packets that belong to the elementry stream
  • descriptors may provide extra metadata describing some of the stream’s properties (for example, the streams ‘language’ might be given in a descriptor; or it might not)

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.