Enum janus_plugin::sdp::VideoCodec[][src]

pub enum VideoCodec {
    Vp8,
    Vp9,
    H264,
}

Available Janus video codecs. See utils.c.

Variants

Methods

impl VideoCodec
[src]

Trait Implementations

impl Debug for VideoCodec
[src]

Formats the value using the given formatter. Read more

impl Copy for VideoCodec
[src]

impl Clone for VideoCodec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VideoCodec
[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 VideoCodec
[src]

impl Hash for VideoCodec
[src]

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

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

Auto Trait Implementations

impl Send for VideoCodec

impl Sync for VideoCodec