MonobjcMonobjc Documented Class Library
QTCaptureConnectionAudioVolumesAttribute Field
NamespacesMonobjc.QTKitQTCaptureConnectionQTCaptureConnectionAudioVolumesAttribute

An NSArray of NSNumbers that specify the volumes of audio channels sent through the connection.

The values are between 0.0 and 1.0 for normal volume, or greater than 1.0 for boosting the audio gain. This attribute determines the individual volumes of audio channels sent through the connection. Applications that need to set the master volume of all channels can set the QTCaptureConnectionAudioMasterVolumeAttribute attribute. This string value can be used in key paths for key-value coding, key-value observing, and bindings.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString QTCaptureConnectionAudioVolumesAttribute
Public Shared ReadOnly QTCaptureConnectionAudioVolumesAttribute As NSString
public:
static initonly NSString^ QTCaptureConnectionAudioVolumesAttribute
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)