[][src]Enum agorartc_sys::agorartc::CLIENT_ROLE_TYPE

pub enum CLIENT_ROLE_TYPE {
    CLIENT_ROLE_BROADCASTER,
    CLIENT_ROLE_AUDIENCE,
}

Client roles in the live interactive streaming.

Variants

CLIENT_ROLE_BROADCASTER

1: Host. A host can both send and receive streams.

CLIENT_ROLE_AUDIENCE

2: Audience, the default role. An audience can only receive streams.

Trait Implementations

impl FromPrimitive for CLIENT_ROLE_TYPE[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.