Titan Property ====== Playbacks.ReleasePriority ====== ^ API | http://api.avolites.com/10.1/Playbacks.ReleasePriority.html | ^ description | The priority of the playbacks to be released. | ^ [[:macros:namespace]] | [[:macros:namespace:Playbacks]] | ^ type | [[:macros:type:Enum]] | ^ values | LowPriority, MediumPriority, HighPriority, ProgrammerPriority, MaximumPriority | **As this is an [[:macros:type:Enum]], other than stated in the API, SetProperty.__Enum__() needs to be used to set this property.** == example == ActionScript.SetProperty.Enum("Playbacks.ReleasePriority", "HighPriority") This is the setting ''Release Priority'' which can either be set by clicking '''' and toggling ''[Release Priority]'', or by setting the user setting. == used in == {{backlinks>.}}