Function ====== Playbacks.ReleaseAllPlaybacksByPriority ====== Void Playbacks.ReleaseAllPlaybacksByPriority(AcwTimeSpan fadeTime, Boolean useMasterReleaseTime, Boolean allPlaybacks) ^ API | http://api.avolites.com/11.0/Playbacks.ReleaseAllPlaybacksByPriority.html | ^ description | Releases all playbacks. | ^ [[macros:namespace|namespace]] | [[macros:namespace:playbacks]] | ^ parameter | fadeTime ( [[macros:type:object:acwtimespan]] ) : The fade time to use when releasing. | ^ ::: | useMasterReleaseTime ( [[macros:type:boolean]] ) : True if we are to ignore the playback's release time. | ^ ::: | allPlaybacks ( [[macros:type:boolean]] ) : if set to true do not take into account the priorities. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setreleasepriorityandrelease]]: Playbacks.ReleaseAllPlaybacksByPriority(Expert.ReleasePlayback.FadeTime, Expert.ReleasePlayback.UseMaster, false) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~