Saves the audio stream with specified index to a separate file or System.IO.Stream object.
Name | Description | |
---|---|---|
ExportAudioStream(Int32, Stream) |
Saves the audio stream with specified index to a System.IO.Stream object. |
|
ExportAudioStream(Int32, String) |
Saves the audio stream with specified index to a separate WAV file. |
|
ExportAudioStream(Int32, Stream, Int32, Int32) |
Saves a portion of the audio stream with specified index to a System.IO.Stream object. |
|
ExportAudioStream(Int32, String, Int32, Int32) |
Saves a portion of the audio stream with specified index to a separate WAV file. |
Stream indexes are zero-based. To get the total number of audio streams, use the AudioStreamCount property.
You can use this member only if you get this instance of the AviAudioManager from the reader object.