Struct opentok::stream::Stream [−][src]
pub struct Stream { /* fields omitted */ }
Implementations
Checks whether this stream is currently publishing video or not.
Checks whether this stream contains a video track or not.
Checks whether this stream is currently publishing audio or not.
Checks whether this stream contains an audio track or not.
Return the width of the stream in pixels.
Return the height of the stream in pixels.
Get the creation time of the stream.
Get the Connection associated with the client publishing the stream.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stream
impl UnwindSafe for Stream
Blanket Implementations
Mutably borrows from an owned value. Read more