@norskvideo/norsk-api 1.0.395-a7f8b7fb → 1.0.395
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/media_pb.d.ts +101 -35
- package/lib/media_pb.js +109 -47
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +165 -52
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -4215,45 +4215,41 @@ export declare class DeckLinkInputEvent extends Message<DeckLinkInputEvent> {
|
|
|
4215
4215
|
* ///////////////////////////////
|
|
4216
4216
|
* Kantar Audio Watermarks
|
|
4217
4217
|
*
|
|
4218
|
-
* @generated from message norsk.api.media.
|
|
4218
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense
|
|
4219
4219
|
*/
|
|
4220
|
-
export declare class
|
|
4221
|
-
/**
|
|
4222
|
-
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
4223
|
-
*/
|
|
4224
|
-
id?: MediaNodeId;
|
|
4220
|
+
export declare class AudioWatermarkLicense extends Message<AudioWatermarkLicense> {
|
|
4225
4221
|
/**
|
|
4226
|
-
* @generated from oneof norsk.api.media.
|
|
4222
|
+
* @generated from oneof norsk.api.media.AudioWatermarkLicense.license
|
|
4227
4223
|
*/
|
|
4228
4224
|
license: {
|
|
4229
4225
|
/**
|
|
4230
|
-
* @generated from field: norsk.api.media.
|
|
4226
|
+
* @generated from field: norsk.api.media.AudioWatermarkLicense.OnlineLicense online_license = 2;
|
|
4231
4227
|
*/
|
|
4232
|
-
value:
|
|
4228
|
+
value: AudioWatermarkLicense_OnlineLicense;
|
|
4233
4229
|
case: "onlineLicense";
|
|
4234
4230
|
} | {
|
|
4235
4231
|
/**
|
|
4236
|
-
* @generated from field: norsk.api.media.
|
|
4232
|
+
* @generated from field: norsk.api.media.AudioWatermarkLicense.OfflineLicense offline_license = 3;
|
|
4237
4233
|
*/
|
|
4238
|
-
value:
|
|
4234
|
+
value: AudioWatermarkLicense_OfflineLicense;
|
|
4239
4235
|
case: "offlineLicense";
|
|
4240
4236
|
} | {
|
|
4241
4237
|
case: undefined;
|
|
4242
4238
|
value?: undefined;
|
|
4243
4239
|
};
|
|
4244
|
-
constructor(data?: PartialMessage<
|
|
4240
|
+
constructor(data?: PartialMessage<AudioWatermarkLicense>);
|
|
4245
4241
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4246
|
-
static readonly typeName = "norsk.api.media.
|
|
4242
|
+
static readonly typeName = "norsk.api.media.AudioWatermarkLicense";
|
|
4247
4243
|
static readonly fields: FieldList;
|
|
4248
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
4249
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
4250
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
4251
|
-
static equals(a:
|
|
4244
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioWatermarkLicense;
|
|
4245
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioWatermarkLicense;
|
|
4246
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioWatermarkLicense;
|
|
4247
|
+
static equals(a: AudioWatermarkLicense | PlainMessage<AudioWatermarkLicense> | undefined, b: AudioWatermarkLicense | PlainMessage<AudioWatermarkLicense> | undefined): boolean;
|
|
4252
4248
|
}
|
|
4253
4249
|
/**
|
|
4254
|
-
* @generated from message norsk.api.media.
|
|
4250
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense.OnlineLicense
|
|
4255
4251
|
*/
|
|
4256
|
-
export declare class
|
|
4252
|
+
export declare class AudioWatermarkLicense_OnlineLicense extends Message<AudioWatermarkLicense_OnlineLicense> {
|
|
4257
4253
|
/**
|
|
4258
4254
|
* @generated from field: string login = 1;
|
|
4259
4255
|
*/
|
|
@@ -4271,22 +4267,26 @@ export declare class AudioWatermarkConfiguration_OnlineLicense extends Message<A
|
|
|
4271
4267
|
*/
|
|
4272
4268
|
port: number;
|
|
4273
4269
|
/**
|
|
4274
|
-
* @generated from field:
|
|
4270
|
+
* @generated from field: string license_name = 5;
|
|
4275
4271
|
*/
|
|
4276
|
-
|
|
4277
|
-
|
|
4272
|
+
licenseName: string;
|
|
4273
|
+
/**
|
|
4274
|
+
* @generated from field: string json_metadata = 6;
|
|
4275
|
+
*/
|
|
4276
|
+
jsonMetadata: string;
|
|
4277
|
+
constructor(data?: PartialMessage<AudioWatermarkLicense_OnlineLicense>);
|
|
4278
4278
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4279
|
-
static readonly typeName = "norsk.api.media.
|
|
4279
|
+
static readonly typeName = "norsk.api.media.AudioWatermarkLicense.OnlineLicense";
|
|
4280
4280
|
static readonly fields: FieldList;
|
|
4281
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
4282
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
4283
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
4284
|
-
static equals(a:
|
|
4281
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioWatermarkLicense_OnlineLicense;
|
|
4282
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioWatermarkLicense_OnlineLicense;
|
|
4283
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioWatermarkLicense_OnlineLicense;
|
|
4284
|
+
static equals(a: AudioWatermarkLicense_OnlineLicense | PlainMessage<AudioWatermarkLicense_OnlineLicense> | undefined, b: AudioWatermarkLicense_OnlineLicense | PlainMessage<AudioWatermarkLicense_OnlineLicense> | undefined): boolean;
|
|
4285
4285
|
}
|
|
4286
4286
|
/**
|
|
4287
|
-
* @generated from message norsk.api.media.
|
|
4287
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense.OfflineLicense
|
|
4288
4288
|
*/
|
|
4289
|
-
export declare class
|
|
4289
|
+
export declare class AudioWatermarkLicense_OfflineLicense extends Message<AudioWatermarkLicense_OfflineLicense> {
|
|
4290
4290
|
/**
|
|
4291
4291
|
* @generated from field: string kantar_license = 1;
|
|
4292
4292
|
*/
|
|
@@ -4299,14 +4299,35 @@ export declare class AudioWatermarkConfiguration_OfflineLicense extends Message<
|
|
|
4299
4299
|
* @generated from field: string channel_name = 3;
|
|
4300
4300
|
*/
|
|
4301
4301
|
channelName: string;
|
|
4302
|
-
constructor(data?: PartialMessage<
|
|
4302
|
+
constructor(data?: PartialMessage<AudioWatermarkLicense_OfflineLicense>);
|
|
4303
4303
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4304
|
-
static readonly typeName = "norsk.api.media.
|
|
4304
|
+
static readonly typeName = "norsk.api.media.AudioWatermarkLicense.OfflineLicense";
|
|
4305
4305
|
static readonly fields: FieldList;
|
|
4306
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
4307
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
4308
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
4309
|
-
static equals(a:
|
|
4306
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioWatermarkLicense_OfflineLicense;
|
|
4307
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioWatermarkLicense_OfflineLicense;
|
|
4308
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioWatermarkLicense_OfflineLicense;
|
|
4309
|
+
static equals(a: AudioWatermarkLicense_OfflineLicense | PlainMessage<AudioWatermarkLicense_OfflineLicense> | undefined, b: AudioWatermarkLicense_OfflineLicense | PlainMessage<AudioWatermarkLicense_OfflineLicense> | undefined): boolean;
|
|
4310
|
+
}
|
|
4311
|
+
/**
|
|
4312
|
+
* @generated from message norsk.api.media.AudioWatermarkConfiguration
|
|
4313
|
+
*/
|
|
4314
|
+
export declare class AudioWatermarkConfiguration extends Message<AudioWatermarkConfiguration> {
|
|
4315
|
+
/**
|
|
4316
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
4317
|
+
*/
|
|
4318
|
+
id?: MediaNodeId;
|
|
4319
|
+
/**
|
|
4320
|
+
* @generated from field: norsk.api.media.AudioWatermarkLicense license = 2;
|
|
4321
|
+
*/
|
|
4322
|
+
license?: AudioWatermarkLicense;
|
|
4323
|
+
constructor(data?: PartialMessage<AudioWatermarkConfiguration>);
|
|
4324
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4325
|
+
static readonly typeName = "norsk.api.media.AudioWatermarkConfiguration";
|
|
4326
|
+
static readonly fields: FieldList;
|
|
4327
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioWatermarkConfiguration;
|
|
4328
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioWatermarkConfiguration;
|
|
4329
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioWatermarkConfiguration;
|
|
4330
|
+
static equals(a: AudioWatermarkConfiguration | PlainMessage<AudioWatermarkConfiguration> | undefined, b: AudioWatermarkConfiguration | PlainMessage<AudioWatermarkConfiguration> | undefined): boolean;
|
|
4310
4331
|
}
|
|
4311
4332
|
/**
|
|
4312
4333
|
* @generated from message norsk.api.media.AudioWatermarkMessage
|
|
@@ -4327,6 +4348,12 @@ export declare class AudioWatermarkMessage extends Message<AudioWatermarkMessage
|
|
|
4327
4348
|
*/
|
|
4328
4349
|
value: AudioWatermarkConfiguration;
|
|
4329
4350
|
case: "initialConfig";
|
|
4351
|
+
} | {
|
|
4352
|
+
/**
|
|
4353
|
+
* @generated from field: norsk.api.media.AudioWatermarkLicense update_license = 3;
|
|
4354
|
+
*/
|
|
4355
|
+
value: AudioWatermarkLicense;
|
|
4356
|
+
case: "updateLicense";
|
|
4330
4357
|
} | {
|
|
4331
4358
|
case: undefined;
|
|
4332
4359
|
value?: undefined;
|
|
@@ -4424,6 +4451,19 @@ export declare enum AudioWatermarkSnapEvent_EventType {
|
|
|
4424
4451
|
*/
|
|
4425
4452
|
SNAPERROR = 2
|
|
4426
4453
|
}
|
|
4454
|
+
/**
|
|
4455
|
+
* @generated from message norsk.api.media.AudioWatermarkTimecodeResyncEvent
|
|
4456
|
+
*/
|
|
4457
|
+
export declare class AudioWatermarkTimecodeResyncEvent extends Message<AudioWatermarkTimecodeResyncEvent> {
|
|
4458
|
+
constructor(data?: PartialMessage<AudioWatermarkTimecodeResyncEvent>);
|
|
4459
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4460
|
+
static readonly typeName = "norsk.api.media.AudioWatermarkTimecodeResyncEvent";
|
|
4461
|
+
static readonly fields: FieldList;
|
|
4462
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioWatermarkTimecodeResyncEvent;
|
|
4463
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioWatermarkTimecodeResyncEvent;
|
|
4464
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioWatermarkTimecodeResyncEvent;
|
|
4465
|
+
static equals(a: AudioWatermarkTimecodeResyncEvent | PlainMessage<AudioWatermarkTimecodeResyncEvent> | undefined, b: AudioWatermarkTimecodeResyncEvent | PlainMessage<AudioWatermarkTimecodeResyncEvent> | undefined): boolean;
|
|
4466
|
+
}
|
|
4427
4467
|
/**
|
|
4428
4468
|
* @generated from message norsk.api.media.AudioWatermarkEvent
|
|
4429
4469
|
*/
|
|
@@ -4467,6 +4507,12 @@ export declare class AudioWatermarkEvent extends Message<AudioWatermarkEvent> {
|
|
|
4467
4507
|
*/
|
|
4468
4508
|
value: AudioWatermarkSnapEvent;
|
|
4469
4509
|
case: "snapEvent";
|
|
4510
|
+
} | {
|
|
4511
|
+
/**
|
|
4512
|
+
* @generated from field: norsk.api.media.AudioWatermarkTimecodeResyncEvent timecode_resync_event = 7;
|
|
4513
|
+
*/
|
|
4514
|
+
value: AudioWatermarkTimecodeResyncEvent;
|
|
4515
|
+
case: "timecodeResyncEvent";
|
|
4470
4516
|
} | {
|
|
4471
4517
|
case: undefined;
|
|
4472
4518
|
value?: undefined;
|
|
@@ -7153,6 +7199,16 @@ export declare class AudioBuildMultichannelEvent extends Message<AudioBuildMulti
|
|
|
7153
7199
|
*/
|
|
7154
7200
|
value: Context;
|
|
7155
7201
|
case: "inboundContext";
|
|
7202
|
+
} | {
|
|
7203
|
+
/**
|
|
7204
|
+
* Message sent when inbound context changes on some input; presence of an
|
|
7205
|
+
* input in this message means that media has arrived and the channel config can
|
|
7206
|
+
* immediately be updated to include new streams
|
|
7207
|
+
*
|
|
7208
|
+
* @generated from field: norsk.api.media.MultipleContext validated_context = 5;
|
|
7209
|
+
*/
|
|
7210
|
+
value: MultipleContext;
|
|
7211
|
+
case: "validatedContext";
|
|
7156
7212
|
} | {
|
|
7157
7213
|
case: undefined;
|
|
7158
7214
|
value?: undefined;
|
|
@@ -9738,6 +9794,10 @@ export declare class RtmpOutputConfiguration extends Message<RtmpOutputConfigura
|
|
|
9738
9794
|
* @generated from field: norsk.api.common.OptionalInt av_delay_ms = 7;
|
|
9739
9795
|
*/
|
|
9740
9796
|
avDelayMs?: OptionalInt;
|
|
9797
|
+
/**
|
|
9798
|
+
* @generated from field: norsk.api.common.OptionalInt chunk_size = 8;
|
|
9799
|
+
*/
|
|
9800
|
+
chunkSize?: OptionalInt;
|
|
9741
9801
|
constructor(data?: PartialMessage<RtmpOutputConfiguration>);
|
|
9742
9802
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9743
9803
|
static readonly typeName = "norsk.api.media.RtmpOutputConfiguration";
|
|
@@ -15722,6 +15782,12 @@ export declare class AudioTranscribeWhisperConfiguration extends Message<AudioTr
|
|
|
15722
15782
|
* @generated from field: norsk.api.common.OptionalInt beam_size = 19;
|
|
15723
15783
|
*/
|
|
15724
15784
|
beamSize?: OptionalInt;
|
|
15785
|
+
/**
|
|
15786
|
+
* Whether to supply a prompt consisting of the tokens recognised in the previous chunk
|
|
15787
|
+
*
|
|
15788
|
+
* @generated from field: norsk.api.common.OptionalBool context_prompt = 20;
|
|
15789
|
+
*/
|
|
15790
|
+
contextPrompt?: OptionalBool;
|
|
15725
15791
|
constructor(data?: PartialMessage<AudioTranscribeWhisperConfiguration>);
|
|
15726
15792
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15727
15793
|
static readonly typeName = "norsk.api.media.AudioTranscribeWhisperConfiguration";
|
package/lib/media_pb.js
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.TimestampNudge = exports.ValidationResponseAck = exports.ValidationResponse_ContextValidationResponse = exports.ValidationResponse = exports.BlockingCallRef = exports.TaggedContext = exports.MultipleContext = exports.Context = exports.StreamMetadata_AncillaryMetadata = exports.StreamMetadata_PlaylistMetadata = exports.StreamMetadata_SubtitleMetadata = exports.StreamMetadata_VideoMetadata = exports.StreamMetadata_AudioMetadata = exports.StreamMetadata = exports.ChannelLayout = exports.MultiChannelLayout = exports.SingleChannelLayout = exports.Channel = exports.ExplicitChannel = exports.StreamKey = exports.InputPin = exports.RenditionName = exports.StreamId = exports.ProgramNumber = exports.SourceName = exports.Interval = exports.Resolution = exports.MediaNodeId = exports.ContextType = exports.VideoIOSupport = exports.VideoConnection = exports.VancPayloadFormat = exports.MetadataKind = exports.SentenceStabilizationMode = exports.SentenceBuildMode = exports.NvidiaCabrMode = exports.NvidiaPreset = exports.PixelFormat = exports.DeckLinkDisplayModeId = exports.DeckLinkPixelFormat = exports.TestCardPattern = exports.SrtMode = exports.AncillaryType = exports.SubtitleFormat = exports.AudioCodec = exports.SampleFormat = exports.SampleRate = exports.NamedChannelLayout = exports.ChannelName = exports.NodeMetricsMode = void 0;
|
|
8
8
|
exports.SrtInputConfiguration = exports.StreamWebVttInputEvent = exports.StreamWebVttError = exports.StreamWebVttInputConfiguration = exports.StreamWebVttInputMessage = exports.FileWebVttInputEvent = exports.FileWebVttInputConfiguration = exports.FileTsInputMessage = exports.FileTsInputConfigurationUpdate = exports.FileTsInputConfiguration_StartMode = exports.FileTsInputConfiguration = exports.TsInputEvent = exports.TsInputStatus_State = exports.TsInputStatus = exports.TsContext = exports.TsProgram_TsPid = exports.TsProgram_TsStreamType = exports.TsProgram = exports.RtmpServerInputEvent = exports.RtmpBytesRead = exports.RtmpError_UnsupportedAudio = exports.RtmpError_UnsupportedVideo = exports.RtmpError = exports.RtmpOnStream = exports.RtmpServerInputStatus_State = exports.RtmpServerInputStatus = exports.RtmpConnection = exports.RtmpServerInputMessage = exports.RtmpStreamReject = exports.RtmpStreamAccept = exports.RtmpConnectionReject = exports.RtmpConnectionAccept = exports.SslServerOptions = exports.RtmpServerInputConfiguration = exports.ConnectionId = exports.GopStructure_SinglePictureStructure = exports.GopStructure_PictureType = exports.GopStructure = exports.CodecPictureStructure_HEVCPictureStructure_HEVCSliceType = exports.CodecPictureStructure_HEVCPictureStructure = exports.CodecPictureStructure_H264PictureStructure_H264SliceType = exports.CodecPictureStructure_H264PictureStructure = exports.CodecPictureStructure_Mpeg2PictureStructure_Mpeg2GopInfo = exports.CodecPictureStructure_Mpeg2PictureStructure = exports.CodecPictureStructure = exports.StreamStatisticsSampling = exports.MultiStreamStatistics_SingleStreamStatistics = exports.MultiStreamStatistics = exports.TimestampSourceProgramNudge = exports.TimestampProgramNudge = void 0;
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.LicenseEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = void 0;
|
|
9
|
+
exports.FileMp4InputInfo = exports.FileMp4InputStatus_State = exports.FileMp4InputStatus = exports.FileMp4InputPlayUntil = exports.FileMp4InputSeek = exports.FileMp4InputMessage = exports.FileMp4InputConfigurationUpdate = exports.FileMp4InputConfiguration_StartMode = exports.FileMp4InputConfiguration = exports.FileImageInputEvent = exports.FileImageInputConfiguration_ImageFormat = exports.FileImageInputConfiguration_FileImageHardwareAcceleration = exports.FileImageInputConfiguration = exports.DeltacastInputEvent = exports.DeltacastInputMessage = exports.DeltacastInputConfiguration = exports.DeltacastChannel = exports.AudioWatermarkEvent = exports.AudioWatermarkTimecodeResyncEvent = exports.AudioWatermarkSnapEvent_EventType = exports.AudioWatermarkSnapEvent = exports.AudioWatermarkLicenseInformation_ChannelInfo = exports.AudioWatermarkLicenseInformation = exports.AudioWatermarkMessage = exports.AudioWatermarkConfiguration = exports.AudioWatermarkLicense_OfflineLicense = exports.AudioWatermarkLicense_OnlineLicense = exports.AudioWatermarkLicense = exports.DeckLinkInputEvent = exports.DeckLinkInputMessage = exports.DeckLinkInputConfiguration = exports.DeckLinkCardIndex = exports.VideoTestCardGeneratorEvent = exports.VideoTestCardGeneratorMessage = exports.TestCardVideoConfiguration = exports.TestCardVideoSetup = exports.M3u8MediaInputEvent = exports.M3u8MediaInputMessage = exports.M3u8MediaInputConfiguration = exports.UdpTsInputMessage = exports.UdpTsInputConfiguration = exports.SrtInputEvent = exports.SrtInputStatus_State = exports.SrtInputStatus = exports.SrtConnectionClose = exports.SrtConnectionReject = exports.SrtConnectionAccept = exports.SrtConnectMessage = exports.SrtTsContext = exports.SrtInputMessage = void 0;
|
|
10
|
+
exports.AudioMixMessage = exports.AudioMixSource = exports.MetadataCombineEvent = exports.MetadataCombineConfiguration = exports.MetadataCombineMessage = exports.TransitionComplete = exports.VideoComposeSourceEvent = exports.VideoComposeUpdateConfiguration = exports.VideoComposeConfiguration_MissingStreamBehaviour = exports.VideoComposeConfiguration_ComposeHardwareAcceleration = exports.VideoComposeConfiguration = exports.VideoComposeMessage = exports.PartId = exports.Easing_SimpleEasing = exports.Easing = exports.Transition = exports.ComposePart = exports.OffsetRectangle = exports.WhipInputEvent = exports.WhipInputMessage = exports.WhipInputConfiguration = exports.WebRtcIceServer = exports.WebRtcConfiguration = exports.BrowserInputEvent = exports.BrowserEvent = exports.BrowserOnLoadError = exports.BrowserOnLoadEnd = exports.BrowserOnLoadStart = exports.BrowserOnLoaded = exports.BrowserInputMessage = exports.BrowserInputUpdateConfiguration = exports.BrowserInputConfiguration = exports.BrowserAppConfiguration = exports.AudioSignalGeneratorEvent = exports.AudioSignalGeneratorMessage = exports.AudioSignalGeneratorConfigurationUpdate = exports.AudioSignalGeneratorConfiguration = exports.Wave = exports.Timed = exports.Loop = exports.Sequence = exports.Compound = exports.Silence = exports.SineWave = exports.FileWavOutputEvent = exports.FileWavOutputMessage = exports.FileWavOutputConfiguration = exports.FileWavInputEvent = exports.FileWavInputConfiguration = exports.FileMp4InputEvent = void 0;
|
|
11
|
+
exports.TsMediaPlaylistData = exports.CmafMediaPlaylistData = exports.PlaylistPart = exports.ProgramDateTime = exports.HlsTag = exports.MediaSegment = exports.AdMarker = exports.UpdatePlaylist = exports.UpdateDestinationPlaylist = exports.UpdateCredentials = exports.AwsCredentials = exports.CmafWebVttUpdateConfiguration = exports.CmafWebVttConfiguration = exports.HlsTsAudioMessage = exports.HlsTsAudioConfiguration = exports.CmafAudioMessage = exports.CmafAudioConfiguration = exports.HlsTsVideoMessage = exports.HlsTsVideoConfiguration = exports.SegmentationStrategy = exports.SegmentationExactIdrCount = exports.SegmentationExactFrameCount = exports.CmafVideoMessage = exports.CmafVideoConfiguration = exports.CMAFDestination = exports.LocalPullDestination = exports.AwsS3PushDestination = exports.Mp4Encryption_Mp4EncryptionScheme = exports.Mp4Encryption = exports.AudioSplitMultichannelEvent = exports.AudioSplitMultichannelConfiguration = exports.AudioSplitMultichannelMessage = exports.AudioSplitMultichannelSource = exports.AudioBuildMultichannelEvent = exports.AudioBuildMultichannelConfiguration = exports.AudioBuildMultichannelUpdateChannels = exports.AudioBuildMultichannelMessage = exports.AudioBuildMultichannelSource = exports.AudioGainEvent = exports.AudioGainUpdateConfiguration = exports.AudioGainConfiguration = exports.AudioGainMessage = exports.AudioMixMatrixEvent = exports.AudioMixMatrixUpdateConfiguration = exports.AudioMixMatrixConfiguration = exports.ChannelGainMapping = exports.AudioMixMatrixMessage = exports.AudioMixEvent = exports.AudioMixUpdateConfiguration = exports.AudioMixConfiguration = void 0;
|
|
12
|
+
exports.FileMp4OutputEvent = exports.FileMp4OutputStatus_State = exports.FileMp4OutputStatus = exports.FileMp4OutputMessage = exports.FileMp4OutputWriteMessage = exports.FileMp4OutputConfiguration = exports.FileTsOutputEvent = exports.FileTsOutputMessage = exports.FileTsOutputConfiguration = exports.RtmpOutputEvent_State = exports.RtmpOutputEvent = exports.RtmpOutputMessage = exports.SslClientOptions = exports.RtmpOutputConfiguration = exports.SipEvent_Status = exports.SipEvent = exports.SipConnectionStatistics = exports.SipStreamStatistics = exports.SipMessage = exports.SipCall = exports.SipCredentialData = exports.SipCredentials = exports.SipAccount = exports.SipConfiguration = exports.WhepOutputEvent_State = exports.WhepOutputEvent = exports.WhepOutputMessage = exports.WhepOutputConfiguration = exports.WebRTCBrowserDuplexEvent = exports.WebRTCBrowserDuplexMessage = exports.WebRTCBrowserDuplexConfiguration = exports.WhipOutputEvent = exports.WhipOutputMessage = exports.WhipOutputConfiguration = exports.SrtOutputEvent = exports.SrtOutputMessage = exports.SrtOutputConfiguration = exports.UdpTsOutputEvent = exports.UdpTsOutputMessage = exports.UdpTsOutputConfiguration = exports.HlsOutputEvent = exports.HlsTsCombinedPushMessage = exports.HlsPushDestination = exports.HlsTsCombinedPushConfiguration = exports.HlsTsMultiVariantMessage = exports.HlsTsMultiVariantConfiguration = exports.CmafMultiVariantMessage = exports.CmafMultiVariantConfiguration = exports.CmafWebVttMessage = exports.MultiVariantPlaylistData = void 0;
|
|
13
|
+
exports.AmdU30Hevc_AmdU30HevcTier = exports.AmdU30Hevc_AmdU30HevcProfile = exports.AmdU30Hevc = exports.AmdU30H264_AmdU30H264Profile = exports.AmdU30H264 = exports.LoganHevc_LoganHevcTier = exports.LoganHevc_LoganHevcProfile = exports.LoganHevc = exports.LoganH264_LoganH264Profile = exports.LoganH264 = exports.QuadraAv1_QuadraAv1Tier = exports.QuadraAv1_QuadraAv1Profile = exports.QuadraAv1 = exports.QuadraHevc_QuadraHevcTier = exports.QuadraHevc_QuadraHevcProfile = exports.QuadraHevc = exports.QuadraH264_QuadraH264Profile = exports.QuadraH264 = exports.QuadraEncodeHints_QuadraRescaleAlgorithm = exports.QuadraEncodeHints = exports.NvidiaHevc_NvidiaHevcTier = exports.NvidiaHevc_NvidiaHevcProfile = exports.NvidiaHevc = exports.NvidiaH264_NvidiaH264Profile = exports.NvidiaH264 = exports.NvidiaRateControl_NvidiaRateControlMode = exports.NvidiaRateControl = exports.VideoDecodeEvent = exports.VideoDecodeMessage = exports.VideoDecodeConfiguration_VideoDecoder = exports.VideoDecodeConfiguration = exports.VideoEncodeEvent = exports.VideoEncodeMessage = exports.VideoEncodeConfiguration = exports.VideoEncodeStream = exports.X265Codec_X265Tier = exports.X265Codec_X265Tune = exports.X265Codec_X265Preset = exports.X265Codec_X265Profile = exports.X265Codec = exports.X264Codec_X264NalHrd = exports.X264Codec_X264Tune = exports.X264Codec_X264Preset = exports.X264Codec_X264Profile = exports.X264Codec = exports.SampleAspectRatio = exports.FrameRate = exports.FileWebVttOutputEvent = exports.FileWebVttOutputMessage = exports.FileWebVttOutputConfiguration = void 0;
|
|
14
|
+
exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exports.StreamAlignEvent = exports.StreamAlignMessage = exports.StreamAlignConfiguration = exports.StreamSyncEvent = exports.StreamSyncMessage = exports.StreamSyncConfiguration = exports.JitterBufferEvent = exports.JitterBufferMessage = exports.JitterBufferConfiguration = exports.StreamMetadataOverrideEvent = exports.StreamMetadataOverrideMessage = exports.StreamMetadataOverrideUpdateConfiguration = exports.StreamMetadataOverrideConfiguration = exports.StreamKeyOverrideEvent = exports.StreamKeyOverrideMessage = exports.StreamKeyOverrideConfiguration = exports.StreamTimestampNudgeEvent = exports.StreamTimestampNudgeMessage = exports.StreamTimestampNudgeConfiguration = exports.StreamChaosMonkeyEvent = exports.StreamChaosMonkeyMessage = exports.StreamChaosMonkeyConfiguration = exports.VideoTransformEvent = exports.VideoTransformMessage = exports.VideoTransformConfiguration = exports.SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm = exports.SoftwareDeinterlace = exports.NoDeinterlace = exports.AmdMA35DAv1_AmdMA35DAv1Tier = exports.AmdMA35DAv1_AmdMA35DAv1Profile = exports.AmdMA35DAv1 = exports.AmdMA35DHevc_AmdMA35DHevcTier = exports.AmdMA35DHevc_AmdMA35DHevcProfile = exports.AmdMA35DHevc = exports.AmdMA35DH264_AmdMA35DH264Profile = exports.AmdMA35DH264 = exports.AmdMA35DEncodeCommon_ContentAdaptive = exports.AmdMA35DEncodeCommon_ConstrainedVBR = exports.AmdMA35DEncodeCommon_VBR = exports.AmdMA35DEncodeCommon_CBR = exports.AmdMA35DEncodeCommon_ConstQp = exports.AmdMA35DEncodeCommon_TrinaryFlag = exports.AmdMA35DEncodeCommon_TuneMetrics = exports.AmdMA35DEncodeCommon_QpMode = exports.AmdMA35DEncodeCommon_Preset = exports.AmdMA35DEncodeCommon = exports.AmdMA35DLoad_ComputeUnitLoad = exports.AmdMA35DLoad = void 0;
|
|
15
|
+
exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = void 0;
|
|
16
|
+
exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = void 0;
|
|
17
|
+
exports.SubscribeSource = exports.Hardware = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = exports.MediaStoreAssetFileWithHash = exports.MediaStoreSnapshotEvent = exports.MediaStoreSnapshotMessage = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest = exports.CancelMediaStoreCut = exports.StartMediaStoreCut_SequenceHeaderHandling = exports.StartMediaStoreCut_FileFormat = exports.StartMediaStoreCut = exports.LanguageMapping = exports.SingleCut = exports.StreamSelection = exports.MediaStoreSnapshotConfiguration = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = void 0;
|
|
18
|
+
exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.LicenseEvent = exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = void 0;
|
|
19
19
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
20
20
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
21
21
|
/**
|
|
@@ -5299,42 +5299,41 @@ DeckLinkInputEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
5299
5299
|
* ///////////////////////////////
|
|
5300
5300
|
* Kantar Audio Watermarks
|
|
5301
5301
|
*
|
|
5302
|
-
* @generated from message norsk.api.media.
|
|
5302
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense
|
|
5303
5303
|
*/
|
|
5304
|
-
class
|
|
5304
|
+
class AudioWatermarkLicense extends protobuf_1.Message {
|
|
5305
5305
|
constructor(data) {
|
|
5306
5306
|
super();
|
|
5307
5307
|
/**
|
|
5308
|
-
* @generated from oneof norsk.api.media.
|
|
5308
|
+
* @generated from oneof norsk.api.media.AudioWatermarkLicense.license
|
|
5309
5309
|
*/
|
|
5310
5310
|
this.license = { case: undefined };
|
|
5311
5311
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
5312
5312
|
}
|
|
5313
5313
|
static fromBinary(bytes, options) {
|
|
5314
|
-
return new
|
|
5314
|
+
return new AudioWatermarkLicense().fromBinary(bytes, options);
|
|
5315
5315
|
}
|
|
5316
5316
|
static fromJson(jsonValue, options) {
|
|
5317
|
-
return new
|
|
5317
|
+
return new AudioWatermarkLicense().fromJson(jsonValue, options);
|
|
5318
5318
|
}
|
|
5319
5319
|
static fromJsonString(jsonString, options) {
|
|
5320
|
-
return new
|
|
5320
|
+
return new AudioWatermarkLicense().fromJsonString(jsonString, options);
|
|
5321
5321
|
}
|
|
5322
5322
|
static equals(a, b) {
|
|
5323
|
-
return protobuf_1.proto3.util.equals(
|
|
5323
|
+
return protobuf_1.proto3.util.equals(AudioWatermarkLicense, a, b);
|
|
5324
5324
|
}
|
|
5325
5325
|
}
|
|
5326
|
-
exports.
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
|
|
5330
|
-
{ no:
|
|
5331
|
-
{ no:
|
|
5332
|
-
{ no: 3, name: "offline_license", kind: "message", T: AudioWatermarkConfiguration_OfflineLicense, oneof: "license" },
|
|
5326
|
+
exports.AudioWatermarkLicense = AudioWatermarkLicense;
|
|
5327
|
+
AudioWatermarkLicense.runtime = protobuf_1.proto3;
|
|
5328
|
+
AudioWatermarkLicense.typeName = "norsk.api.media.AudioWatermarkLicense";
|
|
5329
|
+
AudioWatermarkLicense.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5330
|
+
{ no: 2, name: "online_license", kind: "message", T: AudioWatermarkLicense_OnlineLicense, oneof: "license" },
|
|
5331
|
+
{ no: 3, name: "offline_license", kind: "message", T: AudioWatermarkLicense_OfflineLicense, oneof: "license" },
|
|
5333
5332
|
]);
|
|
5334
5333
|
/**
|
|
5335
|
-
* @generated from message norsk.api.media.
|
|
5334
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense.OnlineLicense
|
|
5336
5335
|
*/
|
|
5337
|
-
class
|
|
5336
|
+
class AudioWatermarkLicense_OnlineLicense extends protobuf_1.Message {
|
|
5338
5337
|
constructor(data) {
|
|
5339
5338
|
super();
|
|
5340
5339
|
/**
|
|
@@ -5354,38 +5353,43 @@ class AudioWatermarkConfiguration_OnlineLicense extends protobuf_1.Message {
|
|
|
5354
5353
|
*/
|
|
5355
5354
|
this.port = 0;
|
|
5356
5355
|
/**
|
|
5357
|
-
* @generated from field:
|
|
5356
|
+
* @generated from field: string license_name = 5;
|
|
5358
5357
|
*/
|
|
5359
|
-
this.
|
|
5358
|
+
this.licenseName = "";
|
|
5359
|
+
/**
|
|
5360
|
+
* @generated from field: string json_metadata = 6;
|
|
5361
|
+
*/
|
|
5362
|
+
this.jsonMetadata = "";
|
|
5360
5363
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
5361
5364
|
}
|
|
5362
5365
|
static fromBinary(bytes, options) {
|
|
5363
|
-
return new
|
|
5366
|
+
return new AudioWatermarkLicense_OnlineLicense().fromBinary(bytes, options);
|
|
5364
5367
|
}
|
|
5365
5368
|
static fromJson(jsonValue, options) {
|
|
5366
|
-
return new
|
|
5369
|
+
return new AudioWatermarkLicense_OnlineLicense().fromJson(jsonValue, options);
|
|
5367
5370
|
}
|
|
5368
5371
|
static fromJsonString(jsonString, options) {
|
|
5369
|
-
return new
|
|
5372
|
+
return new AudioWatermarkLicense_OnlineLicense().fromJsonString(jsonString, options);
|
|
5370
5373
|
}
|
|
5371
5374
|
static equals(a, b) {
|
|
5372
|
-
return protobuf_1.proto3.util.equals(
|
|
5375
|
+
return protobuf_1.proto3.util.equals(AudioWatermarkLicense_OnlineLicense, a, b);
|
|
5373
5376
|
}
|
|
5374
5377
|
}
|
|
5375
|
-
exports.
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5378
|
+
exports.AudioWatermarkLicense_OnlineLicense = AudioWatermarkLicense_OnlineLicense;
|
|
5379
|
+
AudioWatermarkLicense_OnlineLicense.runtime = protobuf_1.proto3;
|
|
5380
|
+
AudioWatermarkLicense_OnlineLicense.typeName = "norsk.api.media.AudioWatermarkLicense.OnlineLicense";
|
|
5381
|
+
AudioWatermarkLicense_OnlineLicense.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5379
5382
|
{ no: 1, name: "login", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5380
5383
|
{ no: 2, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5381
5384
|
{ no: 3, name: "server", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5382
5385
|
{ no: 4, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
5383
|
-
{ no: 5, name: "
|
|
5386
|
+
{ no: 5, name: "license_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5387
|
+
{ no: 6, name: "json_metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5384
5388
|
]);
|
|
5385
5389
|
/**
|
|
5386
|
-
* @generated from message norsk.api.media.
|
|
5390
|
+
* @generated from message norsk.api.media.AudioWatermarkLicense.OfflineLicense
|
|
5387
5391
|
*/
|
|
5388
|
-
class
|
|
5392
|
+
class AudioWatermarkLicense_OfflineLicense extends protobuf_1.Message {
|
|
5389
5393
|
constructor(data) {
|
|
5390
5394
|
super();
|
|
5391
5395
|
/**
|
|
@@ -5403,26 +5407,54 @@ class AudioWatermarkConfiguration_OfflineLicense extends protobuf_1.Message {
|
|
|
5403
5407
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
5404
5408
|
}
|
|
5405
5409
|
static fromBinary(bytes, options) {
|
|
5406
|
-
return new
|
|
5410
|
+
return new AudioWatermarkLicense_OfflineLicense().fromBinary(bytes, options);
|
|
5407
5411
|
}
|
|
5408
5412
|
static fromJson(jsonValue, options) {
|
|
5409
|
-
return new
|
|
5413
|
+
return new AudioWatermarkLicense_OfflineLicense().fromJson(jsonValue, options);
|
|
5410
5414
|
}
|
|
5411
5415
|
static fromJsonString(jsonString, options) {
|
|
5412
|
-
return new
|
|
5416
|
+
return new AudioWatermarkLicense_OfflineLicense().fromJsonString(jsonString, options);
|
|
5413
5417
|
}
|
|
5414
5418
|
static equals(a, b) {
|
|
5415
|
-
return protobuf_1.proto3.util.equals(
|
|
5419
|
+
return protobuf_1.proto3.util.equals(AudioWatermarkLicense_OfflineLicense, a, b);
|
|
5416
5420
|
}
|
|
5417
5421
|
}
|
|
5418
|
-
exports.
|
|
5419
|
-
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
+
exports.AudioWatermarkLicense_OfflineLicense = AudioWatermarkLicense_OfflineLicense;
|
|
5423
|
+
AudioWatermarkLicense_OfflineLicense.runtime = protobuf_1.proto3;
|
|
5424
|
+
AudioWatermarkLicense_OfflineLicense.typeName = "norsk.api.media.AudioWatermarkLicense.OfflineLicense";
|
|
5425
|
+
AudioWatermarkLicense_OfflineLicense.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5422
5426
|
{ no: 1, name: "kantar_license", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5423
5427
|
{ no: 2, name: "audience_license", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5424
5428
|
{ no: 3, name: "channel_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5425
5429
|
]);
|
|
5430
|
+
/**
|
|
5431
|
+
* @generated from message norsk.api.media.AudioWatermarkConfiguration
|
|
5432
|
+
*/
|
|
5433
|
+
class AudioWatermarkConfiguration extends protobuf_1.Message {
|
|
5434
|
+
constructor(data) {
|
|
5435
|
+
super();
|
|
5436
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
5437
|
+
}
|
|
5438
|
+
static fromBinary(bytes, options) {
|
|
5439
|
+
return new AudioWatermarkConfiguration().fromBinary(bytes, options);
|
|
5440
|
+
}
|
|
5441
|
+
static fromJson(jsonValue, options) {
|
|
5442
|
+
return new AudioWatermarkConfiguration().fromJson(jsonValue, options);
|
|
5443
|
+
}
|
|
5444
|
+
static fromJsonString(jsonString, options) {
|
|
5445
|
+
return new AudioWatermarkConfiguration().fromJsonString(jsonString, options);
|
|
5446
|
+
}
|
|
5447
|
+
static equals(a, b) {
|
|
5448
|
+
return protobuf_1.proto3.util.equals(AudioWatermarkConfiguration, a, b);
|
|
5449
|
+
}
|
|
5450
|
+
}
|
|
5451
|
+
exports.AudioWatermarkConfiguration = AudioWatermarkConfiguration;
|
|
5452
|
+
AudioWatermarkConfiguration.runtime = protobuf_1.proto3;
|
|
5453
|
+
AudioWatermarkConfiguration.typeName = "norsk.api.media.AudioWatermarkConfiguration";
|
|
5454
|
+
AudioWatermarkConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5455
|
+
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
5456
|
+
{ no: 2, name: "license", kind: "message", T: AudioWatermarkLicense },
|
|
5457
|
+
]);
|
|
5426
5458
|
/**
|
|
5427
5459
|
* @generated from message norsk.api.media.AudioWatermarkMessage
|
|
5428
5460
|
*/
|
|
@@ -5454,6 +5486,7 @@ AudioWatermarkMessage.typeName = "norsk.api.media.AudioWatermarkMessage";
|
|
|
5454
5486
|
AudioWatermarkMessage.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5455
5487
|
{ no: 1, name: "subscription", kind: "message", T: Subscription, oneof: "message" },
|
|
5456
5488
|
{ no: 2, name: "initial_config", kind: "message", T: AudioWatermarkConfiguration, oneof: "message" },
|
|
5489
|
+
{ no: 3, name: "update_license", kind: "message", T: AudioWatermarkLicense, oneof: "message" },
|
|
5457
5490
|
]);
|
|
5458
5491
|
/**
|
|
5459
5492
|
* @generated from message norsk.api.media.AudioWatermarkLicenseInformation
|
|
@@ -5592,6 +5625,31 @@ protobuf_1.proto3.util.setEnumType(AudioWatermarkSnapEvent_EventType, "norsk.api
|
|
|
5592
5625
|
{ no: 1, name: "SNAPWARNING" },
|
|
5593
5626
|
{ no: 2, name: "SNAPERROR" },
|
|
5594
5627
|
]);
|
|
5628
|
+
/**
|
|
5629
|
+
* @generated from message norsk.api.media.AudioWatermarkTimecodeResyncEvent
|
|
5630
|
+
*/
|
|
5631
|
+
class AudioWatermarkTimecodeResyncEvent extends protobuf_1.Message {
|
|
5632
|
+
constructor(data) {
|
|
5633
|
+
super();
|
|
5634
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
5635
|
+
}
|
|
5636
|
+
static fromBinary(bytes, options) {
|
|
5637
|
+
return new AudioWatermarkTimecodeResyncEvent().fromBinary(bytes, options);
|
|
5638
|
+
}
|
|
5639
|
+
static fromJson(jsonValue, options) {
|
|
5640
|
+
return new AudioWatermarkTimecodeResyncEvent().fromJson(jsonValue, options);
|
|
5641
|
+
}
|
|
5642
|
+
static fromJsonString(jsonString, options) {
|
|
5643
|
+
return new AudioWatermarkTimecodeResyncEvent().fromJsonString(jsonString, options);
|
|
5644
|
+
}
|
|
5645
|
+
static equals(a, b) {
|
|
5646
|
+
return protobuf_1.proto3.util.equals(AudioWatermarkTimecodeResyncEvent, a, b);
|
|
5647
|
+
}
|
|
5648
|
+
}
|
|
5649
|
+
exports.AudioWatermarkTimecodeResyncEvent = AudioWatermarkTimecodeResyncEvent;
|
|
5650
|
+
AudioWatermarkTimecodeResyncEvent.runtime = protobuf_1.proto3;
|
|
5651
|
+
AudioWatermarkTimecodeResyncEvent.typeName = "norsk.api.media.AudioWatermarkTimecodeResyncEvent";
|
|
5652
|
+
AudioWatermarkTimecodeResyncEvent.fields = protobuf_1.proto3.util.newFieldList(() => []);
|
|
5595
5653
|
/**
|
|
5596
5654
|
* @generated from message norsk.api.media.AudioWatermarkEvent
|
|
5597
5655
|
*/
|
|
@@ -5627,6 +5685,7 @@ AudioWatermarkEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
5627
5685
|
{ no: 4, name: "subscription_response", kind: "message", T: SubscriptionResponse, oneof: "message" },
|
|
5628
5686
|
{ no: 5, name: "license_information", kind: "message", T: AudioWatermarkLicenseInformation, oneof: "message" },
|
|
5629
5687
|
{ no: 6, name: "snap_event", kind: "message", T: AudioWatermarkSnapEvent, oneof: "message" },
|
|
5688
|
+
{ no: 7, name: "timecode_resync_event", kind: "message", T: AudioWatermarkTimecodeResyncEvent, oneof: "message" },
|
|
5630
5689
|
]);
|
|
5631
5690
|
/**
|
|
5632
5691
|
* @generated from message norsk.api.media.DeltacastChannel
|
|
@@ -8656,6 +8715,7 @@ AudioBuildMultichannelEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8656
8715
|
{ no: 2, name: "outbound_context", kind: "message", T: Context, oneof: "message" },
|
|
8657
8716
|
{ no: 3, name: "subscription_response", kind: "message", T: SubscriptionResponse, oneof: "message" },
|
|
8658
8717
|
{ no: 4, name: "inbound_context", kind: "message", T: Context, oneof: "message" },
|
|
8718
|
+
{ no: 5, name: "validated_context", kind: "message", T: MultipleContext, oneof: "message" },
|
|
8659
8719
|
]);
|
|
8660
8720
|
/**
|
|
8661
8721
|
* *
|
|
@@ -11430,6 +11490,7 @@ RtmpOutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
11430
11490
|
{ no: 5, name: "ssl_options", kind: "message", T: SslClientOptions },
|
|
11431
11491
|
{ no: 6, name: "retry_connection_timeout", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
11432
11492
|
{ no: 7, name: "av_delay_ms", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
11493
|
+
{ no: 8, name: "chunk_size", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
11433
11494
|
]);
|
|
11434
11495
|
/**
|
|
11435
11496
|
* @generated from message norsk.api.media.SslClientOptions
|
|
@@ -17383,6 +17444,7 @@ AudioTranscribeWhisperConfiguration.fields = protobuf_1.proto3.util.newFieldList
|
|
|
17383
17444
|
{ no: 17, name: "sampling_strategy", kind: "enum", T: protobuf_1.proto3.getEnumType(AudioTranscribeWhisperConfiguration_SamplingStrategy) },
|
|
17384
17445
|
{ no: 18, name: "best_of", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
17385
17446
|
{ no: 19, name: "beam_size", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
17447
|
+
{ no: 20, name: "context_prompt", kind: "message", T: common_pb_js_1.OptionalBool },
|
|
17386
17448
|
]);
|
|
17387
17449
|
/**
|
|
17388
17450
|
* @generated from enum norsk.api.media.AudioTranscribeWhisperConfiguration.SamplingStrategy
|