Enum ffmpeg_sys::AVDevToAppMessageType [] [src]

pub enum AVDevToAppMessageType {
    AV_DEV_TO_APP_NONE,
    AV_DEV_TO_APP_CREATE_WINDOW_BUFFER,
    AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER,
    AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER,
    AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER,
    AV_DEV_TO_APP_BUFFER_OVERFLOW,
    AV_DEV_TO_APP_BUFFER_UNDERFLOW,
    AV_DEV_TO_APP_BUFFER_READABLE,
    AV_DEV_TO_APP_BUFFER_WRITABLE,
    AV_DEV_TO_APP_MUTE_STATE_CHANGED,
    AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED,
}

Variants

AV_DEV_TO_APP_NONEAV_DEV_TO_APP_CREATE_WINDOW_BUFFERAV_DEV_TO_APP_PREPARE_WINDOW_BUFFERAV_DEV_TO_APP_DISPLAY_WINDOW_BUFFERAV_DEV_TO_APP_DESTROY_WINDOW_BUFFERAV_DEV_TO_APP_BUFFER_OVERFLOWAV_DEV_TO_APP_BUFFER_UNDERFLOWAV_DEV_TO_APP_BUFFER_READABLEAV_DEV_TO_APP_BUFFER_WRITABLEAV_DEV_TO_APP_MUTE_STATE_CHANGEDAV_DEV_TO_APP_VOLUME_LEVEL_CHANGED

Trait Implementations

impl Debug for AVDevToAppMessageType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for AVDevToAppMessageType
[src]

fn clone(&self) -> AVDevToAppMessageType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for AVDevToAppMessageType
[src]

impl PartialEq for AVDevToAppMessageType
[src]

fn eq(&self, __arg_0: &AVDevToAppMessageType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for AVDevToAppMessageType
[src]