Struct alto::StreamingSource [] [src]

pub struct StreamingSource { /* fields omitted */ }

A source that plays a queue of owned buffers.

Methods

impl StreamingSource
[src]

alGetSourcei(AL_BUFFERS_QUEUED)

alGetSourcei(AL_BUFFERS_PROCESSED)

alSourceQueueBuffers()

alSourceUnqueueBuffers()

Trait Implementations

impl Source for StreamingSource
[src]

The context from which this source was created.

Raw handle as provided by OpenAL.

alGetSourcei(AL_SOURCE_STATE)

alSourcePlay()

alSourcePause()

alSourceStop()

alSourceRewind()

alGetSourcei(AL_SOURCE_RELATIVE)

alSourcei(AL_SOURCE_RELATIVE)

alGetSourcef(AL_GAIN)

alSourcef(AL_GAIN)

alGetSourcef(AL_MIN_GAIN)

alSourcef(AL_MIN_GAIN)

alGetSourcef(AL_MAX_GAIN)

alSourcef(AL_MAX_GAIN)

alGetSourcef(AL_REFERENCE_DISTANCE)

alSourcef(AL_REFERENCE_DISTANCE)

alGetSourcef(AL_ROLLOFF_FACTOR)

alSourcef(AL_ROLLOFF_FACTOR)

alGetSourcef(AL_MAX_DISTANCE)

alSourcef(AL_MAX_DISTANCE)

alGetSourcef(AL_PITCH)

alSourcef(AL_PITCH)

alGetSourcefv(AL_POSITION)

alSourcefv(AL_POSITION)

alGetSourcefv(AL_VELOCITY)

alSourcefv(AL_VELOCITY)

alGetSourcefv(AL_DIRECTION)

alSourcefv(AL_DIRECTION)

alGetSourcef(AL_CONE_INNER_ANGLE)

alSourcef(AL_CONE_INNER_ANGLE)

alGetSourcef(AL_CONE_OUTER_ANGLE)

alSourcef(AL_CONE_OUTER_ANGLE)

alGetSourcef(AL_CONE_OUTER_GAIN)

alSourcef(AL_CONE_OUTER_GAIN)

alGetSourcef(AL_SEC_OFFSET)

alSourcef(AL_SEC_OFFSET)

alGetSourcei(AL_SAMPLE_OFFSET)

alSourcei(AL_SAMPLE_OFFSET)

alGetSourcei(AL_BYTE_OFFSET)

alSourcei(AL_BYTE_OFFSET)

alGetSourcedvSOFT(AL_SEC_OFFSET_LATENCY_SOFT) Requires AL_SOFT_source_latency Read more

alGetSourcei16vSOFT(AL_SAMPLE_OFFSET_LATENCY_SOFT) Requires AL_SOFT_source_latency Read more

alGetSourcef(AL_SEC_LENGTH_SOFT) Requires AL_SOFT_source_length Read more

alGetSourcei(AL_SAMPLE_LENGTH_SOFT) Requires AL_SOFT_source_length Read more

alGetSourcei(AL_BYTE_LENGTH_SOFT) Requires AL_SOFT_source_length Read more

alGetSourcei(AL_DIRECT_CHANNELS_SOFT) Requires AL_SOFT_direct_channels Read more

alSourcei(AL_DIRECT_CHANNELS_SOFT) Requires AL_SOFT_direct_channels Read more

alGetSourcei(AL_DISTANCE_MODEL) Requires AL_EXT_source_distance_model Read more

alSourcei(AL_DISTANCE_MODEL) Requires AL_EXT_source_distance_model Read more

alGetSourcei(AL_SOURCE_SPATIALIZATION_SOFT) Requires AL_SOFT_source_spatialization Read more

alSourcei(AL_SOURCE_SPATIALIZATION_SOFT) Requires AL_SOFT_source_spatialization Read more

alGetSourcei(AL_SOURCE_RESAMPLER_SOFT) Requires AL_SOFT_source_resampler Read more

alSourcei(AL_SOURCE_RESAMPLER_SOFT) Requires AL_SOFT_source_resampler Read more

alGetSourcefv(AL_STEREO_ANGLES) Requires AL_EXT_STEREO_ANGLES Read more

alSourcefv(AL_STEREO_ANGLES) Requires AL_EXT_STEREO_ANGLES Read more

alGetSourcef(AL_SOURCE_RADIUS) Requires AL_EXT_SOURCE_RADIUS Read more

alSourcef(AL_SOURCE_RADIUS) Requires AL_EXT_SOURCE_RADIUS Read more

alSourcei(AL_DIRECT_FILTER) Requires ALC_EXT_EFX Read more

alSourcei(AL_DIRECT_FILTER) Requires ALC_EXT_EFX Read more

alSourceiv(AL_AUXILIARY_SEND_FILTER) Requires ALC_EXT_EFX Read more

alSourceiv(AL_AUXILIARY_SEND_FILTER) Requires ALC_EXT_EFX Read more

alSourceiv(AL_AUXILIARY_SEND_FILTER) Requires ALC_EXT_EFX Read more

alGetSourcef(AL_AIR_ABSORPTION_FACTOR) Requires ALC_EXT_EFX Read more

alSourcef(AL_AIR_ABSORPTION_FACTOR) Requires ALC_EXT_EFX Read more

alGetSourcef(AL_ROOM_ROLLOFF_FACTOR) Requires ALC_EXT_EFX Read more

alSourcef(AL_ROOM_ROLLOFF_FACTOR) Requires ALC_EXT_EFX Read more

alGetSourcef(AL_CONE_OUTER_GAINHF) Requires ALC_EXT_EFX Read more

alSourcef(AL_CONE_OUTER_GAINHF) Requires ALC_EXT_EFX Read more

alGetSourcei(AL_DIRECT_FILTER_GAINHF_AUTO) Requires ALC_EXT_EFX Read more

alSourcei(AL_DIRECT_FILTER_GAINHF_AUTO) Requires ALC_EXT_EFX Read more

impl PartialEq for StreamingSource
[src]

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

This method tests for !=.

impl Eq for StreamingSource
[src]