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

AviReader.AudioManager Property

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)

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 retrieve audio data from the AVI file.

Remarks

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.

See Also

Reference