From 5274bfb0159ad90c5ce8a9553d1abd954913064e Mon Sep 17 00:00:00 2001 From: nytamin Date: Wed, 3 May 2023 04:23:04 +0000 Subject: [PATCH] deploy: 4b1bc55b1e0f95574026817d7fced71802b330ed --- classes/BasicCasparCGAPI.html | 38 ++--- classes/CasparCG.html | 186 ++++++++++----------- enums/Commands.html | 166 +++++++++--------- enums/Enum.BlendMode.html | 60 +++---- enums/Enum.Direction.html | 6 +- enums/Enum.LockAction.html | 8 +- enums/Enum.LogCategory.html | 6 +- enums/Enum.LogLevel.html | 14 +- enums/Enum.RouteMode.html | 6 +- enums/Enum.SetVariable.html | 6 +- enums/Enum.TransitionTween.html | 86 +++++----- enums/Enum.TransitionType.html | 14 +- enums/Enum.Version.html | 10 +- interfaces/Command.html | 6 +- interfaces/Options.html | 10 +- interfaces/Response.html | 14 +- modules/Enum.html | 2 +- types/AMCPCommand.html | 2 +- types/AddCommand.html | 2 +- types/ByeCommand.html | 2 +- types/CallCommand.html | 2 +- types/CgAddCommand.html | 2 +- types/CgClearCommand.html | 2 +- types/CgInfoCommand.html | 2 +- types/CgInvokeCommand.html | 2 +- types/CgNextCommand.html | 2 +- types/CgPlayCommand.html | 2 +- types/CgRemoveCommand.html | 2 +- types/CgStopCommand.html | 2 +- types/CgUpdateCommand.html | 2 +- types/Channel_gridCommand.html | 2 +- types/CinfCommand.html | 2 +- types/ClearCommand.html | 2 +- types/ClsCommand.html | 2 +- types/ConnectionEvents.html | 2 +- types/DataListCommand.html | 2 +- types/DataRemoveCommand.html | 2 +- types/DataRetrieveCommand.html | 2 +- types/DataStoreCommand.html | 2 +- types/DiagCommand.html | 2 +- types/FlsCommand.html | 2 +- types/GlGcCommand.html | 2 +- types/GlInfoCommand.html | 2 +- types/InfoCommand.html | 2 +- types/InfoConfigCommand.html | 2 +- types/InfoDelayCommand.html | 2 +- types/InfoPathsCommand.html | 2 +- types/InfoQueuesCommand.html | 2 +- types/InfoServerCommand.html | 2 +- types/InfoSystemCommand.html | 2 +- types/InfoTemplateCommand.html | 2 +- types/InfoThreadsCommand.html | 2 +- types/KillCommand.html | 2 +- types/LoadCommand.html | 2 +- types/LoadbgCommand.html | 2 +- types/LoadbgDecklinkCommand.html | 2 +- types/LoadbgHtmlCommand.html | 2 +- types/LoadbgRouteCommand.html | 2 +- types/LockCommand.html | 2 +- types/LogCategoryCommand.html | 2 +- types/LogLevelCommand.html | 2 +- types/MixerAnchorCommand.html | 2 +- types/MixerBlendCommand.html | 2 +- types/MixerBrightnessCommand.html | 2 +- types/MixerChromaCommand.html | 2 +- types/MixerClearCommand.html | 2 +- types/MixerClipCommand.html | 2 +- types/MixerCommitCommand.html | 2 +- types/MixerContrastCommand.html | 2 +- types/MixerCropCommand.html | 2 +- types/MixerFillCommand.html | 2 +- types/MixerGridCommand.html | 2 +- types/MixerInvertCommand.html | 2 +- types/MixerKeyerCommand.html | 2 +- types/MixerLevelsCommand.html | 2 +- types/MixerMastervolumeCommand.html | 2 +- types/MixerMipmapCommand.html | 2 +- types/MixerOpacityCommand.html | 2 +- types/MixerPerspectiveCommand.html | 2 +- types/MixerRotationCommand.html | 2 +- types/MixerSaturationCommand.html | 2 +- types/MixerStraightAlphaOutputCommand.html | 2 +- types/MixerVolumeCommand.html | 2 +- types/PauseCommand.html | 2 +- types/PlayCommand.html | 2 +- types/PlayDecklinkCommand.html | 2 +- types/PlayHtmlCommand.html | 2 +- types/PlayRouteCommand.html | 2 +- types/PrintCommand.html | 2 +- types/RemoveCommand.html | 2 +- types/RestartCommand.html | 2 +- types/ResumeCommand.html | 2 +- types/SendResult.html | 2 +- types/SetCommand.html | 2 +- types/StopCommand.html | 2 +- types/SwapCommand.html | 2 +- types/ThumbnailGenerateCommand.html | 2 +- types/ThumbnailGenerate_allCommand.html | 2 +- types/ThumbnailListCommand.html | 2 +- types/ThumbnailRetrieveCommand.html | 2 +- types/TlsCommand.html | 2 +- types/VersionCommand.html | 2 +- 102 files changed, 404 insertions(+), 404 deletions(-) diff --git a/classes/BasicCasparCGAPI.html b/classes/BasicCasparCGAPI.html index 9cc76ab5..646502cd 100644 --- a/classes/BasicCasparCGAPI.html +++ b/classes/BasicCasparCGAPI.html @@ -24,7 +24,7 @@

