Enum gvr_sys::gvr_audio_surround_format_type [] [src]

#[repr(u32)] #[repr(C)]
pub enum gvr_audio_surround_format_type { GVR_AUDIO_SURROUND_FORMAT_INVALID, GVR_AUDIO_SURROUND_FORMAT_SURROUND_MONO, GVR_AUDIO_SURROUND_FORMAT_SURROUND_STEREO, GVR_AUDIO_SURROUND_FORMAT_SURROUND_FIVE_DOT_ONE, GVR_AUDIO_SURROUND_FORMAT_SURROUND_SEVEN_DOT_ONE, GVR_AUDIO_SURROUND_FORMAT_FIRST_ORDER_AMBISONICS, GVR_AUDIO_SURROUND_FORMAT_SECOND_ORDER_AMBISONICS, GVR_AUDIO_SURROUND_FORMAT_THIRD_ORDER_AMBISONICS, GVR_AUDIO_SURROUND_FORMAT_FIRST_ORDER_AMBISONICS_WITH_NON_DIEGETIC_STEREO, GVR_AUDIO_SURROUND_FORMAT_SECOND_ORDER_AMBISONICS_WITH_NON_DIEGETIC_STEREO, GVR_AUDIO_SURROUND_FORMAT_THIRD_ORDER_AMBISONICS_WITH_NON_DIEGETIC_STEREO, }

Supported surround sound formats.

Variants

Trait Implementations

impl Debug for gvr_audio_surround_format_type
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_audio_surround_format_type
[src]

impl Clone for gvr_audio_surround_format_type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for gvr_audio_surround_format_type
[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