Struct rust_cast::channels::media::Status [] [src]

pub struct Status {
    pub request_id: i32,
    pub entries: Vec<StatusEntry>,
}

Describes the current status of the media artifact with respect to the session.

Fields

Unique id of the request that requested the status.

Detailed status of every media status entry.

Trait Implementations

impl Debug for Status
[src]

[src]

Formats the value using the given formatter.