@norskvideo/norsk-api 1.0.339 → 1.0.341
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 +11 -11
- package/lib/media_grpc_pb.js +10 -10
- package/lib/media_pb.d.ts +137 -46
- package/lib/media_pb.js +104 -36
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +213 -68
- package/package.json +1 -1
package/lib/media_grpc_pb.d.ts
CHANGED
|
@@ -44,7 +44,7 @@ interface IMediaService extends grpc.ServiceDefinition<grpc.UntypedServiceImplem
|
|
|
44
44
|
createOutputHlsTsAudio: IMediaService_ICreateOutputHlsTsAudio;
|
|
45
45
|
createOutputCmafWebVtt: IMediaService_ICreateOutputCmafWebVtt;
|
|
46
46
|
createOutputHlsTsCombinedPush: IMediaService_ICreateOutputHlsTsCombinedPush;
|
|
47
|
-
|
|
47
|
+
createOutputCmafMultiVariant: IMediaService_ICreateOutputCmafMultiVariant;
|
|
48
48
|
createOutputWhip: IMediaService_ICreateOutputWhip;
|
|
49
49
|
createOutputWhep: IMediaService_ICreateOutputWhep;
|
|
50
50
|
createOutputUdpTs: IMediaService_ICreateOutputUdpTs;
|
|
@@ -365,12 +365,12 @@ interface IMediaService_ICreateOutputHlsTsCombinedPush extends grpc.MethodDefini
|
|
|
365
365
|
responseSerialize: grpc.serialize<media_pb.HlsOutputEvent>;
|
|
366
366
|
responseDeserialize: grpc.deserialize<media_pb.HlsOutputEvent>;
|
|
367
367
|
}
|
|
368
|
-
interface
|
|
369
|
-
path: "/norsk.api.media.Media/
|
|
368
|
+
interface IMediaService_ICreateOutputCmafMultiVariant extends grpc.MethodDefinition<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent> {
|
|
369
|
+
path: "/norsk.api.media.Media/CreateOutputCmafMultiVariant";
|
|
370
370
|
requestStream: true;
|
|
371
371
|
responseStream: true;
|
|
372
|
-
requestSerialize: grpc.serialize<media_pb.
|
|
373
|
-
requestDeserialize: grpc.deserialize<media_pb.
|
|
372
|
+
requestSerialize: grpc.serialize<media_pb.CmafMultiVariantMessage>;
|
|
373
|
+
requestDeserialize: grpc.deserialize<media_pb.CmafMultiVariantMessage>;
|
|
374
374
|
responseSerialize: grpc.serialize<media_pb.HlsOutputEvent>;
|
|
375
375
|
responseDeserialize: grpc.deserialize<media_pb.HlsOutputEvent>;
|
|
376
376
|
}
|
|
@@ -600,7 +600,7 @@ export interface IMediaServer extends grpc.UntypedServiceImplementation {
|
|
|
600
600
|
createOutputHlsTsAudio: grpc.handleBidiStreamingCall<media_pb.HlsTsAudioMessage, media_pb.HlsOutputEvent>;
|
|
601
601
|
createOutputCmafWebVtt: grpc.handleBidiStreamingCall<media_pb.CmafWebVttMessage, media_pb.HlsOutputEvent>;
|
|
602
602
|
createOutputHlsTsCombinedPush: grpc.handleBidiStreamingCall<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
603
|
-
|
|
603
|
+
createOutputCmafMultiVariant: grpc.handleBidiStreamingCall<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
604
604
|
createOutputWhip: grpc.handleBidiStreamingCall<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
605
605
|
createOutputWhep: grpc.handleBidiStreamingCall<media_pb.WhepOutputMessage, media_pb.WhepOutputEvent>;
|
|
606
606
|
createOutputUdpTs: grpc.handleBidiStreamingCall<media_pb.UdpTsOutputMessage, media_pb.UdpTsOutputEvent>;
|
|
@@ -720,9 +720,9 @@ export interface IMediaClient {
|
|
|
720
720
|
createOutputHlsTsCombinedPush(): grpc.ClientDuplexStream<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
721
721
|
createOutputHlsTsCombinedPush(options: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
722
722
|
createOutputHlsTsCombinedPush(metadata: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
723
|
+
createOutputCmafMultiVariant(): grpc.ClientDuplexStream<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
724
|
+
createOutputCmafMultiVariant(options: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
725
|
+
createOutputCmafMultiVariant(metadata: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
726
726
|
createOutputWhip(): grpc.ClientDuplexStream<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
727
727
|
createOutputWhip(options: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
728
728
|
createOutputWhip(metadata: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
@@ -856,8 +856,8 @@ export class MediaClient extends grpc.Client implements IMediaClient {
|
|
|
856
856
|
public createOutputCmafWebVtt(metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.CmafWebVttMessage, media_pb.HlsOutputEvent>;
|
|
857
857
|
public createOutputHlsTsCombinedPush(options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
858
858
|
public createOutputHlsTsCombinedPush(metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.HlsTsCombinedPushMessage, media_pb.HlsOutputEvent>;
|
|
859
|
-
public
|
|
860
|
-
public
|
|
859
|
+
public createOutputCmafMultiVariant(options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
860
|
+
public createOutputCmafMultiVariant(metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.CmafMultiVariantMessage, media_pb.HlsOutputEvent>;
|
|
861
861
|
public createOutputWhip(options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
862
862
|
public createOutputWhip(metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.WhipOutputMessage, media_pb.WhipOutputEvent>;
|
|
863
863
|
public createOutputWhep(options?: Partial<grpc.CallOptions>): grpc.ClientDuplexStream<media_pb.WhepOutputMessage, media_pb.WhepOutputEvent>;
|
package/lib/media_grpc_pb.js
CHANGED
|
@@ -282,15 +282,15 @@ function deserialize_norsk_api_media_CmafAudioMessage(buffer_arg) {
|
|
|
282
282
|
return media_pb.CmafAudioMessage.fromBinary(new Uint8Array(buffer_arg));
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
function
|
|
286
|
-
if (!(arg instanceof media_pb.
|
|
287
|
-
throw new Error('Expected argument of type norsk.api.media.
|
|
285
|
+
function serialize_norsk_api_media_CmafMultiVariantMessage(arg) {
|
|
286
|
+
if (!(arg instanceof media_pb.CmafMultiVariantMessage)) {
|
|
287
|
+
throw new Error('Expected argument of type norsk.api.media.CmafMultiVariantMessage');
|
|
288
288
|
}
|
|
289
289
|
return Buffer.from(arg.toBinary());
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
function
|
|
293
|
-
return media_pb.
|
|
292
|
+
function deserialize_norsk_api_media_CmafMultiVariantMessage(buffer_arg) {
|
|
293
|
+
return media_pb.CmafMultiVariantMessage.fromBinary(new Uint8Array(buffer_arg));
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
function serialize_norsk_api_media_CmafVideoMessage(arg) {
|
|
@@ -1548,14 +1548,14 @@ createTransformAudioTranscribeAws: {
|
|
|
1548
1548
|
responseSerialize: serialize_norsk_api_media_HlsOutputEvent,
|
|
1549
1549
|
responseDeserialize: deserialize_norsk_api_media_HlsOutputEvent,
|
|
1550
1550
|
},
|
|
1551
|
-
|
|
1552
|
-
path: '/norsk.api.media.Media/
|
|
1551
|
+
createOutputCmafMultiVariant: {
|
|
1552
|
+
path: '/norsk.api.media.Media/CreateOutputCmafMultiVariant',
|
|
1553
1553
|
requestStream: true,
|
|
1554
1554
|
responseStream: true,
|
|
1555
|
-
requestType: media_pb.
|
|
1555
|
+
requestType: media_pb.CmafMultiVariantMessage,
|
|
1556
1556
|
responseType: media_pb.HlsOutputEvent,
|
|
1557
|
-
requestSerialize:
|
|
1558
|
-
requestDeserialize:
|
|
1557
|
+
requestSerialize: serialize_norsk_api_media_CmafMultiVariantMessage,
|
|
1558
|
+
requestDeserialize: deserialize_norsk_api_media_CmafMultiVariantMessage,
|
|
1559
1559
|
responseSerialize: serialize_norsk_api_media_HlsOutputEvent,
|
|
1560
1560
|
responseDeserialize: deserialize_norsk_api_media_HlsOutputEvent,
|
|
1561
1561
|
},
|
package/lib/media_pb.d.ts
CHANGED
|
@@ -5113,6 +5113,10 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
|
|
|
5113
5113
|
* @generated from field: norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour missing_stream_behaviour = 7;
|
|
5114
5114
|
*/
|
|
5115
5115
|
missingStreamBehaviour: VideoComposeConfiguration_MissingStreamBehaviour;
|
|
5116
|
+
/**
|
|
5117
|
+
* @generated from field: norsk.api.media.VideoComposeConfiguration.ComposeHardwareAcceleration hardware_acceleration = 8;
|
|
5118
|
+
*/
|
|
5119
|
+
hardwareAcceleration: VideoComposeConfiguration_ComposeHardwareAcceleration;
|
|
5116
5120
|
constructor(data?: PartialMessage<VideoComposeConfiguration>);
|
|
5117
5121
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
5118
5122
|
static readonly typeName = "norsk.api.media.VideoComposeConfiguration";
|
|
@@ -5122,6 +5126,23 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
|
|
|
5122
5126
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoComposeConfiguration;
|
|
5123
5127
|
static equals(a: VideoComposeConfiguration | PlainMessage<VideoComposeConfiguration> | undefined, b: VideoComposeConfiguration | PlainMessage<VideoComposeConfiguration> | undefined): boolean;
|
|
5124
5128
|
}
|
|
5129
|
+
/**
|
|
5130
|
+
* @generated from enum norsk.api.media.VideoComposeConfiguration.ComposeHardwareAcceleration
|
|
5131
|
+
*/
|
|
5132
|
+
export declare enum VideoComposeConfiguration_ComposeHardwareAcceleration {
|
|
5133
|
+
/**
|
|
5134
|
+
* @generated from enum value: NONE = 0;
|
|
5135
|
+
*/
|
|
5136
|
+
NONE = 0,
|
|
5137
|
+
/**
|
|
5138
|
+
* @generated from enum value: QUADRA = 1;
|
|
5139
|
+
*/
|
|
5140
|
+
QUADRA = 1,
|
|
5141
|
+
/**
|
|
5142
|
+
* @generated from enum value: NVIDIA = 2;
|
|
5143
|
+
*/
|
|
5144
|
+
NVIDIA = 2
|
|
5145
|
+
}
|
|
5125
5146
|
/**
|
|
5126
5147
|
* @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
|
|
5127
5148
|
*/
|
|
@@ -6659,9 +6680,9 @@ export declare class CmafWebVttMessage extends Message<CmafWebVttMessage> {
|
|
|
6659
6680
|
static equals(a: CmafWebVttMessage | PlainMessage<CmafWebVttMessage> | undefined, b: CmafWebVttMessage | PlainMessage<CmafWebVttMessage> | undefined): boolean;
|
|
6660
6681
|
}
|
|
6661
6682
|
/**
|
|
6662
|
-
* @generated from message norsk.api.media.
|
|
6683
|
+
* @generated from message norsk.api.media.CmafMultiVariantConfiguration
|
|
6663
6684
|
*/
|
|
6664
|
-
export declare class
|
|
6685
|
+
export declare class CmafMultiVariantConfiguration extends Message<CmafMultiVariantConfiguration> {
|
|
6665
6686
|
/**
|
|
6666
6687
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
6667
6688
|
*/
|
|
@@ -6679,7 +6700,7 @@ export declare class CmafMasterConfiguration extends Message<CmafMasterConfigura
|
|
|
6679
6700
|
*/
|
|
6680
6701
|
destinations: CMAFDestination[];
|
|
6681
6702
|
/**
|
|
6682
|
-
* Directives to add to the m3u
|
|
6703
|
+
* Directives to add to the m3u multi variant playlist
|
|
6683
6704
|
*
|
|
6684
6705
|
* @generated from field: string m3u_additions = 5;
|
|
6685
6706
|
*/
|
|
@@ -6690,21 +6711,21 @@ export declare class CmafMasterConfiguration extends Message<CmafMasterConfigura
|
|
|
6690
6711
|
* @generated from field: string mpd_additions = 6;
|
|
6691
6712
|
*/
|
|
6692
6713
|
mpdAdditions: string;
|
|
6693
|
-
constructor(data?: PartialMessage<
|
|
6714
|
+
constructor(data?: PartialMessage<CmafMultiVariantConfiguration>);
|
|
6694
6715
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6695
|
-
static readonly typeName = "norsk.api.media.
|
|
6716
|
+
static readonly typeName = "norsk.api.media.CmafMultiVariantConfiguration";
|
|
6696
6717
|
static readonly fields: FieldList;
|
|
6697
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
6698
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
6699
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
6700
|
-
static equals(a:
|
|
6718
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafMultiVariantConfiguration;
|
|
6719
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafMultiVariantConfiguration;
|
|
6720
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafMultiVariantConfiguration;
|
|
6721
|
+
static equals(a: CmafMultiVariantConfiguration | PlainMessage<CmafMultiVariantConfiguration> | undefined, b: CmafMultiVariantConfiguration | PlainMessage<CmafMultiVariantConfiguration> | undefined): boolean;
|
|
6701
6722
|
}
|
|
6702
6723
|
/**
|
|
6703
|
-
* @generated from message norsk.api.media.
|
|
6724
|
+
* @generated from message norsk.api.media.CmafMultiVariantMessage
|
|
6704
6725
|
*/
|
|
6705
|
-
export declare class
|
|
6726
|
+
export declare class CmafMultiVariantMessage extends Message<CmafMultiVariantMessage> {
|
|
6706
6727
|
/**
|
|
6707
|
-
* @generated from oneof norsk.api.media.
|
|
6728
|
+
* @generated from oneof norsk.api.media.CmafMultiVariantMessage.message
|
|
6708
6729
|
*/
|
|
6709
6730
|
message: {
|
|
6710
6731
|
/**
|
|
@@ -6714,9 +6735,9 @@ export declare class CmafMasterMessage extends Message<CmafMasterMessage> {
|
|
|
6714
6735
|
case: "subscription";
|
|
6715
6736
|
} | {
|
|
6716
6737
|
/**
|
|
6717
|
-
* @generated from field: norsk.api.media.
|
|
6738
|
+
* @generated from field: norsk.api.media.CmafMultiVariantConfiguration configuration = 2;
|
|
6718
6739
|
*/
|
|
6719
|
-
value:
|
|
6740
|
+
value: CmafMultiVariantConfiguration;
|
|
6720
6741
|
case: "configuration";
|
|
6721
6742
|
} | {
|
|
6722
6743
|
/**
|
|
@@ -6728,14 +6749,14 @@ export declare class CmafMasterMessage extends Message<CmafMasterMessage> {
|
|
|
6728
6749
|
case: undefined;
|
|
6729
6750
|
value?: undefined;
|
|
6730
6751
|
};
|
|
6731
|
-
constructor(data?: PartialMessage<
|
|
6752
|
+
constructor(data?: PartialMessage<CmafMultiVariantMessage>);
|
|
6732
6753
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6733
|
-
static readonly typeName = "norsk.api.media.
|
|
6754
|
+
static readonly typeName = "norsk.api.media.CmafMultiVariantMessage";
|
|
6734
6755
|
static readonly fields: FieldList;
|
|
6735
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
6736
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
6737
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
6738
|
-
static equals(a:
|
|
6756
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafMultiVariantMessage;
|
|
6757
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafMultiVariantMessage;
|
|
6758
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafMultiVariantMessage;
|
|
6759
|
+
static equals(a: CmafMultiVariantMessage | PlainMessage<CmafMultiVariantMessage> | undefined, b: CmafMultiVariantMessage | PlainMessage<CmafMultiVariantMessage> | undefined): boolean;
|
|
6739
6760
|
}
|
|
6740
6761
|
/**
|
|
6741
6762
|
* @generated from message norsk.api.media.HlsTsCombinedPushConfiguration
|
|
@@ -8828,10 +8849,6 @@ export declare class NvidiaHevc extends Message<NvidiaHevc> {
|
|
|
8828
8849
|
* @generated from field: norsk.api.media.OptionalInt frameIntervalP = 4;
|
|
8829
8850
|
*/
|
|
8830
8851
|
frameIntervalP?: OptionalInt;
|
|
8831
|
-
/**
|
|
8832
|
-
* @generated from field: norsk.api.media.OptionalInt maxNumRefFrames = 5;
|
|
8833
|
-
*/
|
|
8834
|
-
maxNumRefFrames?: OptionalInt;
|
|
8835
8852
|
/**
|
|
8836
8853
|
* @generated from field: norsk.api.media.OptionalBool outputAud = 6;
|
|
8837
8854
|
*/
|
|
@@ -8911,10 +8928,6 @@ export declare class QuadraH264 extends Message<QuadraH264> {
|
|
|
8911
8928
|
* @generated from field: norsk.api.media.OptionalInt bitrate = 4;
|
|
8912
8929
|
*/
|
|
8913
8930
|
bitrate?: OptionalInt;
|
|
8914
|
-
/**
|
|
8915
|
-
* @generated from field: norsk.api.media.OptionalBool flushGop = 5;
|
|
8916
|
-
*/
|
|
8917
|
-
flushGop?: OptionalBool;
|
|
8918
8931
|
/**
|
|
8919
8932
|
* @generated from field: norsk.api.media.OptionalBool enableVfr = 6;
|
|
8920
8933
|
*/
|
|
@@ -8923,10 +8936,6 @@ export declare class QuadraH264 extends Message<QuadraH264> {
|
|
|
8923
8936
|
* @generated from field: norsk.api.media.OptionalInt crf = 7;
|
|
8924
8937
|
*/
|
|
8925
8938
|
crf?: OptionalInt;
|
|
8926
|
-
/**
|
|
8927
|
-
* @generated from field: norsk.api.media.OptionalBool cbr = 8;
|
|
8928
|
-
*/
|
|
8929
|
-
cbr?: OptionalBool;
|
|
8930
8939
|
/**
|
|
8931
8940
|
* @generated from field: norsk.api.media.OptionalInt gopPresetIndex = 9;
|
|
8932
8941
|
*/
|
|
@@ -8952,9 +8961,45 @@ export declare class QuadraH264 extends Message<QuadraH264> {
|
|
|
8952
8961
|
*/
|
|
8953
8962
|
intraQp?: OptionalInt;
|
|
8954
8963
|
/**
|
|
8955
|
-
* @generated from field: norsk.api.media.
|
|
8964
|
+
* @generated from field: norsk.api.media.OptionalBool hrdEnable = 18;
|
|
8956
8965
|
*/
|
|
8957
|
-
|
|
8966
|
+
hrdEnable?: OptionalBool;
|
|
8967
|
+
/**
|
|
8968
|
+
* @generated from field: norsk.api.media.OptionalInt dolbyVisionProfile = 19;
|
|
8969
|
+
*/
|
|
8970
|
+
dolbyVisionProfile?: OptionalInt;
|
|
8971
|
+
/**
|
|
8972
|
+
* @generated from field: norsk.api.media.OptionalBool fillerEnable = 20;
|
|
8973
|
+
*/
|
|
8974
|
+
fillerEnable?: OptionalBool;
|
|
8975
|
+
/**
|
|
8976
|
+
* @generated from field: norsk.api.media.OptionalInt minQp = 21;
|
|
8977
|
+
*/
|
|
8978
|
+
minQp?: OptionalInt;
|
|
8979
|
+
/**
|
|
8980
|
+
* @generated from field: norsk.api.media.OptionalInt maxQp = 22;
|
|
8981
|
+
*/
|
|
8982
|
+
maxQp?: OptionalInt;
|
|
8983
|
+
/**
|
|
8984
|
+
* @generated from field: norsk.api.media.OptionalInt maxDeltaQp = 23;
|
|
8985
|
+
*/
|
|
8986
|
+
maxDeltaQp?: OptionalInt;
|
|
8987
|
+
/**
|
|
8988
|
+
* @generated from field: norsk.api.media.OptionalBool cuLevelRCEnable = 24;
|
|
8989
|
+
*/
|
|
8990
|
+
cuLevelRCEnable?: OptionalBool;
|
|
8991
|
+
/**
|
|
8992
|
+
* @generated from field: norsk.api.media.OptionalInt lookAheadDepth = 25;
|
|
8993
|
+
*/
|
|
8994
|
+
lookAheadDepth?: OptionalInt;
|
|
8995
|
+
/**
|
|
8996
|
+
* @generated from field: norsk.api.media.OptionalInt vbvBufferSize = 26;
|
|
8997
|
+
*/
|
|
8998
|
+
vbvBufferSize?: OptionalInt;
|
|
8999
|
+
/**
|
|
9000
|
+
* @generated from field: norsk.api.media.OptionalInt vbvMaxRate = 27;
|
|
9001
|
+
*/
|
|
9002
|
+
vbvMaxRate?: OptionalInt;
|
|
8958
9003
|
constructor(data?: PartialMessage<QuadraH264>);
|
|
8959
9004
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
8960
9005
|
static readonly typeName = "norsk.api.media.QuadraH264";
|
|
@@ -9013,10 +9058,6 @@ export declare class QuadraHevc extends Message<QuadraHevc> {
|
|
|
9013
9058
|
* @generated from field: norsk.api.media.OptionalInt bitrate = 4;
|
|
9014
9059
|
*/
|
|
9015
9060
|
bitrate?: OptionalInt;
|
|
9016
|
-
/**
|
|
9017
|
-
* @generated from field: norsk.api.media.OptionalBool flushGop = 5;
|
|
9018
|
-
*/
|
|
9019
|
-
flushGop?: OptionalBool;
|
|
9020
9061
|
/**
|
|
9021
9062
|
* @generated from field: norsk.api.media.OptionalBool enableVfr = 6;
|
|
9022
9063
|
*/
|
|
@@ -9025,10 +9066,6 @@ export declare class QuadraHevc extends Message<QuadraHevc> {
|
|
|
9025
9066
|
* @generated from field: norsk.api.media.OptionalInt crf = 7;
|
|
9026
9067
|
*/
|
|
9027
9068
|
crf?: OptionalInt;
|
|
9028
|
-
/**
|
|
9029
|
-
* @generated from field: norsk.api.media.OptionalBool cbr = 8;
|
|
9030
|
-
*/
|
|
9031
|
-
cbr?: OptionalBool;
|
|
9032
9069
|
/**
|
|
9033
9070
|
* @generated from field: norsk.api.media.OptionalInt gopPresetIndex = 9;
|
|
9034
9071
|
*/
|
|
@@ -9061,10 +9098,6 @@ export declare class QuadraHevc extends Message<QuadraHevc> {
|
|
|
9061
9098
|
* @generated from field: norsk.api.media.OptionalInt intraQp = 16;
|
|
9062
9099
|
*/
|
|
9063
9100
|
intraQp?: OptionalInt;
|
|
9064
|
-
/**
|
|
9065
|
-
* @generated from field: norsk.api.media.OptionalInt rcInitDelay = 17;
|
|
9066
|
-
*/
|
|
9067
|
-
rcInitDelay?: OptionalInt;
|
|
9068
9101
|
/**
|
|
9069
9102
|
* @generated from field: norsk.api.media.OptionalBool hrdEnable = 18;
|
|
9070
9103
|
*/
|
|
@@ -9073,6 +9106,38 @@ export declare class QuadraHevc extends Message<QuadraHevc> {
|
|
|
9073
9106
|
* @generated from field: norsk.api.media.OptionalInt dolbyVisionProfile = 19;
|
|
9074
9107
|
*/
|
|
9075
9108
|
dolbyVisionProfile?: OptionalInt;
|
|
9109
|
+
/**
|
|
9110
|
+
* @generated from field: norsk.api.media.OptionalBool fillerEnable = 20;
|
|
9111
|
+
*/
|
|
9112
|
+
fillerEnable?: OptionalBool;
|
|
9113
|
+
/**
|
|
9114
|
+
* @generated from field: norsk.api.media.OptionalInt minQp = 21;
|
|
9115
|
+
*/
|
|
9116
|
+
minQp?: OptionalInt;
|
|
9117
|
+
/**
|
|
9118
|
+
* @generated from field: norsk.api.media.OptionalInt maxQp = 22;
|
|
9119
|
+
*/
|
|
9120
|
+
maxQp?: OptionalInt;
|
|
9121
|
+
/**
|
|
9122
|
+
* @generated from field: norsk.api.media.OptionalInt maxDeltaQp = 23;
|
|
9123
|
+
*/
|
|
9124
|
+
maxDeltaQp?: OptionalInt;
|
|
9125
|
+
/**
|
|
9126
|
+
* @generated from field: norsk.api.media.OptionalBool cuLevelRCEnable = 24;
|
|
9127
|
+
*/
|
|
9128
|
+
cuLevelRCEnable?: OptionalBool;
|
|
9129
|
+
/**
|
|
9130
|
+
* @generated from field: norsk.api.media.OptionalInt lookAheadDepth = 25;
|
|
9131
|
+
*/
|
|
9132
|
+
lookAheadDepth?: OptionalInt;
|
|
9133
|
+
/**
|
|
9134
|
+
* @generated from field: norsk.api.media.OptionalInt vbvBufferSize = 26;
|
|
9135
|
+
*/
|
|
9136
|
+
vbvBufferSize?: OptionalInt;
|
|
9137
|
+
/**
|
|
9138
|
+
* @generated from field: norsk.api.media.OptionalInt vbvMaxRate = 27;
|
|
9139
|
+
*/
|
|
9140
|
+
vbvMaxRate?: OptionalInt;
|
|
9076
9141
|
constructor(data?: PartialMessage<QuadraHevc>);
|
|
9077
9142
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9078
9143
|
static readonly typeName = "norsk.api.media.QuadraHevc";
|
|
@@ -10491,6 +10556,23 @@ export declare class StreamSwitchSmoothSwitchError extends Message<StreamSwitchS
|
|
|
10491
10556
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchSmoothSwitchError;
|
|
10492
10557
|
static equals(a: StreamSwitchSmoothSwitchError | PlainMessage<StreamSwitchSmoothSwitchError> | undefined, b: StreamSwitchSmoothSwitchError | PlainMessage<StreamSwitchSmoothSwitchError> | undefined): boolean;
|
|
10493
10558
|
}
|
|
10559
|
+
/**
|
|
10560
|
+
* @generated from message norsk.api.media.StreamSwitchTransitionComplete
|
|
10561
|
+
*/
|
|
10562
|
+
export declare class StreamSwitchTransitionComplete extends Message<StreamSwitchTransitionComplete> {
|
|
10563
|
+
/**
|
|
10564
|
+
* @generated from field: norsk.api.media.InputPin active_source = 1;
|
|
10565
|
+
*/
|
|
10566
|
+
activeSource?: InputPin;
|
|
10567
|
+
constructor(data?: PartialMessage<StreamSwitchTransitionComplete>);
|
|
10568
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
10569
|
+
static readonly typeName = "norsk.api.media.StreamSwitchTransitionComplete";
|
|
10570
|
+
static readonly fields: FieldList;
|
|
10571
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSwitchTransitionComplete;
|
|
10572
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSwitchTransitionComplete;
|
|
10573
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSwitchTransitionComplete;
|
|
10574
|
+
static equals(a: StreamSwitchTransitionComplete | PlainMessage<StreamSwitchTransitionComplete> | undefined, b: StreamSwitchTransitionComplete | PlainMessage<StreamSwitchTransitionComplete> | undefined): boolean;
|
|
10575
|
+
}
|
|
10494
10576
|
/**
|
|
10495
10577
|
* @generated from message norsk.api.media.StreamSwitchSmoothEvent
|
|
10496
10578
|
*/
|
|
@@ -10532,6 +10614,15 @@ export declare class StreamSwitchSmoothEvent extends Message<StreamSwitchSmoothE
|
|
|
10532
10614
|
*/
|
|
10533
10615
|
value: MultipleContext;
|
|
10534
10616
|
case: "inboundContext";
|
|
10617
|
+
} | {
|
|
10618
|
+
/**
|
|
10619
|
+
* Message indicating a transition has succesfully completed for a requested switch, i.e. the new source
|
|
10620
|
+
* is now showing
|
|
10621
|
+
*
|
|
10622
|
+
* @generated from field: norsk.api.media.StreamSwitchTransitionComplete transition_complete = 6;
|
|
10623
|
+
*/
|
|
10624
|
+
value: StreamSwitchTransitionComplete;
|
|
10625
|
+
case: "transitionComplete";
|
|
10535
10626
|
} | {
|
|
10536
10627
|
case: undefined;
|
|
10537
10628
|
value?: undefined;
|