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

AviAudioManager.AddAudioStream Method

Adds new empty audio stream to the AVI file.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Function AddAudioStream As Integer
C#
public int AddAudioStream()

Return Value

An integer value which specifies the index of new audio stream in the AVI file.

Remarks

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.

Note

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

See Also

Reference