PushAudioOutputStreamCallback 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.
Abstract base class that defines callback methods (Write() and Close()) for custom audio output streams). Added in 1.4.0
public abstract class PushAudioOutputStreamCallback : IDisposable
type PushAudioOutputStreamCallback = class
interface IDisposable
Public MustInherit Class PushAudioOutputStreamCallback
Implements IDisposable
- Inheritance
-
PushAudioOutputStreamCallback
- Implements
Remarks
See also: Recognize from in-memory stream
Constructors
PushAudioOutputStreamCallback() |
Methods
Close() |
Closes the audio output stream. |
Dispose() |
Dispose of associated resources. |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |
Write(Byte[]) |
Writes binary data to the stream. |