PullAudioInputStream Class
Pull audio input stream class.
- Inheritance
-
PullAudioInputStream
Constructor
PullAudioInputStream(pull_stream_callback: PullAudioInputStreamCallback, stream_format: AudioStreamFormat | None = None)
Parameters
Name | Description |
---|---|
pull_stream_callback
Required
|
The object containing the callback functions for the pull stream |
stream_format
|
The AudioStreamFormat the stream uses for audio data. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python