This documentation is for the old version. Go to the latest Graphics Mill docs

AviAudioManager.ExportAudioStream Method

Saves the audio stream with specified index to a separate file or System.IO.Stream object.

Overload List

Name Description
Public method ExportAudioStream(Int32, Stream)

Saves the audio stream with specified index to a System.IO.Stream object.

Public method ExportAudioStream(Int32, String)

Saves the audio stream with specified index to a separate WAV file.

Public method ExportAudioStream(Int32, Stream, Int32, Int32)

Saves a portion of the audio stream with specified index to a System.IO.Stream object.

Public method ExportAudioStream(Int32, String, Int32, Int32)

Saves a portion of the audio stream with specified index to a separate WAV file.

Remarks

Stream indexes are zero-based. To get the total number of audio streams, use the AudioStreamCount property.

Note

You can use this member only if you get this instance of the AviAudioManager from the reader object.

See Also

Reference