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