@norskvideo/norsk-api 1.0.360 → 1.0.364
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 +89 -26
- package/lib/media_grpc_pb.js +200 -62
- package/lib/media_pb.d.ts +489 -203
- package/lib/media_pb.js +617 -227
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +821 -296
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -3183,6 +3183,18 @@ export declare class FileWebVttInputConfiguration extends Message<FileWebVttInpu
|
|
|
3183
3183
|
* @generated from field: string filename = 3;
|
|
3184
3184
|
*/
|
|
3185
3185
|
filename: string;
|
|
3186
|
+
/**
|
|
3187
|
+
* Language tag to associate with the stream (optional)
|
|
3188
|
+
*
|
|
3189
|
+
* @generated from field: string language = 4;
|
|
3190
|
+
*/
|
|
3191
|
+
language: string;
|
|
3192
|
+
/**
|
|
3193
|
+
* Rendition name to use (optional, default "default")
|
|
3194
|
+
*
|
|
3195
|
+
* @generated from field: norsk.api.media.RenditionName rendition_name = 5;
|
|
3196
|
+
*/
|
|
3197
|
+
renditionName?: RenditionName;
|
|
3186
3198
|
constructor(data?: PartialMessage<FileWebVttInputConfiguration>);
|
|
3187
3199
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3188
3200
|
static readonly typeName = "norsk.api.media.FileWebVttInputConfiguration";
|
|
@@ -3224,6 +3236,132 @@ export declare class FileWebVttInputEvent extends Message<FileWebVttInputEvent>
|
|
|
3224
3236
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FileWebVttInputEvent;
|
|
3225
3237
|
static equals(a: FileWebVttInputEvent | PlainMessage<FileWebVttInputEvent> | undefined, b: FileWebVttInputEvent | PlainMessage<FileWebVttInputEvent> | undefined): boolean;
|
|
3226
3238
|
}
|
|
3239
|
+
/**
|
|
3240
|
+
* @generated from message norsk.api.media.StreamWebVttInputMessage
|
|
3241
|
+
*/
|
|
3242
|
+
export declare class StreamWebVttInputMessage extends Message<StreamWebVttInputMessage> {
|
|
3243
|
+
/**
|
|
3244
|
+
* @generated from oneof norsk.api.media.StreamWebVttInputMessage.message
|
|
3245
|
+
*/
|
|
3246
|
+
message: {
|
|
3247
|
+
/**
|
|
3248
|
+
* @generated from field: norsk.api.media.StreamWebVttInputConfiguration initial_config = 1;
|
|
3249
|
+
*/
|
|
3250
|
+
value: StreamWebVttInputConfiguration;
|
|
3251
|
+
case: "initialConfig";
|
|
3252
|
+
} | {
|
|
3253
|
+
/**
|
|
3254
|
+
* @generated from field: string vtt_chunk = 2;
|
|
3255
|
+
*/
|
|
3256
|
+
value: string;
|
|
3257
|
+
case: "vttChunk";
|
|
3258
|
+
} | {
|
|
3259
|
+
/**
|
|
3260
|
+
* @generated from field: norsk.api.media.TimestampNudge nudge = 3;
|
|
3261
|
+
*/
|
|
3262
|
+
value: TimestampNudge;
|
|
3263
|
+
case: "nudge";
|
|
3264
|
+
} | {
|
|
3265
|
+
case: undefined;
|
|
3266
|
+
value?: undefined;
|
|
3267
|
+
};
|
|
3268
|
+
constructor(data?: PartialMessage<StreamWebVttInputMessage>);
|
|
3269
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3270
|
+
static readonly typeName = "norsk.api.media.StreamWebVttInputMessage";
|
|
3271
|
+
static readonly fields: FieldList;
|
|
3272
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamWebVttInputMessage;
|
|
3273
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamWebVttInputMessage;
|
|
3274
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamWebVttInputMessage;
|
|
3275
|
+
static equals(a: StreamWebVttInputMessage | PlainMessage<StreamWebVttInputMessage> | undefined, b: StreamWebVttInputMessage | PlainMessage<StreamWebVttInputMessage> | undefined): boolean;
|
|
3276
|
+
}
|
|
3277
|
+
/**
|
|
3278
|
+
* @generated from message norsk.api.media.StreamWebVttInputConfiguration
|
|
3279
|
+
*/
|
|
3280
|
+
export declare class StreamWebVttInputConfiguration extends Message<StreamWebVttInputConfiguration> {
|
|
3281
|
+
/**
|
|
3282
|
+
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
3283
|
+
*/
|
|
3284
|
+
id?: MediaNodeId;
|
|
3285
|
+
/**
|
|
3286
|
+
* @generated from field: string source_name = 2;
|
|
3287
|
+
*/
|
|
3288
|
+
sourceName: string;
|
|
3289
|
+
/**
|
|
3290
|
+
* Language tag to associate with the stream (optional)
|
|
3291
|
+
*
|
|
3292
|
+
* @generated from field: string language = 3;
|
|
3293
|
+
*/
|
|
3294
|
+
language: string;
|
|
3295
|
+
/**
|
|
3296
|
+
* Rendition name to use (optional, default "default")
|
|
3297
|
+
*
|
|
3298
|
+
* @generated from field: norsk.api.media.RenditionName rendition_name = 4;
|
|
3299
|
+
*/
|
|
3300
|
+
renditionName?: RenditionName;
|
|
3301
|
+
constructor(data?: PartialMessage<StreamWebVttInputConfiguration>);
|
|
3302
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3303
|
+
static readonly typeName = "norsk.api.media.StreamWebVttInputConfiguration";
|
|
3304
|
+
static readonly fields: FieldList;
|
|
3305
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamWebVttInputConfiguration;
|
|
3306
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamWebVttInputConfiguration;
|
|
3307
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamWebVttInputConfiguration;
|
|
3308
|
+
static equals(a: StreamWebVttInputConfiguration | PlainMessage<StreamWebVttInputConfiguration> | undefined, b: StreamWebVttInputConfiguration | PlainMessage<StreamWebVttInputConfiguration> | undefined): boolean;
|
|
3309
|
+
}
|
|
3310
|
+
/**
|
|
3311
|
+
* @generated from message norsk.api.media.StreamWebVttError
|
|
3312
|
+
*/
|
|
3313
|
+
export declare class StreamWebVttError extends Message<StreamWebVttError> {
|
|
3314
|
+
/**
|
|
3315
|
+
* @generated from field: string text = 1;
|
|
3316
|
+
*/
|
|
3317
|
+
text: string;
|
|
3318
|
+
constructor(data?: PartialMessage<StreamWebVttError>);
|
|
3319
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3320
|
+
static readonly typeName = "norsk.api.media.StreamWebVttError";
|
|
3321
|
+
static readonly fields: FieldList;
|
|
3322
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamWebVttError;
|
|
3323
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamWebVttError;
|
|
3324
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamWebVttError;
|
|
3325
|
+
static equals(a: StreamWebVttError | PlainMessage<StreamWebVttError> | undefined, b: StreamWebVttError | PlainMessage<StreamWebVttError> | undefined): boolean;
|
|
3326
|
+
}
|
|
3327
|
+
/**
|
|
3328
|
+
* @generated from message norsk.api.media.StreamWebVttInputEvent
|
|
3329
|
+
*/
|
|
3330
|
+
export declare class StreamWebVttInputEvent extends Message<StreamWebVttInputEvent> {
|
|
3331
|
+
/**
|
|
3332
|
+
* @generated from oneof norsk.api.media.StreamWebVttInputEvent.message
|
|
3333
|
+
*/
|
|
3334
|
+
message: {
|
|
3335
|
+
/**
|
|
3336
|
+
* @generated from field: norsk.api.media.MediaNodeId node_id = 1;
|
|
3337
|
+
*/
|
|
3338
|
+
value: MediaNodeId;
|
|
3339
|
+
case: "nodeId";
|
|
3340
|
+
} | {
|
|
3341
|
+
/**
|
|
3342
|
+
* @generated from field: norsk.api.media.Context outbound_context = 2;
|
|
3343
|
+
*/
|
|
3344
|
+
value: Context;
|
|
3345
|
+
case: "outboundContext";
|
|
3346
|
+
} | {
|
|
3347
|
+
/**
|
|
3348
|
+
* @generated from field: norsk.api.media.StreamWebVttError error = 3;
|
|
3349
|
+
*/
|
|
3350
|
+
value: StreamWebVttError;
|
|
3351
|
+
case: "error";
|
|
3352
|
+
} | {
|
|
3353
|
+
case: undefined;
|
|
3354
|
+
value?: undefined;
|
|
3355
|
+
};
|
|
3356
|
+
constructor(data?: PartialMessage<StreamWebVttInputEvent>);
|
|
3357
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3358
|
+
static readonly typeName = "norsk.api.media.StreamWebVttInputEvent";
|
|
3359
|
+
static readonly fields: FieldList;
|
|
3360
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamWebVttInputEvent;
|
|
3361
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamWebVttInputEvent;
|
|
3362
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamWebVttInputEvent;
|
|
3363
|
+
static equals(a: StreamWebVttInputEvent | PlainMessage<StreamWebVttInputEvent> | undefined, b: StreamWebVttInputEvent | PlainMessage<StreamWebVttInputEvent> | undefined): boolean;
|
|
3364
|
+
}
|
|
3227
3365
|
/**
|
|
3228
3366
|
* @generated from message norsk.api.media.SrtInputConfiguration
|
|
3229
3367
|
*/
|
|
@@ -3996,11 +4134,15 @@ export declare class DeltacastInputConfiguration extends Message<DeltacastInputC
|
|
|
3996
4134
|
*/
|
|
3997
4135
|
deviceId: number;
|
|
3998
4136
|
/**
|
|
3999
|
-
* @generated from field: uint32
|
|
4137
|
+
* @generated from field: uint32 channel_index = 4;
|
|
4000
4138
|
*/
|
|
4001
|
-
|
|
4139
|
+
channelIndex: number;
|
|
4002
4140
|
/**
|
|
4003
|
-
* @generated from field:
|
|
4141
|
+
* @generated from field: uint32 audio_channel_mask = 5;
|
|
4142
|
+
*/
|
|
4143
|
+
audioChannelMask: number;
|
|
4144
|
+
/**
|
|
4145
|
+
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
|
|
4004
4146
|
*/
|
|
4005
4147
|
statsSampling?: StreamStatisticsSampling;
|
|
4006
4148
|
constructor(data?: PartialMessage<DeltacastInputConfiguration>);
|
|
@@ -15468,13 +15610,122 @@ export declare class Scte35SegmentationComponent extends Message<Scte35Segmentat
|
|
|
15468
15610
|
}
|
|
15469
15611
|
/**
|
|
15470
15612
|
* ////////////////////////////////////////////////////////////////////////////
|
|
15471
|
-
*
|
|
15613
|
+
* MediaStore
|
|
15472
15614
|
*
|
|
15473
|
-
* @generated from message norsk.api.media.
|
|
15615
|
+
* @generated from message norsk.api.media.MediaStoreStreamVersion
|
|
15616
|
+
*/
|
|
15617
|
+
export declare class MediaStoreStreamVersion extends Message<MediaStoreStreamVersion> {
|
|
15618
|
+
/**
|
|
15619
|
+
* @generated from field: int32 version_num = 1;
|
|
15620
|
+
*/
|
|
15621
|
+
versionNum: number;
|
|
15622
|
+
/**
|
|
15623
|
+
* @generated from field: norsk.api.media.StreamMetadata metadata = 2;
|
|
15624
|
+
*/
|
|
15625
|
+
metadata?: StreamMetadata;
|
|
15626
|
+
/**
|
|
15627
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 3;
|
|
15628
|
+
*/
|
|
15629
|
+
startDateTime?: Timestamp;
|
|
15630
|
+
/**
|
|
15631
|
+
* @generated from field: uint64 duration_ms = 4;
|
|
15632
|
+
*/
|
|
15633
|
+
durationMs: bigint;
|
|
15634
|
+
/**
|
|
15635
|
+
* @generated from field: bool active = 5;
|
|
15636
|
+
*/
|
|
15637
|
+
active: boolean;
|
|
15638
|
+
constructor(data?: PartialMessage<MediaStoreStreamVersion>);
|
|
15639
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15640
|
+
static readonly typeName = "norsk.api.media.MediaStoreStreamVersion";
|
|
15641
|
+
static readonly fields: FieldList;
|
|
15642
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreStreamVersion;
|
|
15643
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreStreamVersion;
|
|
15644
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreStreamVersion;
|
|
15645
|
+
static equals(a: MediaStoreStreamVersion | PlainMessage<MediaStoreStreamVersion> | undefined, b: MediaStoreStreamVersion | PlainMessage<MediaStoreStreamVersion> | undefined): boolean;
|
|
15646
|
+
}
|
|
15647
|
+
/**
|
|
15648
|
+
* @generated from message norsk.api.media.MediaStoreStream
|
|
15649
|
+
*/
|
|
15650
|
+
export declare class MediaStoreStream extends Message<MediaStoreStream> {
|
|
15651
|
+
/**
|
|
15652
|
+
* @generated from field: norsk.api.media.StreamKey stream_key = 1;
|
|
15653
|
+
*/
|
|
15654
|
+
streamKey?: StreamKey;
|
|
15655
|
+
/**
|
|
15656
|
+
* @generated from field: repeated norsk.api.media.MediaStoreStreamVersion versions = 2;
|
|
15657
|
+
*/
|
|
15658
|
+
versions: MediaStoreStreamVersion[];
|
|
15659
|
+
constructor(data?: PartialMessage<MediaStoreStream>);
|
|
15660
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15661
|
+
static readonly typeName = "norsk.api.media.MediaStoreStream";
|
|
15662
|
+
static readonly fields: FieldList;
|
|
15663
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreStream;
|
|
15664
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreStream;
|
|
15665
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreStream;
|
|
15666
|
+
static equals(a: MediaStoreStream | PlainMessage<MediaStoreStream> | undefined, b: MediaStoreStream | PlainMessage<MediaStoreStream> | undefined): boolean;
|
|
15667
|
+
}
|
|
15668
|
+
/**
|
|
15669
|
+
* @generated from message norsk.api.media.MediaStoreSession
|
|
15670
|
+
*/
|
|
15671
|
+
export declare class MediaStoreSession extends Message<MediaStoreSession> {
|
|
15672
|
+
/**
|
|
15673
|
+
* @generated from field: int32 session_num = 1;
|
|
15674
|
+
*/
|
|
15675
|
+
sessionNum: number;
|
|
15676
|
+
/**
|
|
15677
|
+
* @generated from field: repeated norsk.api.media.MediaStoreStream streams = 2;
|
|
15678
|
+
*/
|
|
15679
|
+
streams: MediaStoreStream[];
|
|
15680
|
+
constructor(data?: PartialMessage<MediaStoreSession>);
|
|
15681
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15682
|
+
static readonly typeName = "norsk.api.media.MediaStoreSession";
|
|
15683
|
+
static readonly fields: FieldList;
|
|
15684
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreSession;
|
|
15685
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreSession;
|
|
15686
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreSession;
|
|
15687
|
+
static equals(a: MediaStoreSession | PlainMessage<MediaStoreSession> | undefined, b: MediaStoreSession | PlainMessage<MediaStoreSession> | undefined): boolean;
|
|
15688
|
+
}
|
|
15689
|
+
/**
|
|
15690
|
+
* @generated from message norsk.api.media.MediaStoreMetadataRequest
|
|
15691
|
+
*/
|
|
15692
|
+
export declare class MediaStoreMetadataRequest extends Message<MediaStoreMetadataRequest> {
|
|
15693
|
+
/**
|
|
15694
|
+
* @generated from field: string media_store_name = 1;
|
|
15695
|
+
*/
|
|
15696
|
+
mediaStoreName: string;
|
|
15697
|
+
constructor(data?: PartialMessage<MediaStoreMetadataRequest>);
|
|
15698
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15699
|
+
static readonly typeName = "norsk.api.media.MediaStoreMetadataRequest";
|
|
15700
|
+
static readonly fields: FieldList;
|
|
15701
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreMetadataRequest;
|
|
15702
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreMetadataRequest;
|
|
15703
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreMetadataRequest;
|
|
15704
|
+
static equals(a: MediaStoreMetadataRequest | PlainMessage<MediaStoreMetadataRequest> | undefined, b: MediaStoreMetadataRequest | PlainMessage<MediaStoreMetadataRequest> | undefined): boolean;
|
|
15705
|
+
}
|
|
15706
|
+
/**
|
|
15707
|
+
* @generated from message norsk.api.media.MediaStoreMetadataResponse
|
|
15708
|
+
*/
|
|
15709
|
+
export declare class MediaStoreMetadataResponse extends Message<MediaStoreMetadataResponse> {
|
|
15710
|
+
/**
|
|
15711
|
+
* @generated from field: repeated norsk.api.media.MediaStoreSession sessions = 1;
|
|
15712
|
+
*/
|
|
15713
|
+
sessions: MediaStoreSession[];
|
|
15714
|
+
constructor(data?: PartialMessage<MediaStoreMetadataResponse>);
|
|
15715
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15716
|
+
static readonly typeName = "norsk.api.media.MediaStoreMetadataResponse";
|
|
15717
|
+
static readonly fields: FieldList;
|
|
15718
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreMetadataResponse;
|
|
15719
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreMetadataResponse;
|
|
15720
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreMetadataResponse;
|
|
15721
|
+
static equals(a: MediaStoreMetadataResponse | PlainMessage<MediaStoreMetadataResponse> | undefined, b: MediaStoreMetadataResponse | PlainMessage<MediaStoreMetadataResponse> | undefined): boolean;
|
|
15722
|
+
}
|
|
15723
|
+
/**
|
|
15724
|
+
* @generated from message norsk.api.media.MediaStoreExpiry
|
|
15474
15725
|
*/
|
|
15475
|
-
export declare class
|
|
15726
|
+
export declare class MediaStoreExpiry extends Message<MediaStoreExpiry> {
|
|
15476
15727
|
/**
|
|
15477
|
-
* @generated from oneof norsk.api.media.
|
|
15728
|
+
* @generated from oneof norsk.api.media.MediaStoreExpiry.message
|
|
15478
15729
|
*/
|
|
15479
15730
|
message: {
|
|
15480
15731
|
/**
|
|
@@ -15492,19 +15743,19 @@ export declare class FrameStoreExpiry extends Message<FrameStoreExpiry> {
|
|
|
15492
15743
|
case: undefined;
|
|
15493
15744
|
value?: undefined;
|
|
15494
15745
|
};
|
|
15495
|
-
constructor(data?: PartialMessage<
|
|
15746
|
+
constructor(data?: PartialMessage<MediaStoreExpiry>);
|
|
15496
15747
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15497
|
-
static readonly typeName = "norsk.api.media.
|
|
15748
|
+
static readonly typeName = "norsk.api.media.MediaStoreExpiry";
|
|
15498
15749
|
static readonly fields: FieldList;
|
|
15499
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15500
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15501
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15502
|
-
static equals(a:
|
|
15750
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreExpiry;
|
|
15751
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreExpiry;
|
|
15752
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreExpiry;
|
|
15753
|
+
static equals(a: MediaStoreExpiry | PlainMessage<MediaStoreExpiry> | undefined, b: MediaStoreExpiry | PlainMessage<MediaStoreExpiry> | undefined): boolean;
|
|
15503
15754
|
}
|
|
15504
15755
|
/**
|
|
15505
|
-
* @generated from message norsk.api.media.
|
|
15756
|
+
* @generated from message norsk.api.media.MediaStoreRecorderConfiguration
|
|
15506
15757
|
*/
|
|
15507
|
-
export declare class
|
|
15758
|
+
export declare class MediaStoreRecorderConfiguration extends Message<MediaStoreRecorderConfiguration> {
|
|
15508
15759
|
/**
|
|
15509
15760
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15510
15761
|
*/
|
|
@@ -15522,112 +15773,154 @@ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreR
|
|
|
15522
15773
|
*/
|
|
15523
15774
|
chunkFileDurationSeconds: number;
|
|
15524
15775
|
/**
|
|
15525
|
-
* @generated from field: norsk.api.media.
|
|
15776
|
+
* @generated from field: norsk.api.media.MediaStoreExpiry expiry = 5;
|
|
15526
15777
|
*/
|
|
15527
|
-
expiry?:
|
|
15528
|
-
constructor(data?: PartialMessage<
|
|
15778
|
+
expiry?: MediaStoreExpiry;
|
|
15779
|
+
constructor(data?: PartialMessage<MediaStoreRecorderConfiguration>);
|
|
15529
15780
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15530
|
-
static readonly typeName = "norsk.api.media.
|
|
15781
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderConfiguration";
|
|
15531
15782
|
static readonly fields: FieldList;
|
|
15532
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15533
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15534
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15535
|
-
static equals(a:
|
|
15783
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderConfiguration;
|
|
15784
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderConfiguration;
|
|
15785
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderConfiguration;
|
|
15786
|
+
static equals(a: MediaStoreRecorderConfiguration | PlainMessage<MediaStoreRecorderConfiguration> | undefined, b: MediaStoreRecorderConfiguration | PlainMessage<MediaStoreRecorderConfiguration> | undefined): boolean;
|
|
15536
15787
|
}
|
|
15537
15788
|
/**
|
|
15538
|
-
* @generated from message norsk.api.media.
|
|
15789
|
+
* @generated from message norsk.api.media.StreamSelection
|
|
15539
15790
|
*/
|
|
15540
|
-
export declare class
|
|
15791
|
+
export declare class StreamSelection extends Message<StreamSelection> {
|
|
15541
15792
|
/**
|
|
15542
|
-
* @generated from field:
|
|
15793
|
+
* @generated from field: norsk.api.media.StreamKey source_stream_key = 1;
|
|
15543
15794
|
*/
|
|
15544
|
-
|
|
15795
|
+
sourceStreamKey?: StreamKey;
|
|
15545
15796
|
/**
|
|
15546
|
-
* @generated from field: norsk.api.media.
|
|
15797
|
+
* @generated from field: norsk.api.media.StreamKey output_stream_key = 2;
|
|
15547
15798
|
*/
|
|
15548
|
-
|
|
15799
|
+
outputStreamKey?: StreamKey;
|
|
15800
|
+
constructor(data?: PartialMessage<StreamSelection>);
|
|
15801
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15802
|
+
static readonly typeName = "norsk.api.media.StreamSelection";
|
|
15803
|
+
static readonly fields: FieldList;
|
|
15804
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection;
|
|
15805
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15806
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15807
|
+
static equals(a: StreamSelection | PlainMessage<StreamSelection> | undefined, b: StreamSelection | PlainMessage<StreamSelection> | undefined): boolean;
|
|
15808
|
+
}
|
|
15809
|
+
/**
|
|
15810
|
+
* @generated from message norsk.api.media.SingleCut
|
|
15811
|
+
*/
|
|
15812
|
+
export declare class SingleCut extends Message<SingleCut> {
|
|
15549
15813
|
/**
|
|
15550
|
-
* @generated from field:
|
|
15814
|
+
* @generated from field: string media_store_name = 1;
|
|
15551
15815
|
*/
|
|
15552
|
-
|
|
15816
|
+
mediaStoreName: string;
|
|
15817
|
+
/**
|
|
15818
|
+
* @generated from field: repeated norsk.api.media.StreamSelection stream_selection = 2;
|
|
15819
|
+
*/
|
|
15820
|
+
streamSelection: StreamSelection[];
|
|
15553
15821
|
/**
|
|
15554
|
-
* @generated from field:
|
|
15822
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 3;
|
|
15823
|
+
*/
|
|
15824
|
+
startDateTime?: Timestamp;
|
|
15825
|
+
/**
|
|
15826
|
+
* @generated from field: uint32 duration_ms = 4;
|
|
15827
|
+
*/
|
|
15828
|
+
durationMs: number;
|
|
15829
|
+
/**
|
|
15830
|
+
* @generated from field: bool trim_partial_segments = 5;
|
|
15555
15831
|
*/
|
|
15556
15832
|
trimPartialSegments: boolean;
|
|
15557
15833
|
/**
|
|
15558
|
-
* @generated from field:
|
|
15834
|
+
* @generated from field: norsk.api.common.OptionalInt session_num = 6;
|
|
15835
|
+
*/
|
|
15836
|
+
sessionNum?: OptionalInt;
|
|
15837
|
+
constructor(data?: PartialMessage<SingleCut>);
|
|
15838
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15839
|
+
static readonly typeName = "norsk.api.media.SingleCut";
|
|
15840
|
+
static readonly fields: FieldList;
|
|
15841
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SingleCut;
|
|
15842
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SingleCut;
|
|
15843
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleCut;
|
|
15844
|
+
static equals(a: SingleCut | PlainMessage<SingleCut> | undefined, b: SingleCut | PlainMessage<SingleCut> | undefined): boolean;
|
|
15845
|
+
}
|
|
15846
|
+
/**
|
|
15847
|
+
* @generated from message norsk.api.media.MediaStoreCutRequest
|
|
15848
|
+
*/
|
|
15849
|
+
export declare class MediaStoreCutRequest extends Message<MediaStoreCutRequest> {
|
|
15850
|
+
/**
|
|
15851
|
+
* @generated from field: string id = 1;
|
|
15852
|
+
*/
|
|
15853
|
+
id: string;
|
|
15854
|
+
/**
|
|
15855
|
+
* @generated from field: repeated norsk.api.media.SingleCut cuts = 2;
|
|
15856
|
+
*/
|
|
15857
|
+
cuts: SingleCut[];
|
|
15858
|
+
/**
|
|
15859
|
+
* @generated from field: string file_name = 3;
|
|
15559
15860
|
*/
|
|
15560
15861
|
fileName: string;
|
|
15561
15862
|
/**
|
|
15562
|
-
* @generated from field: norsk.api.media.
|
|
15863
|
+
* @generated from field: norsk.api.media.MediaStoreCutRequest.FileFormat file_format = 4;
|
|
15563
15864
|
*/
|
|
15564
|
-
fileFormat:
|
|
15565
|
-
constructor(data?: PartialMessage<
|
|
15865
|
+
fileFormat: MediaStoreCutRequest_FileFormat;
|
|
15866
|
+
constructor(data?: PartialMessage<MediaStoreCutRequest>);
|
|
15566
15867
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15567
|
-
static readonly typeName = "norsk.api.media.
|
|
15868
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutRequest";
|
|
15568
15869
|
static readonly fields: FieldList;
|
|
15569
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15570
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15571
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15572
|
-
static equals(a:
|
|
15870
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutRequest;
|
|
15871
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutRequest;
|
|
15872
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutRequest;
|
|
15873
|
+
static equals(a: MediaStoreCutRequest | PlainMessage<MediaStoreCutRequest> | undefined, b: MediaStoreCutRequest | PlainMessage<MediaStoreCutRequest> | undefined): boolean;
|
|
15573
15874
|
}
|
|
15574
15875
|
/**
|
|
15575
|
-
* @generated from enum norsk.api.media.
|
|
15876
|
+
* @generated from enum norsk.api.media.MediaStoreCutRequest.FileFormat
|
|
15576
15877
|
*/
|
|
15577
|
-
export declare enum
|
|
15878
|
+
export declare enum MediaStoreCutRequest_FileFormat {
|
|
15578
15879
|
/**
|
|
15579
15880
|
* @generated from enum value: CUT_MP4 = 0;
|
|
15580
15881
|
*/
|
|
15581
15882
|
CUT_MP4 = 0
|
|
15582
15883
|
}
|
|
15583
15884
|
/**
|
|
15584
|
-
* @generated from message norsk.api.media.
|
|
15885
|
+
* @generated from message norsk.api.media.Progress
|
|
15585
15886
|
*/
|
|
15586
|
-
export declare class
|
|
15587
|
-
/**
|
|
15588
|
-
* @generated from field: string id = 1;
|
|
15589
|
-
*/
|
|
15590
|
-
id: string;
|
|
15887
|
+
export declare class Progress extends Message<Progress> {
|
|
15591
15888
|
/**
|
|
15592
|
-
* @generated from field: uint32 progress =
|
|
15889
|
+
* @generated from field: uint32 progress = 1;
|
|
15593
15890
|
*/
|
|
15594
15891
|
progress: number;
|
|
15595
|
-
constructor(data?: PartialMessage<
|
|
15892
|
+
constructor(data?: PartialMessage<Progress>);
|
|
15596
15893
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15597
|
-
static readonly typeName = "norsk.api.media.
|
|
15894
|
+
static readonly typeName = "norsk.api.media.Progress";
|
|
15598
15895
|
static readonly fields: FieldList;
|
|
15599
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15600
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15601
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15602
|
-
static equals(a:
|
|
15896
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Progress;
|
|
15897
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Progress;
|
|
15898
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Progress;
|
|
15899
|
+
static equals(a: Progress | PlainMessage<Progress> | undefined, b: Progress | PlainMessage<Progress> | undefined): boolean;
|
|
15603
15900
|
}
|
|
15604
15901
|
/**
|
|
15605
|
-
* @generated from message norsk.api.media.
|
|
15902
|
+
* @generated from message norsk.api.media.MediaStoreCutComplete
|
|
15606
15903
|
*/
|
|
15607
|
-
export declare class
|
|
15904
|
+
export declare class MediaStoreCutComplete extends Message<MediaStoreCutComplete> {
|
|
15608
15905
|
/**
|
|
15609
|
-
* @generated from field:
|
|
15610
|
-
*/
|
|
15611
|
-
id: string;
|
|
15612
|
-
/**
|
|
15613
|
-
* @generated from field: uint64 size = 2;
|
|
15906
|
+
* @generated from field: uint64 size = 1;
|
|
15614
15907
|
*/
|
|
15615
15908
|
size: bigint;
|
|
15616
|
-
constructor(data?: PartialMessage<
|
|
15909
|
+
constructor(data?: PartialMessage<MediaStoreCutComplete>);
|
|
15617
15910
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15618
|
-
static readonly typeName = "norsk.api.media.
|
|
15911
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutComplete";
|
|
15619
15912
|
static readonly fields: FieldList;
|
|
15620
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15621
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15622
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15623
|
-
static equals(a:
|
|
15913
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutComplete;
|
|
15914
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutComplete;
|
|
15915
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutComplete;
|
|
15916
|
+
static equals(a: MediaStoreCutComplete | PlainMessage<MediaStoreCutComplete> | undefined, b: MediaStoreCutComplete | PlainMessage<MediaStoreCutComplete> | undefined): boolean;
|
|
15624
15917
|
}
|
|
15625
15918
|
/**
|
|
15626
|
-
* @generated from message norsk.api.media.
|
|
15919
|
+
* @generated from message norsk.api.media.MediaStoreRecorderMessage
|
|
15627
15920
|
*/
|
|
15628
|
-
export declare class
|
|
15921
|
+
export declare class MediaStoreRecorderMessage extends Message<MediaStoreRecorderMessage> {
|
|
15629
15922
|
/**
|
|
15630
|
-
* @generated from oneof norsk.api.media.
|
|
15923
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderMessage.message
|
|
15631
15924
|
*/
|
|
15632
15925
|
message: {
|
|
15633
15926
|
/**
|
|
@@ -15637,35 +15930,29 @@ export declare class FrameStoreRecorderMessage extends Message<FrameStoreRecorde
|
|
|
15637
15930
|
case: "subscription";
|
|
15638
15931
|
} | {
|
|
15639
15932
|
/**
|
|
15640
|
-
* @generated from field: norsk.api.media.
|
|
15933
|
+
* @generated from field: norsk.api.media.MediaStoreRecorderConfiguration configuration = 2;
|
|
15641
15934
|
*/
|
|
15642
|
-
value:
|
|
15935
|
+
value: MediaStoreRecorderConfiguration;
|
|
15643
15936
|
case: "configuration";
|
|
15644
|
-
} | {
|
|
15645
|
-
/**
|
|
15646
|
-
* @generated from field: norsk.api.media.FrameStoreCutRequest cut_request = 3;
|
|
15647
|
-
*/
|
|
15648
|
-
value: FrameStoreCutRequest;
|
|
15649
|
-
case: "cutRequest";
|
|
15650
15937
|
} | {
|
|
15651
15938
|
case: undefined;
|
|
15652
15939
|
value?: undefined;
|
|
15653
15940
|
};
|
|
15654
|
-
constructor(data?: PartialMessage<
|
|
15941
|
+
constructor(data?: PartialMessage<MediaStoreRecorderMessage>);
|
|
15655
15942
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15656
|
-
static readonly typeName = "norsk.api.media.
|
|
15943
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderMessage";
|
|
15657
15944
|
static readonly fields: FieldList;
|
|
15658
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15659
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15660
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15661
|
-
static equals(a:
|
|
15945
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderMessage;
|
|
15946
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderMessage;
|
|
15947
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderMessage;
|
|
15948
|
+
static equals(a: MediaStoreRecorderMessage | PlainMessage<MediaStoreRecorderMessage> | undefined, b: MediaStoreRecorderMessage | PlainMessage<MediaStoreRecorderMessage> | undefined): boolean;
|
|
15662
15949
|
}
|
|
15663
15950
|
/**
|
|
15664
|
-
* @generated from message norsk.api.media.
|
|
15951
|
+
* @generated from message norsk.api.media.MediaStoreRecorderEvent
|
|
15665
15952
|
*/
|
|
15666
|
-
export declare class
|
|
15953
|
+
export declare class MediaStoreRecorderEvent extends Message<MediaStoreRecorderEvent> {
|
|
15667
15954
|
/**
|
|
15668
|
-
* @generated from oneof norsk.api.media.
|
|
15955
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderEvent.message
|
|
15669
15956
|
*/
|
|
15670
15957
|
message: {
|
|
15671
15958
|
/**
|
|
@@ -15685,171 +15972,170 @@ export declare class FrameStoreRecorderEvent extends Message<FrameStoreRecorderE
|
|
|
15685
15972
|
*/
|
|
15686
15973
|
value: Context;
|
|
15687
15974
|
case: "inboundContext";
|
|
15688
|
-
} | {
|
|
15689
|
-
/**
|
|
15690
|
-
* @generated from field: norsk.api.media.FrameStoreCutProgress cut_progress = 4;
|
|
15691
|
-
*/
|
|
15692
|
-
value: FrameStoreCutProgress;
|
|
15693
|
-
case: "cutProgress";
|
|
15694
|
-
} | {
|
|
15695
|
-
/**
|
|
15696
|
-
* @generated from field: norsk.api.media.FrameStoreCutComplete cut_complete = 5;
|
|
15697
|
-
*/
|
|
15698
|
-
value: FrameStoreCutComplete;
|
|
15699
|
-
case: "cutComplete";
|
|
15700
15975
|
} | {
|
|
15701
15976
|
case: undefined;
|
|
15702
15977
|
value?: undefined;
|
|
15703
15978
|
};
|
|
15704
|
-
constructor(data?: PartialMessage<
|
|
15979
|
+
constructor(data?: PartialMessage<MediaStoreRecorderEvent>);
|
|
15705
15980
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15706
|
-
static readonly typeName = "norsk.api.media.
|
|
15981
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderEvent";
|
|
15707
15982
|
static readonly fields: FieldList;
|
|
15708
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15709
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15710
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15711
|
-
static equals(a:
|
|
15983
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderEvent;
|
|
15984
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderEvent;
|
|
15985
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderEvent;
|
|
15986
|
+
static equals(a: MediaStoreRecorderEvent | PlainMessage<MediaStoreRecorderEvent> | undefined, b: MediaStoreRecorderEvent | PlainMessage<MediaStoreRecorderEvent> | undefined): boolean;
|
|
15712
15987
|
}
|
|
15713
15988
|
/**
|
|
15714
|
-
* @generated from message norsk.api.media.
|
|
15989
|
+
* @generated from message norsk.api.media.MediaStoreAssetSettings
|
|
15715
15990
|
*/
|
|
15716
|
-
export declare class
|
|
15991
|
+
export declare class MediaStoreAssetSettings extends Message<MediaStoreAssetSettings> {
|
|
15717
15992
|
/**
|
|
15718
|
-
* @generated from field:
|
|
15993
|
+
* @generated from field: string media_store_name = 1;
|
|
15719
15994
|
*/
|
|
15720
|
-
|
|
15995
|
+
mediaStoreName: string;
|
|
15721
15996
|
/**
|
|
15722
|
-
* @generated from field:
|
|
15997
|
+
* @generated from field: string file_name = 2;
|
|
15723
15998
|
*/
|
|
15724
|
-
|
|
15999
|
+
fileName: string;
|
|
15725
16000
|
/**
|
|
15726
|
-
* @generated from field:
|
|
16001
|
+
* @generated from field: string path = 3;
|
|
15727
16002
|
*/
|
|
15728
|
-
|
|
15729
|
-
constructor(data?: PartialMessage<
|
|
16003
|
+
path: string;
|
|
16004
|
+
constructor(data?: PartialMessage<MediaStoreAssetSettings>);
|
|
15730
16005
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15731
|
-
static readonly typeName = "norsk.api.media.
|
|
16006
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetSettings";
|
|
15732
16007
|
static readonly fields: FieldList;
|
|
15733
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15734
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15735
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15736
|
-
static equals(a:
|
|
16008
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetSettings;
|
|
16009
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetSettings;
|
|
16010
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetSettings;
|
|
16011
|
+
static equals(a: MediaStoreAssetSettings | PlainMessage<MediaStoreAssetSettings> | undefined, b: MediaStoreAssetSettings | PlainMessage<MediaStoreAssetSettings> | undefined): boolean;
|
|
15737
16012
|
}
|
|
15738
16013
|
/**
|
|
15739
|
-
* @generated from message norsk.api.media.
|
|
16014
|
+
* @generated from message norsk.api.media.MediaStoreAssetImportComplete
|
|
15740
16015
|
*/
|
|
15741
|
-
export declare class
|
|
16016
|
+
export declare class MediaStoreAssetImportComplete extends Message<MediaStoreAssetImportComplete> {
|
|
15742
16017
|
/**
|
|
15743
|
-
* @generated from
|
|
16018
|
+
* @generated from field: uint64 duration_ms = 1;
|
|
15744
16019
|
*/
|
|
15745
|
-
|
|
16020
|
+
durationMs: bigint;
|
|
16021
|
+
/**
|
|
16022
|
+
* @generated from field: uint64 size = 2;
|
|
16023
|
+
*/
|
|
16024
|
+
size: bigint;
|
|
16025
|
+
constructor(data?: PartialMessage<MediaStoreAssetImportComplete>);
|
|
16026
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
16027
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetImportComplete";
|
|
16028
|
+
static readonly fields: FieldList;
|
|
16029
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetImportComplete;
|
|
16030
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetImportComplete;
|
|
16031
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetImportComplete;
|
|
16032
|
+
static equals(a: MediaStoreAssetImportComplete | PlainMessage<MediaStoreAssetImportComplete> | undefined, b: MediaStoreAssetImportComplete | PlainMessage<MediaStoreAssetImportComplete> | undefined): boolean;
|
|
16033
|
+
}
|
|
16034
|
+
/**
|
|
16035
|
+
* @generated from message norsk.api.media.MediaStoreAssetEvent
|
|
16036
|
+
*/
|
|
16037
|
+
export declare class MediaStoreAssetEvent extends Message<MediaStoreAssetEvent> {
|
|
16038
|
+
/**
|
|
16039
|
+
* @generated from oneof norsk.api.media.MediaStoreAssetEvent.message
|
|
16040
|
+
*/
|
|
16041
|
+
message: {
|
|
15746
16042
|
/**
|
|
15747
|
-
* @generated from field: norsk.api.media.
|
|
16043
|
+
* @generated from field: norsk.api.media.Progress import_progress = 1;
|
|
15748
16044
|
*/
|
|
15749
|
-
value:
|
|
15750
|
-
case: "
|
|
16045
|
+
value: Progress;
|
|
16046
|
+
case: "importProgress";
|
|
15751
16047
|
} | {
|
|
15752
16048
|
/**
|
|
15753
|
-
* @generated from field: norsk.api.media.
|
|
16049
|
+
* @generated from field: norsk.api.media.MediaStoreAssetImportComplete import_complete = 2;
|
|
15754
16050
|
*/
|
|
15755
|
-
value:
|
|
15756
|
-
case: "
|
|
16051
|
+
value: MediaStoreAssetImportComplete;
|
|
16052
|
+
case: "importComplete";
|
|
15757
16053
|
} | {
|
|
15758
16054
|
case: undefined;
|
|
15759
16055
|
value?: undefined;
|
|
15760
16056
|
};
|
|
15761
|
-
constructor(data?: PartialMessage<
|
|
16057
|
+
constructor(data?: PartialMessage<MediaStoreAssetEvent>);
|
|
15762
16058
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15763
|
-
static readonly typeName = "norsk.api.media.
|
|
16059
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetEvent";
|
|
15764
16060
|
static readonly fields: FieldList;
|
|
15765
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15766
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15767
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15768
|
-
static equals(a:
|
|
15769
|
-
}
|
|
15770
|
-
/**
|
|
15771
|
-
* @generated from message norsk.api.media.StreamSelection.All
|
|
15772
|
-
*/
|
|
15773
|
-
export declare class StreamSelection_All extends Message<StreamSelection_All> {
|
|
15774
|
-
constructor(data?: PartialMessage<StreamSelection_All>);
|
|
15775
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15776
|
-
static readonly typeName = "norsk.api.media.StreamSelection.All";
|
|
15777
|
-
static readonly fields: FieldList;
|
|
15778
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection_All;
|
|
15779
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection_All;
|
|
15780
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection_All;
|
|
15781
|
-
static equals(a: StreamSelection_All | PlainMessage<StreamSelection_All> | undefined, b: StreamSelection_All | PlainMessage<StreamSelection_All> | undefined): boolean;
|
|
16061
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetEvent;
|
|
16062
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetEvent;
|
|
16063
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetEvent;
|
|
16064
|
+
static equals(a: MediaStoreAssetEvent | PlainMessage<MediaStoreAssetEvent> | undefined, b: MediaStoreAssetEvent | PlainMessage<MediaStoreAssetEvent> | undefined): boolean;
|
|
15782
16065
|
}
|
|
15783
16066
|
/**
|
|
15784
|
-
* @generated from message norsk.api.media.
|
|
16067
|
+
* @generated from message norsk.api.media.MediaStoreCutEvent
|
|
15785
16068
|
*/
|
|
15786
|
-
export declare class
|
|
16069
|
+
export declare class MediaStoreCutEvent extends Message<MediaStoreCutEvent> {
|
|
15787
16070
|
/**
|
|
15788
|
-
* @generated from
|
|
16071
|
+
* @generated from oneof norsk.api.media.MediaStoreCutEvent.message
|
|
15789
16072
|
*/
|
|
15790
|
-
|
|
15791
|
-
|
|
16073
|
+
message: {
|
|
16074
|
+
/**
|
|
16075
|
+
* @generated from field: norsk.api.media.Progress cut_progress = 1;
|
|
16076
|
+
*/
|
|
16077
|
+
value: Progress;
|
|
16078
|
+
case: "cutProgress";
|
|
16079
|
+
} | {
|
|
16080
|
+
/**
|
|
16081
|
+
* @generated from field: norsk.api.media.MediaStoreCutComplete cut_complete = 2;
|
|
16082
|
+
*/
|
|
16083
|
+
value: MediaStoreCutComplete;
|
|
16084
|
+
case: "cutComplete";
|
|
16085
|
+
} | {
|
|
16086
|
+
case: undefined;
|
|
16087
|
+
value?: undefined;
|
|
16088
|
+
};
|
|
16089
|
+
constructor(data?: PartialMessage<MediaStoreCutEvent>);
|
|
15792
16090
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15793
|
-
static readonly typeName = "norsk.api.media.
|
|
16091
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutEvent";
|
|
15794
16092
|
static readonly fields: FieldList;
|
|
15795
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15796
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15797
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15798
|
-
static equals(a:
|
|
16093
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutEvent;
|
|
16094
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutEvent;
|
|
16095
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutEvent;
|
|
16096
|
+
static equals(a: MediaStoreCutEvent | PlainMessage<MediaStoreCutEvent> | undefined, b: MediaStoreCutEvent | PlainMessage<MediaStoreCutEvent> | undefined): boolean;
|
|
15799
16097
|
}
|
|
15800
16098
|
/**
|
|
15801
|
-
* @generated from message norsk.api.media.
|
|
16099
|
+
* @generated from message norsk.api.media.MediaStorePlayerConfiguration
|
|
15802
16100
|
*/
|
|
15803
|
-
export declare class
|
|
16101
|
+
export declare class MediaStorePlayerConfiguration extends Message<MediaStorePlayerConfiguration> {
|
|
15804
16102
|
/**
|
|
15805
16103
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15806
16104
|
*/
|
|
15807
16105
|
id?: MediaNodeId;
|
|
15808
16106
|
/**
|
|
15809
|
-
* @generated from field: string
|
|
15810
|
-
*/
|
|
15811
|
-
name: string;
|
|
15812
|
-
/**
|
|
15813
|
-
* @generated from field: string source_name = 3;
|
|
16107
|
+
* @generated from field: string source_name = 2;
|
|
15814
16108
|
*/
|
|
15815
16109
|
sourceName: string;
|
|
15816
16110
|
/**
|
|
15817
|
-
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling =
|
|
16111
|
+
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
|
|
15818
16112
|
*/
|
|
15819
16113
|
statsSampling?: StreamStatisticsSampling;
|
|
15820
16114
|
/**
|
|
15821
|
-
* @generated from field: norsk.api.media.
|
|
15822
|
-
*/
|
|
15823
|
-
streamSelection?: StreamSelection;
|
|
15824
|
-
/**
|
|
15825
|
-
* @generated from field: repeated norsk.api.media.SingleCut cuts = 6;
|
|
16115
|
+
* @generated from field: repeated norsk.api.media.SingleCut cuts = 4;
|
|
15826
16116
|
*/
|
|
15827
16117
|
cuts: SingleCut[];
|
|
15828
|
-
|
|
15829
|
-
* @generated from field: bool trim_partial_segments = 7;
|
|
15830
|
-
*/
|
|
15831
|
-
trimPartialSegments: boolean;
|
|
15832
|
-
constructor(data?: PartialMessage<FrameStorePlayerConfiguration>);
|
|
16118
|
+
constructor(data?: PartialMessage<MediaStorePlayerConfiguration>);
|
|
15833
16119
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15834
|
-
static readonly typeName = "norsk.api.media.
|
|
16120
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerConfiguration";
|
|
15835
16121
|
static readonly fields: FieldList;
|
|
15836
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15837
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15838
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15839
|
-
static equals(a:
|
|
16122
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerConfiguration;
|
|
16123
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerConfiguration;
|
|
16124
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerConfiguration;
|
|
16125
|
+
static equals(a: MediaStorePlayerConfiguration | PlainMessage<MediaStorePlayerConfiguration> | undefined, b: MediaStorePlayerConfiguration | PlainMessage<MediaStorePlayerConfiguration> | undefined): boolean;
|
|
15840
16126
|
}
|
|
15841
16127
|
/**
|
|
15842
|
-
* @generated from message norsk.api.media.
|
|
16128
|
+
* @generated from message norsk.api.media.MediaStorePlayerMessage
|
|
15843
16129
|
*/
|
|
15844
|
-
export declare class
|
|
16130
|
+
export declare class MediaStorePlayerMessage extends Message<MediaStorePlayerMessage> {
|
|
15845
16131
|
/**
|
|
15846
|
-
* @generated from oneof norsk.api.media.
|
|
16132
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerMessage.message
|
|
15847
16133
|
*/
|
|
15848
16134
|
message: {
|
|
15849
16135
|
/**
|
|
15850
|
-
* @generated from field: norsk.api.media.
|
|
16136
|
+
* @generated from field: norsk.api.media.MediaStorePlayerConfiguration initial_config = 1;
|
|
15851
16137
|
*/
|
|
15852
|
-
value:
|
|
16138
|
+
value: MediaStorePlayerConfiguration;
|
|
15853
16139
|
case: "initialConfig";
|
|
15854
16140
|
} | {
|
|
15855
16141
|
/**
|
|
@@ -15861,21 +16147,21 @@ export declare class FrameStorePlayerMessage extends Message<FrameStorePlayerMes
|
|
|
15861
16147
|
case: undefined;
|
|
15862
16148
|
value?: undefined;
|
|
15863
16149
|
};
|
|
15864
|
-
constructor(data?: PartialMessage<
|
|
16150
|
+
constructor(data?: PartialMessage<MediaStorePlayerMessage>);
|
|
15865
16151
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15866
|
-
static readonly typeName = "norsk.api.media.
|
|
16152
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerMessage";
|
|
15867
16153
|
static readonly fields: FieldList;
|
|
15868
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15869
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15870
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15871
|
-
static equals(a:
|
|
16154
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerMessage;
|
|
16155
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerMessage;
|
|
16156
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerMessage;
|
|
16157
|
+
static equals(a: MediaStorePlayerMessage | PlainMessage<MediaStorePlayerMessage> | undefined, b: MediaStorePlayerMessage | PlainMessage<MediaStorePlayerMessage> | undefined): boolean;
|
|
15872
16158
|
}
|
|
15873
16159
|
/**
|
|
15874
|
-
* @generated from message norsk.api.media.
|
|
16160
|
+
* @generated from message norsk.api.media.MediaStorePlayerEvent
|
|
15875
16161
|
*/
|
|
15876
|
-
export declare class
|
|
16162
|
+
export declare class MediaStorePlayerEvent extends Message<MediaStorePlayerEvent> {
|
|
15877
16163
|
/**
|
|
15878
|
-
* @generated from oneof norsk.api.media.
|
|
16164
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerEvent.message
|
|
15879
16165
|
*/
|
|
15880
16166
|
message: {
|
|
15881
16167
|
/**
|
|
@@ -15899,14 +16185,14 @@ export declare class FrameStorePlayerEvent extends Message<FrameStorePlayerEvent
|
|
|
15899
16185
|
case: undefined;
|
|
15900
16186
|
value?: undefined;
|
|
15901
16187
|
};
|
|
15902
|
-
constructor(data?: PartialMessage<
|
|
16188
|
+
constructor(data?: PartialMessage<MediaStorePlayerEvent>);
|
|
15903
16189
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15904
|
-
static readonly typeName = "norsk.api.media.
|
|
16190
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerEvent";
|
|
15905
16191
|
static readonly fields: FieldList;
|
|
15906
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15907
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15908
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15909
|
-
static equals(a:
|
|
16192
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerEvent;
|
|
16193
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerEvent;
|
|
16194
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerEvent;
|
|
16195
|
+
static equals(a: MediaStorePlayerEvent | PlainMessage<MediaStorePlayerEvent> | undefined, b: MediaStorePlayerEvent | PlainMessage<MediaStorePlayerEvent> | undefined): boolean;
|
|
15910
16196
|
}
|
|
15911
16197
|
/**
|
|
15912
16198
|
* @generated from message norsk.api.media.MoqOutputConfiguration
|