Aurigma Graphics Mill 5.5 for .NET
AviAudioManager..::.AddAudioStream Method
Adds an audio stream to the AVI file.
Overload List
| 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. |