IAudioSourceInternal
interface IAudioSourceInternal : IAudioSource, IAudioFrameSourceInternal, SuspendStreamable, SuspendConfigurable<AudioSourceConfig> , Releasable
The internal interface for audio sources.
This interface extends IAudioSource and adds additional functionality for streaming and configuration.
Types
Link copied to clipboard
interface Factory
A factory to build an IAudioSourceInternal.
Functions
Link copied to clipboard
Configure the Configurable implementation.
Link copied to clipboard
Gets an audio frame from the source.
Link copied to clipboard
Gets an audio frame from the source.
Link copied to clipboard
Starts frames or data stream generation Throws an exception if not ready for live stream
Link copied to clipboard
Stops frames or data stream generation