Vegasのスクリプトで音量の値は取れない?

VOICEROIDの立ち絵として口パクがあるが、音量がゼロの時は閉じた状態にしたい。

 

だがVegas ProのC#APIを探しているが、オーディオトラックの音量値を取るようなものが見つからない。

 

サンプリングレートなどは取れるみたいだが・・・。

AudioStream Class

Represents an audio stream.

Syntax:
class AudioStream : MediaStream
Public Properties: Summary:
MediaType MediaType Get the audio stream's media type (MediaType.Audio).
UInt32 SampleRate Get the audio stream's sample rate.
UInt32 BitDepth Get the audio stream's bit depth.
Int32 Channels Get the audio stream's number of channels.
String Format Get the audio stream's encoding format.
Int64 AverageDataRate Get the audio stream's average data rate.