Function ====== Playbacks.ReleasePlayback ====== Void Playbacks.ReleasePlayback(Handle handle, AcwTimeSpan fadeTime, Boolean useMasterReleaseTime) ^ API | http://api.avolites.com/10.1/Playbacks.ReleasePlayback.html | ^ description | Releases a playback. | ^ [[macros:namespace|namespace]] | [[macros:namespace:playbacks]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : The handle of the playback which is to be released.| ^ ::: | fadeTime ( [[macros:type:object:acwtimespan]] ) : The fade time to release the playback over. | ^ ::: | useMasterReleaseTime ( [[macros:type:boolean]] ) : Set to true if the playback's release time is to be ignored. | ^ return value | [[macros:type:void]] | == Example in == [[macros:identifier:handle]]: Playbacks.ReleasePlayback(userNumber:2, Playbacks.MasterReleaseTime, true) Releases Playback with user number 2 in the [[macros:property:playbacks.masterreleasetime|global release time]]. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~