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

pub enum VideoCodec {
    Vp8,
    Vp9,
    H264,
}

Available Janus video codecs. See utils.c.

Variants

Methods

impl VideoCodec
[src]

[src]

[src]

Trait Implementations

impl Debug for VideoCodec
[src]

[src]

Formats the value using the given formatter.

impl Copy for VideoCodec
[src]

impl Clone for VideoCodec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VideoCodec
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for VideoCodec
[src]

impl Hash for VideoCodec
[src]

[src]

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

1.3.0
[src]

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