24 lines
465 B
HTML
24 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetVideoVolume [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function GetVideoVolume( ) </h2></p>
|
|
<p>
|
|
Returns the volume of a video
|
|
</p>
|
|
<p>
|
|
Volume can be in a range of 0 to 128
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="setvideovolume.html">SetVideoVolume</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |