@norskvideo/norsk-api 0.0.329 → 0.0.330
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_grpc_pb.d.ts +44 -44
- package/lib/media_grpc_pb.js +204 -99
- package/lib/media_pb.d.ts +109 -96
- package/lib/media_pb.js +120 -105
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +147 -134
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -371,18 +371,26 @@ export declare enum SampleRate {
|
|
|
371
371
|
*/
|
|
372
372
|
export declare enum SampleFormat {
|
|
373
373
|
/**
|
|
374
|
+
* Signed 16 bits, non-planar
|
|
375
|
+
*
|
|
374
376
|
* @generated from enum value: S16 = 0;
|
|
375
377
|
*/
|
|
376
378
|
S16 = 0,
|
|
377
379
|
/**
|
|
380
|
+
* Signed 16 bits, planar
|
|
381
|
+
*
|
|
378
382
|
* @generated from enum value: S16P = 1;
|
|
379
383
|
*/
|
|
380
384
|
S16P = 1,
|
|
381
385
|
/**
|
|
386
|
+
* 32bit floating point, non-planar
|
|
387
|
+
*
|
|
382
388
|
* @generated from enum value: FLT = 2;
|
|
383
389
|
*/
|
|
384
390
|
FLT = 2,
|
|
385
391
|
/**
|
|
392
|
+
* 32bit floating point, planar
|
|
393
|
+
*
|
|
386
394
|
* @generated from enum value: FLTP = 3;
|
|
387
395
|
*/
|
|
388
396
|
FLTP = 3
|
|
@@ -1717,11 +1725,11 @@ export declare class StreamMetadata_SubtitleMetadata extends Message<StreamMetad
|
|
|
1717
1725
|
}
|
|
1718
1726
|
/**
|
|
1719
1727
|
* *
|
|
1720
|
-
* The Context message is sent from Norsk
|
|
1728
|
+
* The Context message is sent from Norsk in response to a
|
|
1721
1729
|
* change to either the Media Node's inbound or output set of streams.
|
|
1722
|
-
* Once received, your code
|
|
1723
|
-
* with a call to
|
|
1724
|
-
* passing in the
|
|
1730
|
+
* Once received, your code **must** acknowledge the context change
|
|
1731
|
+
* with a call to `Media.UnblockCall`,
|
|
1732
|
+
* passing in the `blockingCallRef`; note that if using the
|
|
1725
1733
|
* JavaScript SDK then this is automatically handled.
|
|
1726
1734
|
*
|
|
1727
1735
|
* @generated from message norsk.api.media.Context
|
|
@@ -1872,8 +1880,8 @@ export declare class TimestampSourceProgramNudge extends Message<TimestampSource
|
|
|
1872
1880
|
* and number of keyframes, measured over configurable sampling windows and
|
|
1873
1881
|
* sent to the client.
|
|
1874
1882
|
*
|
|
1875
|
-
* These are reported on
|
|
1876
|
-
* StreamStats node.
|
|
1883
|
+
* These are reported on most input and output media nodes and also for the
|
|
1884
|
+
* dedicated StreamStats node.
|
|
1877
1885
|
*
|
|
1878
1886
|
* @generated from message norsk.api.media.MultiStreamStats
|
|
1879
1887
|
*/
|
|
@@ -2164,8 +2172,8 @@ export declare class RtmpInputMessage extends Message<RtmpInputMessage> {
|
|
|
2164
2172
|
/**
|
|
2165
2173
|
* *
|
|
2166
2174
|
* Sent to your code when an inbound remote connection is received. Your code
|
|
2167
|
-
* must reply with either an
|
|
2168
|
-
*
|
|
2175
|
+
* must reply with either an `RtmpConnectionAccept` or an
|
|
2176
|
+
* `RtmpConnectionReject`.
|
|
2169
2177
|
*
|
|
2170
2178
|
* @generated from message norsk.api.media.RtmpConnection
|
|
2171
2179
|
*/
|
|
@@ -2234,8 +2242,8 @@ export declare enum RtmpInputStatus_State {
|
|
|
2234
2242
|
/**
|
|
2235
2243
|
* *
|
|
2236
2244
|
* Sent to your code when an inbound remote stream is received on an
|
|
2237
|
-
* active connection. You must reply with either an
|
|
2238
|
-
* or an
|
|
2245
|
+
* active connection. You must reply with either an `RtmpStreamAccept`
|
|
2246
|
+
* or an `RtmpStreamReject`.
|
|
2239
2247
|
*
|
|
2240
2248
|
* @generated from message norsk.api.media.RtmpOnStream
|
|
2241
2249
|
*/
|
|
@@ -2792,7 +2800,7 @@ export declare class SrtTsContext extends Message<SrtTsContext> {
|
|
|
2792
2800
|
*/
|
|
2793
2801
|
export declare class SrtConnectMessage extends Message<SrtConnectMessage> {
|
|
2794
2802
|
/**
|
|
2795
|
-
* The
|
|
2803
|
+
* The stream_id sent on the SRT socket (or empty if none was set)
|
|
2796
2804
|
*
|
|
2797
2805
|
* @generated from field: string srt_stream_id = 1;
|
|
2798
2806
|
*/
|
|
@@ -3092,8 +3100,6 @@ export declare class M3u8MediaInputConfiguration extends Message<M3u8MediaInputC
|
|
|
3092
3100
|
*/
|
|
3093
3101
|
url: string;
|
|
3094
3102
|
/**
|
|
3095
|
-
* Stuff here about modes/etc
|
|
3096
|
-
*
|
|
3097
3103
|
* @generated from field: norsk.api.media.StreamStatsSampling stats_sampling = 4;
|
|
3098
3104
|
*/
|
|
3099
3105
|
statsSampling?: StreamStatsSampling;
|
|
@@ -3711,7 +3717,7 @@ export declare class Mp4FileInputEvent extends Message<Mp4FileInputEvent> {
|
|
|
3711
3717
|
*/
|
|
3712
3718
|
export declare class SineWave extends Message<SineWave> {
|
|
3713
3719
|
/**
|
|
3714
|
-
* @generated from field:
|
|
3720
|
+
* @generated from field: float freq = 1;
|
|
3715
3721
|
*/
|
|
3716
3722
|
freq: number;
|
|
3717
3723
|
constructor(data?: PartialMessage<SineWave>);
|
|
@@ -5030,7 +5036,7 @@ export declare class AudioGainConfiguration extends Message<AudioGainConfigurati
|
|
|
5030
5036
|
*/
|
|
5031
5037
|
id?: MediaNodeId;
|
|
5032
5038
|
/**
|
|
5033
|
-
* The gains
|
|
5039
|
+
* The gains for this source, one for each channel
|
|
5034
5040
|
*
|
|
5035
5041
|
* @generated from field: repeated norsk.api.media.Db channel_gains = 2;
|
|
5036
5042
|
*/
|
|
@@ -5049,7 +5055,7 @@ export declare class AudioGainConfiguration extends Message<AudioGainConfigurati
|
|
|
5049
5055
|
*/
|
|
5050
5056
|
export declare class AudioGainUpdateConfiguration extends Message<AudioGainUpdateConfiguration> {
|
|
5051
5057
|
/**
|
|
5052
|
-
* The
|
|
5058
|
+
* The gains for this source, one for each channel
|
|
5053
5059
|
*
|
|
5054
5060
|
* @generated from field: repeated norsk.api.media.Db channel_gains = 1;
|
|
5055
5061
|
*/
|
|
@@ -5184,6 +5190,11 @@ export declare class AudioBuildMultichannelConfiguration extends Message<AudioBu
|
|
|
5184
5190
|
*/
|
|
5185
5191
|
channelLayout?: ChannelLayout;
|
|
5186
5192
|
/**
|
|
5193
|
+
* *
|
|
5194
|
+
* Stream keys specifying the source for each channel, where the order is
|
|
5195
|
+
* significant. The streams must all have the same sample format and sample
|
|
5196
|
+
* rate.
|
|
5197
|
+
*
|
|
5187
5198
|
* @generated from field: repeated norsk.api.media.StreamKey channel_list = 7;
|
|
5188
5199
|
*/
|
|
5189
5200
|
channelList: StreamKey[];
|
|
@@ -5489,9 +5500,9 @@ export declare class CMAFDestination extends Message<CMAFDestination> {
|
|
|
5489
5500
|
static equals(a: CMAFDestination | PlainMessage<CMAFDestination> | undefined, b: CMAFDestination | PlainMessage<CMAFDestination> | undefined): boolean;
|
|
5490
5501
|
}
|
|
5491
5502
|
/**
|
|
5492
|
-
* @generated from message norsk.api.media.
|
|
5503
|
+
* @generated from message norsk.api.media.CmafVideoConfiguration
|
|
5493
5504
|
*/
|
|
5494
|
-
export declare class
|
|
5505
|
+
export declare class CmafVideoConfiguration extends Message<CmafVideoConfiguration> {
|
|
5495
5506
|
/**
|
|
5496
5507
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
5497
5508
|
*/
|
|
@@ -5520,21 +5531,21 @@ export declare class HlsVideoConfiguration extends Message<HlsVideoConfiguration
|
|
|
5520
5531
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 7;
|
|
5521
5532
|
*/
|
|
5522
5533
|
destinations: CMAFDestination[];
|
|
5523
|
-
constructor(data?: PartialMessage<
|
|
5534
|
+
constructor(data?: PartialMessage<CmafVideoConfiguration>);
|
|
5524
5535
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5525
|
-
static readonly typeName = "norsk.api.media.
|
|
5536
|
+
static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
|
|
5526
5537
|
static readonly fields: FieldList;
|
|
5527
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5528
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5529
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5530
|
-
static equals(a:
|
|
5538
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafVideoConfiguration;
|
|
5539
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafVideoConfiguration;
|
|
5540
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafVideoConfiguration;
|
|
5541
|
+
static equals(a: CmafVideoConfiguration | PlainMessage<CmafVideoConfiguration> | undefined, b: CmafVideoConfiguration | PlainMessage<CmafVideoConfiguration> | undefined): boolean;
|
|
5531
5542
|
}
|
|
5532
5543
|
/**
|
|
5533
|
-
* @generated from message norsk.api.media.
|
|
5544
|
+
* @generated from message norsk.api.media.CmafVideoMessage
|
|
5534
5545
|
*/
|
|
5535
|
-
export declare class
|
|
5546
|
+
export declare class CmafVideoMessage extends Message<CmafVideoMessage> {
|
|
5536
5547
|
/**
|
|
5537
|
-
* @generated from oneof norsk.api.media.
|
|
5548
|
+
* @generated from oneof norsk.api.media.CmafVideoMessage.message
|
|
5538
5549
|
*/
|
|
5539
5550
|
message: {
|
|
5540
5551
|
/**
|
|
@@ -5544,9 +5555,9 @@ export declare class HlsVideoMessage extends Message<HlsVideoMessage> {
|
|
|
5544
5555
|
case: "subscription";
|
|
5545
5556
|
} | {
|
|
5546
5557
|
/**
|
|
5547
|
-
* @generated from field: norsk.api.media.
|
|
5558
|
+
* @generated from field: norsk.api.media.CmafVideoConfiguration configuration = 2;
|
|
5548
5559
|
*/
|
|
5549
|
-
value:
|
|
5560
|
+
value: CmafVideoConfiguration;
|
|
5550
5561
|
case: "configuration";
|
|
5551
5562
|
} | {
|
|
5552
5563
|
/**
|
|
@@ -5558,14 +5569,14 @@ export declare class HlsVideoMessage extends Message<HlsVideoMessage> {
|
|
|
5558
5569
|
case: undefined;
|
|
5559
5570
|
value?: undefined;
|
|
5560
5571
|
};
|
|
5561
|
-
constructor(data?: PartialMessage<
|
|
5572
|
+
constructor(data?: PartialMessage<CmafVideoMessage>);
|
|
5562
5573
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5563
|
-
static readonly typeName = "norsk.api.media.
|
|
5574
|
+
static readonly typeName = "norsk.api.media.CmafVideoMessage";
|
|
5564
5575
|
static readonly fields: FieldList;
|
|
5565
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5566
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5567
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5568
|
-
static equals(a:
|
|
5576
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafVideoMessage;
|
|
5577
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafVideoMessage;
|
|
5578
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafVideoMessage;
|
|
5579
|
+
static equals(a: CmafVideoMessage | PlainMessage<CmafVideoMessage> | undefined, b: CmafVideoMessage | PlainMessage<CmafVideoMessage> | undefined): boolean;
|
|
5569
5580
|
}
|
|
5570
5581
|
/**
|
|
5571
5582
|
* @generated from message norsk.api.media.HlsTsVideoConfiguration
|
|
@@ -5629,9 +5640,9 @@ export declare class HlsTsVideoMessage extends Message<HlsTsVideoMessage> {
|
|
|
5629
5640
|
static equals(a: HlsTsVideoMessage | PlainMessage<HlsTsVideoMessage> | undefined, b: HlsTsVideoMessage | PlainMessage<HlsTsVideoMessage> | undefined): boolean;
|
|
5630
5641
|
}
|
|
5631
5642
|
/**
|
|
5632
|
-
* @generated from message norsk.api.media.
|
|
5643
|
+
* @generated from message norsk.api.media.CmafAudioConfiguration
|
|
5633
5644
|
*/
|
|
5634
|
-
export declare class
|
|
5645
|
+
export declare class CmafAudioConfiguration extends Message<CmafAudioConfiguration> {
|
|
5635
5646
|
/**
|
|
5636
5647
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
5637
5648
|
*/
|
|
@@ -5660,21 +5671,21 @@ export declare class HlsAudioConfiguration extends Message<HlsAudioConfiguration
|
|
|
5660
5671
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 8;
|
|
5661
5672
|
*/
|
|
5662
5673
|
destinations: CMAFDestination[];
|
|
5663
|
-
constructor(data?: PartialMessage<
|
|
5674
|
+
constructor(data?: PartialMessage<CmafAudioConfiguration>);
|
|
5664
5675
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5665
|
-
static readonly typeName = "norsk.api.media.
|
|
5676
|
+
static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
|
|
5666
5677
|
static readonly fields: FieldList;
|
|
5667
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5668
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5669
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5670
|
-
static equals(a:
|
|
5678
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafAudioConfiguration;
|
|
5679
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafAudioConfiguration;
|
|
5680
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafAudioConfiguration;
|
|
5681
|
+
static equals(a: CmafAudioConfiguration | PlainMessage<CmafAudioConfiguration> | undefined, b: CmafAudioConfiguration | PlainMessage<CmafAudioConfiguration> | undefined): boolean;
|
|
5671
5682
|
}
|
|
5672
5683
|
/**
|
|
5673
|
-
* @generated from message norsk.api.media.
|
|
5684
|
+
* @generated from message norsk.api.media.CmafAudioMessage
|
|
5674
5685
|
*/
|
|
5675
|
-
export declare class
|
|
5686
|
+
export declare class CmafAudioMessage extends Message<CmafAudioMessage> {
|
|
5676
5687
|
/**
|
|
5677
|
-
* @generated from oneof norsk.api.media.
|
|
5688
|
+
* @generated from oneof norsk.api.media.CmafAudioMessage.message
|
|
5678
5689
|
*/
|
|
5679
5690
|
message: {
|
|
5680
5691
|
/**
|
|
@@ -5684,9 +5695,9 @@ export declare class HlsAudioMessage extends Message<HlsAudioMessage> {
|
|
|
5684
5695
|
case: "subscription";
|
|
5685
5696
|
} | {
|
|
5686
5697
|
/**
|
|
5687
|
-
* @generated from field: norsk.api.media.
|
|
5698
|
+
* @generated from field: norsk.api.media.CmafAudioConfiguration configuration = 2;
|
|
5688
5699
|
*/
|
|
5689
|
-
value:
|
|
5700
|
+
value: CmafAudioConfiguration;
|
|
5690
5701
|
case: "configuration";
|
|
5691
5702
|
} | {
|
|
5692
5703
|
/**
|
|
@@ -5698,14 +5709,14 @@ export declare class HlsAudioMessage extends Message<HlsAudioMessage> {
|
|
|
5698
5709
|
case: undefined;
|
|
5699
5710
|
value?: undefined;
|
|
5700
5711
|
};
|
|
5701
|
-
constructor(data?: PartialMessage<
|
|
5712
|
+
constructor(data?: PartialMessage<CmafAudioMessage>);
|
|
5702
5713
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5703
|
-
static readonly typeName = "norsk.api.media.
|
|
5714
|
+
static readonly typeName = "norsk.api.media.CmafAudioMessage";
|
|
5704
5715
|
static readonly fields: FieldList;
|
|
5705
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5706
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5707
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5708
|
-
static equals(a:
|
|
5716
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafAudioMessage;
|
|
5717
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafAudioMessage;
|
|
5718
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafAudioMessage;
|
|
5719
|
+
static equals(a: CmafAudioMessage | PlainMessage<CmafAudioMessage> | undefined, b: CmafAudioMessage | PlainMessage<CmafAudioMessage> | undefined): boolean;
|
|
5709
5720
|
}
|
|
5710
5721
|
/**
|
|
5711
5722
|
* @generated from message norsk.api.media.HlsTsAudioConfiguration
|
|
@@ -5769,9 +5780,9 @@ export declare class HlsTsAudioMessage extends Message<HlsTsAudioMessage> {
|
|
|
5769
5780
|
static equals(a: HlsTsAudioMessage | PlainMessage<HlsTsAudioMessage> | undefined, b: HlsTsAudioMessage | PlainMessage<HlsTsAudioMessage> | undefined): boolean;
|
|
5770
5781
|
}
|
|
5771
5782
|
/**
|
|
5772
|
-
* @generated from message norsk.api.media.
|
|
5783
|
+
* @generated from message norsk.api.media.CmafWebVttConfiguration
|
|
5773
5784
|
*/
|
|
5774
|
-
export declare class
|
|
5785
|
+
export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfiguration> {
|
|
5775
5786
|
/**
|
|
5776
5787
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
5777
5788
|
*/
|
|
@@ -5788,14 +5799,14 @@ export declare class HlsWebVttConfiguration extends Message<HlsWebVttConfigurati
|
|
|
5788
5799
|
* @generated from field: string sessionId = 4;
|
|
5789
5800
|
*/
|
|
5790
5801
|
sessionId: string;
|
|
5791
|
-
constructor(data?: PartialMessage<
|
|
5802
|
+
constructor(data?: PartialMessage<CmafWebVttConfiguration>);
|
|
5792
5803
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5793
|
-
static readonly typeName = "norsk.api.media.
|
|
5804
|
+
static readonly typeName = "norsk.api.media.CmafWebVttConfiguration";
|
|
5794
5805
|
static readonly fields: FieldList;
|
|
5795
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5796
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5797
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5798
|
-
static equals(a:
|
|
5806
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafWebVttConfiguration;
|
|
5807
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafWebVttConfiguration;
|
|
5808
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafWebVttConfiguration;
|
|
5809
|
+
static equals(a: CmafWebVttConfiguration | PlainMessage<CmafWebVttConfiguration> | undefined, b: CmafWebVttConfiguration | PlainMessage<CmafWebVttConfiguration> | undefined): boolean;
|
|
5799
5810
|
}
|
|
5800
5811
|
/**
|
|
5801
5812
|
* @generated from message norsk.api.media.AwsCredentials
|
|
@@ -5918,11 +5929,11 @@ export declare class HlsWebVttPushUpdateConfiguration extends Message<HlsWebVttP
|
|
|
5918
5929
|
static equals(a: HlsWebVttPushUpdateConfiguration | PlainMessage<HlsWebVttPushUpdateConfiguration> | undefined, b: HlsWebVttPushUpdateConfiguration | PlainMessage<HlsWebVttPushUpdateConfiguration> | undefined): boolean;
|
|
5919
5930
|
}
|
|
5920
5931
|
/**
|
|
5921
|
-
* @generated from message norsk.api.media.
|
|
5932
|
+
* @generated from message norsk.api.media.CmafWebVttMessage
|
|
5922
5933
|
*/
|
|
5923
|
-
export declare class
|
|
5934
|
+
export declare class CmafWebVttMessage extends Message<CmafWebVttMessage> {
|
|
5924
5935
|
/**
|
|
5925
|
-
* @generated from oneof norsk.api.media.
|
|
5936
|
+
* @generated from oneof norsk.api.media.CmafWebVttMessage.message
|
|
5926
5937
|
*/
|
|
5927
5938
|
message: {
|
|
5928
5939
|
/**
|
|
@@ -5932,22 +5943,22 @@ export declare class HlsWebVttMessage extends Message<HlsWebVttMessage> {
|
|
|
5932
5943
|
case: "subscription";
|
|
5933
5944
|
} | {
|
|
5934
5945
|
/**
|
|
5935
|
-
* @generated from field: norsk.api.media.
|
|
5946
|
+
* @generated from field: norsk.api.media.CmafWebVttConfiguration configuration = 2;
|
|
5936
5947
|
*/
|
|
5937
|
-
value:
|
|
5948
|
+
value: CmafWebVttConfiguration;
|
|
5938
5949
|
case: "configuration";
|
|
5939
5950
|
} | {
|
|
5940
5951
|
case: undefined;
|
|
5941
5952
|
value?: undefined;
|
|
5942
5953
|
};
|
|
5943
|
-
constructor(data?: PartialMessage<
|
|
5954
|
+
constructor(data?: PartialMessage<CmafWebVttMessage>);
|
|
5944
5955
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5945
|
-
static readonly typeName = "norsk.api.media.
|
|
5956
|
+
static readonly typeName = "norsk.api.media.CmafWebVttMessage";
|
|
5946
5957
|
static readonly fields: FieldList;
|
|
5947
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
5948
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
5949
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
5950
|
-
static equals(a:
|
|
5958
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafWebVttMessage;
|
|
5959
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafWebVttMessage;
|
|
5960
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafWebVttMessage;
|
|
5961
|
+
static equals(a: CmafWebVttMessage | PlainMessage<CmafWebVttMessage> | undefined, b: CmafWebVttMessage | PlainMessage<CmafWebVttMessage> | undefined): boolean;
|
|
5951
5962
|
}
|
|
5952
5963
|
/**
|
|
5953
5964
|
* @generated from message norsk.api.media.HlsWebVttPushMessage
|
|
@@ -5988,9 +5999,9 @@ export declare class HlsWebVttPushMessage extends Message<HlsWebVttPushMessage>
|
|
|
5988
5999
|
static equals(a: HlsWebVttPushMessage | PlainMessage<HlsWebVttPushMessage> | undefined, b: HlsWebVttPushMessage | PlainMessage<HlsWebVttPushMessage> | undefined): boolean;
|
|
5989
6000
|
}
|
|
5990
6001
|
/**
|
|
5991
|
-
* @generated from message norsk.api.media.
|
|
6002
|
+
* @generated from message norsk.api.media.CmafMasterConfiguration
|
|
5992
6003
|
*/
|
|
5993
|
-
export declare class
|
|
6004
|
+
export declare class CmafMasterConfiguration extends Message<CmafMasterConfiguration> {
|
|
5994
6005
|
/**
|
|
5995
6006
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
5996
6007
|
*/
|
|
@@ -6007,21 +6018,21 @@ export declare class HlsMasterConfiguration extends Message<HlsMasterConfigurati
|
|
|
6007
6018
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 4;
|
|
6008
6019
|
*/
|
|
6009
6020
|
destinations: CMAFDestination[];
|
|
6010
|
-
constructor(data?: PartialMessage<
|
|
6021
|
+
constructor(data?: PartialMessage<CmafMasterConfiguration>);
|
|
6011
6022
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6012
|
-
static readonly typeName = "norsk.api.media.
|
|
6023
|
+
static readonly typeName = "norsk.api.media.CmafMasterConfiguration";
|
|
6013
6024
|
static readonly fields: FieldList;
|
|
6014
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
6015
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
6016
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
6017
|
-
static equals(a:
|
|
6025
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafMasterConfiguration;
|
|
6026
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafMasterConfiguration;
|
|
6027
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafMasterConfiguration;
|
|
6028
|
+
static equals(a: CmafMasterConfiguration | PlainMessage<CmafMasterConfiguration> | undefined, b: CmafMasterConfiguration | PlainMessage<CmafMasterConfiguration> | undefined): boolean;
|
|
6018
6029
|
}
|
|
6019
6030
|
/**
|
|
6020
|
-
* @generated from message norsk.api.media.
|
|
6031
|
+
* @generated from message norsk.api.media.CmafMasterMessage
|
|
6021
6032
|
*/
|
|
6022
|
-
export declare class
|
|
6033
|
+
export declare class CmafMasterMessage extends Message<CmafMasterMessage> {
|
|
6023
6034
|
/**
|
|
6024
|
-
* @generated from oneof norsk.api.media.
|
|
6035
|
+
* @generated from oneof norsk.api.media.CmafMasterMessage.message
|
|
6025
6036
|
*/
|
|
6026
6037
|
message: {
|
|
6027
6038
|
/**
|
|
@@ -6031,9 +6042,9 @@ export declare class HlsMasterMessage extends Message<HlsMasterMessage> {
|
|
|
6031
6042
|
case: "subscription";
|
|
6032
6043
|
} | {
|
|
6033
6044
|
/**
|
|
6034
|
-
* @generated from field: norsk.api.media.
|
|
6045
|
+
* @generated from field: norsk.api.media.CmafMasterConfiguration configuration = 2;
|
|
6035
6046
|
*/
|
|
6036
|
-
value:
|
|
6047
|
+
value: CmafMasterConfiguration;
|
|
6037
6048
|
case: "configuration";
|
|
6038
6049
|
} | {
|
|
6039
6050
|
/**
|
|
@@ -6045,14 +6056,14 @@ export declare class HlsMasterMessage extends Message<HlsMasterMessage> {
|
|
|
6045
6056
|
case: undefined;
|
|
6046
6057
|
value?: undefined;
|
|
6047
6058
|
};
|
|
6048
|
-
constructor(data?: PartialMessage<
|
|
6059
|
+
constructor(data?: PartialMessage<CmafMasterMessage>);
|
|
6049
6060
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6050
|
-
static readonly typeName = "norsk.api.media.
|
|
6061
|
+
static readonly typeName = "norsk.api.media.CmafMasterMessage";
|
|
6051
6062
|
static readonly fields: FieldList;
|
|
6052
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
6053
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
6054
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
6055
|
-
static equals(a:
|
|
6063
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafMasterMessage;
|
|
6064
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafMasterMessage;
|
|
6065
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafMasterMessage;
|
|
6066
|
+
static equals(a: CmafMasterMessage | PlainMessage<CmafMasterMessage> | undefined, b: CmafMasterMessage | PlainMessage<CmafMasterMessage> | undefined): boolean;
|
|
6056
6067
|
}
|
|
6057
6068
|
/**
|
|
6058
6069
|
* @generated from message norsk.api.media.HlsMasterPushConfiguration
|
|
@@ -7112,7 +7123,7 @@ export declare class Mp4FileOutputMessage extends Message<Mp4FileOutputMessage>
|
|
|
7112
7123
|
case: "configuration";
|
|
7113
7124
|
} | {
|
|
7114
7125
|
/**
|
|
7115
|
-
* @generated from field: norsk.api.media.Mp4FileOutputWriteMessage
|
|
7126
|
+
* @generated from field: norsk.api.media.Mp4FileOutputWriteMessage write_file = 3;
|
|
7116
7127
|
*/
|
|
7117
7128
|
value: Mp4FileOutputWriteMessage;
|
|
7118
7129
|
case: "writeFile";
|
|
@@ -7322,8 +7333,8 @@ export declare class X264Codec extends Message<X264Codec> {
|
|
|
7322
7333
|
profile: X264Codec_X264Profile;
|
|
7323
7334
|
/**
|
|
7324
7335
|
* Sets the level flag in the output. Permissible levels are
|
|
7325
|
-
*
|
|
7326
|
-
* 5, 5.1
|
|
7336
|
+
* 1, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2,
|
|
7337
|
+
* 5, 5.1 - since this field is an integer, you pass in 10 times the
|
|
7327
7338
|
* required value (e.g., 11, 12 etc)
|
|
7328
7339
|
*
|
|
7329
7340
|
* @generated from field: norsk.api.media.OptionalInt level = 3;
|
|
@@ -7630,7 +7641,7 @@ export declare class X265Codec extends Message<X265Codec> {
|
|
|
7630
7641
|
profile: X265Codec_X265Profile;
|
|
7631
7642
|
/**
|
|
7632
7643
|
* Sets the level flag in the output. Permissible levels are
|
|
7633
|
-
*
|
|
7644
|
+
* `1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2` -
|
|
7634
7645
|
* since this field is an integer, you pass in 10 times the
|
|
7635
7646
|
* required value (e.g., 11, 12 etc)
|
|
7636
7647
|
*
|
|
@@ -10178,6 +10189,8 @@ export declare class AwsTranscribeConfiguration extends Message<AwsTranscribeCon
|
|
|
10178
10189
|
*/
|
|
10179
10190
|
language: string;
|
|
10180
10191
|
/**
|
|
10192
|
+
* Region for the transcribe endpoint
|
|
10193
|
+
*
|
|
10181
10194
|
* @generated from field: string aws_region = 4;
|
|
10182
10195
|
*/
|
|
10183
10196
|
awsRegion: string;
|