Adds an audio stream to the AVI file.
Name | Description | |
---|---|---|
AddAudioStream() |
Adds new empty audio stream to the AVI file. |
|
AddAudioStream(Stream, Boolean) |
Adds the audio stream from the specified stream containing a WAV file. |
|
AddAudioStream(String, Boolean) |
Adds the audio stream from the specified WAV file. |
|
AddAudioStream(AviAudioManager, Int32, Boolean) |
Adds the audio stream from the AviAudioManager retrieved from another AVI file. |
|
AddAudioStream(Stream, Int32, Int32, Boolean) |
Adds the audio stream from the specified stream containing a WAV file. |
|
AddAudioStream(String, Int32, Int32, Boolean) |
Adds the audio stream from the specified WAV file. |
|
AddAudioStream(AviAudioManager, Int32, Int32, Int32, Boolean) |
Adds the audio stream from the AviAudioManager retrieved from another AVI file. |
You can use this member only if you get this instance of the AviAudioManager from the writer object.