Gets the audio manager object which enables you to get audio tracks from the AVI movie.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public ReadOnly Property AudioManager As AviAudioManager
public AviAudioManager AudioManager { get; }
The audio manager returned from the reader supports only those methods which are responsible for reading the audio data. You cannot use methods which add/append the audio data.