Aurigma Graphics Mill 5.5 for .NET
AviWriter..::.AudioManager Property
Gets the audio manager object which enables you to add audio tracks to the AVI movie.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Syntax
Visual Basic
Public ReadOnly Property AudioManager As AviAudioManager
C#
public AviAudioManager AudioManager { get; }
Property Value
An instance of the AviAudioManager class which should be used to add audio data to the AVI file.Remarks
The audio manager returned from the writer supports only those methods which are responsible for adding/appending the audio streams. You cannot use methods which reads the audio data.