Hierarchy

+
  • Defined in src/api.ts:56
  • @@ -83,39 +83,39 @@
    Optional options: Returns BasicCasparCGAPI
    +
  • Defined in src/api.ts:65
  • Properties

    _connection: Connection
    +
  • Defined in src/api.ts:57
  • _host: string
    +
  • Defined in src/api.ts:58
  • _port: number
    +
  • Defined in src/api.ts:59
  • _requestQueue: InternalRequest[] = []
    +
  • Defined in src/api.ts:61
  • _timeoutTime: number
    +
  • Defined in src/api.ts:63
  • _timeoutTimer: Timer
    +
  • Defined in src/api.ts:62
  • Accessors

    @@ -125,7 +125,7 @@
    +
  • Defined in src/api.ts:123
  • set host(host: string): void
  • @@ -143,7 +143,7 @@

    Parameters

    host: string
  • Returns void

    +
  • Defined in src/api.ts:109
  • set port(port: number): void
  • @@ -161,7 +161,7 @@

    Parameters

    port: number
  • Returns void

    +
  • Defined in src/api.ts:118
  • Methods

    @@ -171,7 +171,7 @@
    +
  • Defined in src/api.ts:214
  • +
  • Defined in src/api.ts:182
  • Returns void

    +
  • Defined in src/api.ts:127
  • +
  • Defined in src/api.ts:145
  • +
  • Defined in src/api.ts:133
  • Returns Promise<SendResult>

    +
  • Defined in src/api.ts:156
  • +
  • Defined in src/CasparCG.ts:82
  • @@ -146,7 +146,7 @@
    Optional options: Returns CasparCG
    +
  • Defined in src/api.ts:65
  • Accessors

    @@ -157,7 +157,7 @@
    +
  • Defined in src/api.ts:123
  • set host(host: string): void
  • @@ -177,7 +177,7 @@
    host: string
  • Returns void

    +
  • Defined in src/api.ts:109
  • set port(port: number): void
  • @@ -197,7 +197,7 @@
    port: number
  • Returns void

    +
  • Defined in src/api.ts:118
  • Methods

    @@ -212,7 +212,7 @@

    Parameters

    params: AddParameters

    Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:137
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:521
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:125
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:203
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:233
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:251
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:245
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:221
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:209
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:227
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:215
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:239
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:389
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:419
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:119
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:425
  • +
  • Defined in src/api.ts:127
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:191
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:197
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:185
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:179
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:503
  • +
  • Defined in src/api.ts:145
  • +
  • Defined in src/api.ts:133
  • +
  • Defined in src/api.ts:156
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:431
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:515
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:509
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:449
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:461
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:497
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:467
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:485
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:479
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:473
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:455
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:491
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:527
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:89
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:83
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:173
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:161
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:155
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:323
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:269
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:287
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:263
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:383
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:317
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:377
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:299
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:329
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:311
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:371
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:275
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:257
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:305
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:359
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:347
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:281
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:341
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:335
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:293
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:365
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:353
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:101
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:95
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:149
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:143
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:533
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:107
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:167
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:113
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:131
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:407
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:413
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:395
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:401
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:437
  • Returns Promise<SendResult>

    +
  • Defined in src/CasparCG.ts:443
  • +
  • Defined in src/commands.ts:153
  • +
  • Defined in src/enums.ts:105
  • +
  • Defined in src/enums.ts:57
  • +
  • Defined in src/enums.ts:81
  • +
  • Defined in src/enums.ts:71
  • +
  • Defined in src/enums.ts:64
  • +
  • Defined in src/enums.ts:119
  • +
  • Defined in src/enums.ts:75
  • +
  • Defined in src/enums.ts:30
  • +
  • Defined in src/enums.ts:5
  • +
  • Defined in src/enums.ts:126
  • +
  • Defined in src/api.ts:12
  • AMCPCommand: LoadbgCommand | LoadbgDecklinkCommand | LoadbgHtmlCommand | LoadbgRouteCommand | LoadCommand | PlayCommand | PlayDecklinkCommand | PlayHtmlCommand | PlayRouteCommand | PauseCommand | ResumeCommand | StopCommand | ClearCommand | CallCommand | SwapCommand | AddCommand | RemoveCommand | PrintCommand | LogLevelCommand | LogCategoryCommand | SetCommand | LockCommand | DataStoreCommand | DataRetrieveCommand | DataListCommand | DataRemoveCommand | CgAddCommand | CgPlayCommand | CgStopCommand | CgNextCommand | CgRemoveCommand | CgClearCommand | CgUpdateCommand | CgInvokeCommand | CgInfoCommand | MixerKeyerCommand | MixerChromaCommand | MixerBlendCommand | MixerInvertCommand | MixerOpacityCommand | MixerBrightnessCommand | MixerSaturationCommand | MixerContrastCommand | MixerLevelsCommand | MixerFillCommand | MixerClipCommand | MixerAnchorCommand | MixerCropCommand | MixerRotationCommand | MixerPerspectiveCommand | MixerMipmapCommand | MixerVolumeCommand | MixerMastervolumeCommand | MixerStraightAlphaOutputCommand | MixerGridCommand | MixerCommitCommand | MixerClearCommand | Channel_gridCommand | ThumbnailListCommand | ThumbnailRetrieveCommand | ThumbnailGenerateCommand | ThumbnailGenerate_allCommand | CinfCommand | ClsCommand | FlsCommand | TlsCommand | VersionCommand | InfoCommand | InfoTemplateCommand | InfoConfigCommand | InfoPathsCommand | InfoSystemCommand | InfoServerCommand | InfoQueuesCommand | InfoThreadsCommand | InfoDelayCommand | DiagCommand | GlInfoCommand | GlGcCommand | ByeCommand | KillCommand | RestartCommand
    +
  • Defined in src/commands.ts:262
  • +
  • Defined in src/commands.ts:191
  • +
  • Defined in src/commands.ts:258
  • +
  • Defined in src/commands.ts:189
  • +
  • Defined in src/commands.ts:202
  • +
  • Defined in src/commands.ts:207
  • +
  • Defined in src/commands.ts:210
  • +
  • Defined in src/commands.ts:209
  • +
  • Defined in src/commands.ts:205
  • +
  • Defined in src/commands.ts:203
  • +
  • Defined in src/commands.ts:206
  • +
  • Defined in src/commands.ts:204
  • +
  • Defined in src/commands.ts:208
  • +
  • Defined in src/commands.ts:236
  • +
  • Defined in src/commands.ts:241
  • +
  • Defined in src/commands.ts:188
  • +
  • Defined in src/commands.ts:242
  • +
  • Defined in src/api.ts:50
  • +
  • Defined in src/commands.ts:200
  • +
  • Defined in src/commands.ts:201
  • +
  • Defined in src/commands.ts:199
  • +
  • Defined in src/commands.ts:198
  • +
  • Defined in src/commands.ts:255
  • +
  • Defined in src/commands.ts:243
  • +
  • Defined in src/commands.ts:257
  • +
  • Defined in src/commands.ts:256
  • +
  • Defined in src/commands.ts:246
  • +
  • Defined in src/commands.ts:248
  • +
  • Defined in src/commands.ts:254
  • +
  • Defined in src/commands.ts:249
  • +
  • Defined in src/commands.ts:252
  • +
  • Defined in src/commands.ts:251
  • +
  • Defined in src/commands.ts:250
  • +
  • Defined in src/commands.ts:247
  • +
  • Defined in src/commands.ts:253
  • +
  • Defined in src/commands.ts:259
  • +
  • Defined in src/commands.ts:180
  • +
  • Defined in src/commands.ts:176
  • +
  • Defined in src/commands.ts:177
  • +
  • Defined in src/commands.ts:178
  • +
  • Defined in src/commands.ts:179
  • +
  • Defined in src/commands.ts:197
  • +
  • Defined in src/commands.ts:195
  • +
  • Defined in src/commands.ts:194
  • +
  • Defined in src/commands.ts:222
  • +
  • Defined in src/commands.ts:213
  • +
  • Defined in src/commands.ts:216
  • +
  • Defined in src/commands.ts:212
  • +
  • Defined in src/commands.ts:235
  • +
  • Defined in src/commands.ts:221
  • +
  • Defined in src/commands.ts:234
  • +
  • Defined in src/commands.ts:218
  • +
  • Defined in src/commands.ts:223
  • +
  • Defined in src/commands.ts:220
  • +
  • Defined in src/commands.ts:233
  • +
  • Defined in src/commands.ts:214
  • +
  • Defined in src/commands.ts:211
  • +
  • Defined in src/commands.ts:219
  • +
  • Defined in src/commands.ts:228
  • +
  • Defined in src/commands.ts:226
  • +
  • Defined in src/commands.ts:215
  • +
  • Defined in src/commands.ts:225
  • +
  • Defined in src/commands.ts:224
  • +
  • Defined in src/commands.ts:217
  • +
  • Defined in src/commands.ts:229
  • +
  • Defined in src/commands.ts:227
  • +
  • Defined in src/commands.ts:185
  • +
  • Defined in src/commands.ts:181
  • +
  • Defined in src/commands.ts:182
  • +
  • Defined in src/commands.ts:183
  • +
  • Defined in src/commands.ts:184
  • +
  • Defined in src/commands.ts:193
  • +
  • Defined in src/commands.ts:192
  • +
  • Defined in src/commands.ts:260
  • +
  • Defined in src/commands.ts:186
  • +
  • Defined in src/api.ts:17
  • +
  • Defined in src/commands.ts:196
  • +
  • Defined in src/commands.ts:187
  • +
  • Defined in src/commands.ts:190
  • +
  • Defined in src/commands.ts:239
  • +
  • Defined in src/commands.ts:240
  • +
  • Defined in src/commands.ts:237
  • +
  • Defined in src/commands.ts:238
  • +
  • Defined in src/commands.ts:244
  • +
  • Defined in src/commands.ts:245