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

AviAudioManager.AudioStreamCount Property

Gets the number of audio streams in the AVI file.

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

Syntax

Visual Basic
Public ReadOnly Property AudioStreamCount As Integer
C#
public int AudioStreamCount { get; }

Property Value

An integer value that specifies a number of audio streams in the AVI file.

Remarks

Note

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

See Also

Reference