Type aliases
APIAnnouncementStatus
APIAnnouncementStatus: { current_time: number; is_running: boolean }
Type declaration
current_time: number
is_running: boolean
APIAudio
APIAudio
: { artist
: string; duration
: number; id
: APIId; type
: MediaType }Type declaration
artist: string
duration: number
APICaptureSettings
Type declaration
audio_routing: [number[]]
source: string
APICaptureStatus
APICapture
Status
: { capture_time
: string; status
: StatusType; status_description
: string }Type declaration
capture_time: string
status_description: string
APIDiskCaptureSettings
APIDisk
Capture
Settings
: { encoding
?: string; file_location
: string; frame_rate
: string; resolution
: Resolution }Type declaration
Optional encoding?: string
file_location: string
frame_rate: string
APIId
APIId: { index: number; name: string; uuid: string }
Type declaration
index: number
name: string
uuid: string
APIMessageText
APIMessageText: { name: string; text: { text: string } }
Type declaration
name: string
text: { text: string }
APIMessageTimer
APIMessage
Timer
: { name
: string; timer
: { allows_overrun
: boolean; count_down_to_time
?: { period
: TimeOfDay; time_of_day
: number }; countdown
?: { duration
: number }; elapsed
?: { end_time
?: number; start_time
: number }; format
: APIMessageTimerFormat; id
: APIId } }Type declaration
name: string
timer: { allows_overrun: boolean; count_down_to_time?: { period: TimeOfDay; time_of_day: number }; countdown?: { duration: number }; elapsed?: { end_time?: number; start_time: number }; format: APIMessageTimerFormat; id: APIId }
allows_overrun: boolean
Optional count_down_to_time?: { period: TimeOfDay; time_of_day: number }
Optional countdown?: { duration: number }
Optional elapsed?: { end_time?: number; start_time: number }
Optional end_time?: number
start_time: number
APIProp
APIProp
: { id
: APIId; is_active
: boolean }APIRTMPCaptureSettings
APIRTMPCaptureSettings: { encoding: string; file_location?: string; key: string; save_local: boolean; url: string }
Type declaration
encoding: string
Optional file_location?: string
key: string
save_local: boolean
url: string
APIResiCaptureSettings
APIResiCaptureSettings: { destination_group: string; encoding: string; event_description?: string; event_name?: string }
Type declaration
destination_group: string
encoding: string
Optional event_description?: string
Optional event_name?: string
APISlideData
APISlideData: { notes: string; text: string; uuid: string }
Type declaration
notes: string
text: string
uuid: string
APISystemInfo
APISystem
Info
: { api_version
: string; host_description
: string; name
: string; os_version
: string; platform
: SystemPlatform }Type declaration
api_version: string
host_description: string
name: string
os_version: string
APITimer
APITimer
: { allows_overrun
: boolean; count_down_to_time
?: { period
: TimeOfDay; time_of_day
: number }; countdown
?: { duration
: number }; elapsed
?: { end_time
?: number; start_time
: number }; id
: APIId; state
?: TimerState; time
?: string }Type declaration
allows_overrun: boolean
Optional count_down_to_time?: { period: TimeOfDay; time_of_day: number }
Optional countdown?: { duration: number }
Optional elapsed?: { end_time?: number; start_time: number }
Optional end_time?: number
start_time: number
Optional time?: string
ClientOptions
ClientOptions: { debug?: boolean; ip: string; port: string; requestDebug?: boolean; url: string; version?: string }
Type declaration
Optional debug?: boolean
ip: string
port: string
Optional requestDebug?: boolean
url: string
Optional version?: string
Color
Color: { alpha: number; blue: number; green: number; red: number }
Type declaration
alpha: number
blue: number
green: number
red: number
Comparator
Comparator<K, V>: (firstValue: V, secondValue: V, firstKey: K, secondKey: K) => number
Type parameters
Type declaration
- (firstValue: V, secondValue: V, firstKey: K, secondKey: K): number
Parameters
firstValue: V
secondValue: V
firstKey: K
secondKey: K
Returns number
CountdownSet
Type declaration
Optional allowOverrun?: boolean
Optional duration?: number
DateTimeStyle
DateTimeStyle: "none" | "short" | "medium" | "long" | "full"
Exclude
Exclude<T, U>: T extends U ? never : T
Type parameters
FetchId
FetchId: string | number
IteratorResult
Type parameters
MediaType
MediaType: "audio" | "video" | "image"
Method
Method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH" | "purge" | "PURGE" | "link" | "LINK" | "unlink" | "UNLINK"
Omit
Type parameters
Pick
Pick<T, K>: { [ P in K]: T[P] }
Type parameters
PlaylistFolderType
PlaylistFolderType: "playlist" | "folder"
ReadonlyCollection
Readonly
Collection
<K, V>: ReadonlyMap<K, V> & Omit<Collection<K, V>, "forEach" | "ensure" | "reverse" | "sweep" | "sort" | "get" | "set" | "delete">Type parameters
Resolution
Resolution: { height: number; width: number }
Type declaration
height: number
width: number
StatusType
StatusType: "active" | "inactive" | "caution" | "error"
SystemPlatform
SystemPlatform: "win" | "mac" | "unknown"
TimeOfDay
TimeOfDay: "am" | "pm" | "24_hour"
TimerState
TimerState: "stopped" | "running" | "complete" | "overrun"
TimerStyle
TimerStyle: "none" | "short" | "long" | "remove_short" | "remove_long"