VideoPlayerWinFormVolume Method |
Volume
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Volume(
int Val
)
Public Sub Volume (
Val As Integer
)
Dim instance As VideoPlayerWinForm
Dim Val As Integer
instance.Volume(Val)
member Volume :
Val : int -> unit
public void Volume(
int Val
)
public function Volume(
Val : int
)
Parameters
- Val
- Type: SystemInt32
See Also