AutoPlay Media Studio 9

QuickTime.SetVolume

QuickTime.SetVolume

This is the first topic This is the last topic  

QuickTime.SetVolume

This is the first topic This is the last topic  

OverviewExamples

QuickTime.SetVolume (

string ObjectName,

number Volume )

Example 1

--Get the current volume.

nCurrVolume = QuickTime.GetVolume("QuickTime1");

 

--Cut the volume in half.

QuickTime.SetVolume("QuickTime1", (nCurrVolume / 2));

Gets the current volume of a QuickTime object and then reduces it by 50%.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us