Click or drag to resize

GHAMediaPlayerBaseVolumeChange Method

[This is preliminary documentation and is subject to change.]

Incrementally adjust volume up or down by the increment

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public abstract void VolumeChange(
	int increment
)

Parameters

increment
Type: SystemInt32
Positive or negative change in volume specified in tenths (i.e. +1 will increase the volume by 0.1)

Implements

IAudioControlVolumeChange(Int32)
See Also