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

AviAudioManager.AddAudioStream Method

Adds an audio stream to the AVI file.

Overload List

Name Description
Public method AddAudioStream()

Adds new empty audio stream to the AVI file.

Public method AddAudioStream(Stream, Boolean)

Adds the audio stream from the specified stream containing a WAV file.

Public method AddAudioStream(String, Boolean)

Adds the audio stream from the specified WAV file.

Public method AddAudioStream(AviAudioManager, Int32, Boolean)

Adds the audio stream from the AviAudioManager retrieved from another AVI file.

Public method AddAudioStream(Stream, Int32, Int32, Boolean)

Adds the audio stream from the specified stream containing a WAV file.

Public method AddAudioStream(String, Int32, Int32, Boolean)

Adds the audio stream from the specified WAV file.

Public method AddAudioStream(AviAudioManager, Int32, Int32, Int32, Boolean)

Adds the audio stream from the AviAudioManager retrieved from another AVI file.

Remarks

Note

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

See Also

Reference