AudioOutputStream Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents audio output stream used for custom audio output configurations. Updated in 1.7.0
public class AudioOutputStream : IDisposable
type AudioOutputStream = class
interface IDisposable
Public Class AudioOutputStream
Implements IDisposable
- Inheritance
-
AudioOutputStream
- Derived
- Implements
Fields
isDisposing |
Indicates whether the object is currently being disposed. |
Methods
CreatePullStream() |
Creates a memory backed PullAudioOutputStream. |
CreatePushStream(PushAudioOutputStreamCallback) |
Creates a PushAudioOutputStream that delegates to the specified callback interface for write() and close() methods. |
Dispose() |
Dispose of associated resources. |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |
Applies to
Azure SDK for .NET