summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_RtcRtpTransceiverDirection.rs
blob: ed06356751d8669ffc20b5ccdc80e0a7f31400b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(unused_imports)]
#![allow(clippy::all)]
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
#[doc = "The `RtcRtpTransceiverDirection` enum."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `RtcRtpTransceiverDirection`*"]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum RtcRtpTransceiverDirection {
    Sendrecv = "sendrecv",
    Sendonly = "sendonly",
    Recvonly = "recvonly",
    Inactive = "inactive",
}