ltmmCaptureCtrl.Balance Property

Visual Basic Example

Syntax

object.Balance As Long

Remarks

Gets or sets the balance value of the audio stream The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor oftware component which decompresses audio. It must be designed to work with ACM or DirectShow. Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams. before you can play (hear) it.. Allowed values range from –10000 to 10000, where –10000 indicates that the right channel will receive no signal, 10000 indicates that the left channel will receive no signal, and 0 indicates that both channels will get the same amount of the audio signal.

Platforms

Win32, x64

See Also

Elements:

ltmmCaptureCtrl.AudioInputs Property, ltmmCaptureCtrl.DVDecoderResolution Property, ltmmCaptureCtrl.Mute Property, ltmmCaptureCtrl.TargetStream Property, ltmmCaptureCtrl.TVTuner Property, ltmmCaptureCtrl.VideoWindowHandle Property, ltmmCaptureCtrl.Volume Property, ltmmCaptureCtrl.WMProfile Property, ltmmCaptureCtrl.GetSubObjectDispatch Method, ltmmCaptureCtrl.IsPreviewTapSupported Method, ltmmCaptureCtrl.SaveStillDIB Method, ltmmCaptureCtrl.SetVideoWindowPos Method

Topics:

Multimedia Properties, Methods and Events