Adds new empty audio stream to the AVI file.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Function AddAudioStream As Integer
public int AddAudioStream()
This overloaded version of the AddAudioStream() method does not add any audio data to the stream. It is assumed that you will append audio data using the AppendAudioStream(Int32, AviAudioManager, Int32, Boolean) method.
You can use this member only if you get this instance of the AviAudioManager from the writer object.