@norskvideo/norsk-api 1.0.363 → 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 +482 -200
- package/lib/media_pb.js +608 -223
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +810 -291
- 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
|
*/
|
|
@@ -15472,13 +15610,122 @@ export declare class Scte35SegmentationComponent extends Message<Scte35Segmentat
|
|
|
15472
15610
|
}
|
|
15473
15611
|
/**
|
|
15474
15612
|
* ////////////////////////////////////////////////////////////////////////////
|
|
15475
|
-
*
|
|
15613
|
+
* MediaStore
|
|
15476
15614
|
*
|
|
15477
|
-
* @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
|
|
15478
15691
|
*/
|
|
15479
|
-
export declare class
|
|
15692
|
+
export declare class MediaStoreMetadataRequest extends Message<MediaStoreMetadataRequest> {
|
|
15480
15693
|
/**
|
|
15481
|
-
* @generated from
|
|
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
|
|
15725
|
+
*/
|
|
15726
|
+
export declare class MediaStoreExpiry extends Message<MediaStoreExpiry> {
|
|
15727
|
+
/**
|
|
15728
|
+
* @generated from oneof norsk.api.media.MediaStoreExpiry.message
|
|
15482
15729
|
*/
|
|
15483
15730
|
message: {
|
|
15484
15731
|
/**
|
|
@@ -15496,19 +15743,19 @@ export declare class FrameStoreExpiry extends Message<FrameStoreExpiry> {
|
|
|
15496
15743
|
case: undefined;
|
|
15497
15744
|
value?: undefined;
|
|
15498
15745
|
};
|
|
15499
|
-
constructor(data?: PartialMessage<
|
|
15746
|
+
constructor(data?: PartialMessage<MediaStoreExpiry>);
|
|
15500
15747
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15501
|
-
static readonly typeName = "norsk.api.media.
|
|
15748
|
+
static readonly typeName = "norsk.api.media.MediaStoreExpiry";
|
|
15502
15749
|
static readonly fields: FieldList;
|
|
15503
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15504
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15505
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15506
|
-
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;
|
|
15507
15754
|
}
|
|
15508
15755
|
/**
|
|
15509
|
-
* @generated from message norsk.api.media.
|
|
15756
|
+
* @generated from message norsk.api.media.MediaStoreRecorderConfiguration
|
|
15510
15757
|
*/
|
|
15511
|
-
export declare class
|
|
15758
|
+
export declare class MediaStoreRecorderConfiguration extends Message<MediaStoreRecorderConfiguration> {
|
|
15512
15759
|
/**
|
|
15513
15760
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15514
15761
|
*/
|
|
@@ -15526,112 +15773,154 @@ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreR
|
|
|
15526
15773
|
*/
|
|
15527
15774
|
chunkFileDurationSeconds: number;
|
|
15528
15775
|
/**
|
|
15529
|
-
* @generated from field: norsk.api.media.
|
|
15776
|
+
* @generated from field: norsk.api.media.MediaStoreExpiry expiry = 5;
|
|
15530
15777
|
*/
|
|
15531
|
-
expiry?:
|
|
15532
|
-
constructor(data?: PartialMessage<
|
|
15778
|
+
expiry?: MediaStoreExpiry;
|
|
15779
|
+
constructor(data?: PartialMessage<MediaStoreRecorderConfiguration>);
|
|
15533
15780
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15534
|
-
static readonly typeName = "norsk.api.media.
|
|
15781
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderConfiguration";
|
|
15535
15782
|
static readonly fields: FieldList;
|
|
15536
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15537
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15538
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15539
|
-
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;
|
|
15540
15787
|
}
|
|
15541
15788
|
/**
|
|
15542
|
-
* @generated from message norsk.api.media.
|
|
15789
|
+
* @generated from message norsk.api.media.StreamSelection
|
|
15543
15790
|
*/
|
|
15544
|
-
export declare class
|
|
15791
|
+
export declare class StreamSelection extends Message<StreamSelection> {
|
|
15545
15792
|
/**
|
|
15546
|
-
* @generated from field:
|
|
15793
|
+
* @generated from field: norsk.api.media.StreamKey source_stream_key = 1;
|
|
15547
15794
|
*/
|
|
15548
|
-
|
|
15795
|
+
sourceStreamKey?: StreamKey;
|
|
15796
|
+
/**
|
|
15797
|
+
* @generated from field: norsk.api.media.StreamKey output_stream_key = 2;
|
|
15798
|
+
*/
|
|
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;
|
|
15553
15817
|
/**
|
|
15554
|
-
* @generated from field: repeated norsk.api.media.
|
|
15818
|
+
* @generated from field: repeated norsk.api.media.StreamSelection stream_selection = 2;
|
|
15555
15819
|
*/
|
|
15556
|
-
|
|
15820
|
+
streamSelection: StreamSelection[];
|
|
15821
|
+
/**
|
|
15822
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 3;
|
|
15823
|
+
*/
|
|
15824
|
+
startDateTime?: Timestamp;
|
|
15557
15825
|
/**
|
|
15558
|
-
* @generated from field:
|
|
15826
|
+
* @generated from field: uint32 duration_ms = 4;
|
|
15827
|
+
*/
|
|
15828
|
+
durationMs: number;
|
|
15829
|
+
/**
|
|
15830
|
+
* @generated from field: bool trim_partial_segments = 5;
|
|
15559
15831
|
*/
|
|
15560
15832
|
trimPartialSegments: boolean;
|
|
15561
15833
|
/**
|
|
15562
|
-
* @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;
|
|
15563
15860
|
*/
|
|
15564
15861
|
fileName: string;
|
|
15565
15862
|
/**
|
|
15566
|
-
* @generated from field: norsk.api.media.
|
|
15863
|
+
* @generated from field: norsk.api.media.MediaStoreCutRequest.FileFormat file_format = 4;
|
|
15567
15864
|
*/
|
|
15568
|
-
fileFormat:
|
|
15569
|
-
constructor(data?: PartialMessage<
|
|
15865
|
+
fileFormat: MediaStoreCutRequest_FileFormat;
|
|
15866
|
+
constructor(data?: PartialMessage<MediaStoreCutRequest>);
|
|
15570
15867
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15571
|
-
static readonly typeName = "norsk.api.media.
|
|
15868
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutRequest";
|
|
15572
15869
|
static readonly fields: FieldList;
|
|
15573
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15574
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15575
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15576
|
-
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;
|
|
15577
15874
|
}
|
|
15578
15875
|
/**
|
|
15579
|
-
* @generated from enum norsk.api.media.
|
|
15876
|
+
* @generated from enum norsk.api.media.MediaStoreCutRequest.FileFormat
|
|
15580
15877
|
*/
|
|
15581
|
-
export declare enum
|
|
15878
|
+
export declare enum MediaStoreCutRequest_FileFormat {
|
|
15582
15879
|
/**
|
|
15583
15880
|
* @generated from enum value: CUT_MP4 = 0;
|
|
15584
15881
|
*/
|
|
15585
15882
|
CUT_MP4 = 0
|
|
15586
15883
|
}
|
|
15587
15884
|
/**
|
|
15588
|
-
* @generated from message norsk.api.media.
|
|
15885
|
+
* @generated from message norsk.api.media.Progress
|
|
15589
15886
|
*/
|
|
15590
|
-
export declare class
|
|
15887
|
+
export declare class Progress extends Message<Progress> {
|
|
15591
15888
|
/**
|
|
15592
|
-
* @generated from field:
|
|
15593
|
-
*/
|
|
15594
|
-
id: string;
|
|
15595
|
-
/**
|
|
15596
|
-
* @generated from field: uint32 progress = 2;
|
|
15889
|
+
* @generated from field: uint32 progress = 1;
|
|
15597
15890
|
*/
|
|
15598
15891
|
progress: number;
|
|
15599
|
-
constructor(data?: PartialMessage<
|
|
15892
|
+
constructor(data?: PartialMessage<Progress>);
|
|
15600
15893
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15601
|
-
static readonly typeName = "norsk.api.media.
|
|
15894
|
+
static readonly typeName = "norsk.api.media.Progress";
|
|
15602
15895
|
static readonly fields: FieldList;
|
|
15603
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15604
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15605
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15606
|
-
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;
|
|
15607
15900
|
}
|
|
15608
15901
|
/**
|
|
15609
|
-
* @generated from message norsk.api.media.
|
|
15902
|
+
* @generated from message norsk.api.media.MediaStoreCutComplete
|
|
15610
15903
|
*/
|
|
15611
|
-
export declare class
|
|
15904
|
+
export declare class MediaStoreCutComplete extends Message<MediaStoreCutComplete> {
|
|
15612
15905
|
/**
|
|
15613
|
-
* @generated from field:
|
|
15614
|
-
*/
|
|
15615
|
-
id: string;
|
|
15616
|
-
/**
|
|
15617
|
-
* @generated from field: uint64 size = 2;
|
|
15906
|
+
* @generated from field: uint64 size = 1;
|
|
15618
15907
|
*/
|
|
15619
15908
|
size: bigint;
|
|
15620
|
-
constructor(data?: PartialMessage<
|
|
15909
|
+
constructor(data?: PartialMessage<MediaStoreCutComplete>);
|
|
15621
15910
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15622
|
-
static readonly typeName = "norsk.api.media.
|
|
15911
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutComplete";
|
|
15623
15912
|
static readonly fields: FieldList;
|
|
15624
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15625
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15626
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15627
|
-
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;
|
|
15628
15917
|
}
|
|
15629
15918
|
/**
|
|
15630
|
-
* @generated from message norsk.api.media.
|
|
15919
|
+
* @generated from message norsk.api.media.MediaStoreRecorderMessage
|
|
15631
15920
|
*/
|
|
15632
|
-
export declare class
|
|
15921
|
+
export declare class MediaStoreRecorderMessage extends Message<MediaStoreRecorderMessage> {
|
|
15633
15922
|
/**
|
|
15634
|
-
* @generated from oneof norsk.api.media.
|
|
15923
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderMessage.message
|
|
15635
15924
|
*/
|
|
15636
15925
|
message: {
|
|
15637
15926
|
/**
|
|
@@ -15641,35 +15930,29 @@ export declare class FrameStoreRecorderMessage extends Message<FrameStoreRecorde
|
|
|
15641
15930
|
case: "subscription";
|
|
15642
15931
|
} | {
|
|
15643
15932
|
/**
|
|
15644
|
-
* @generated from field: norsk.api.media.
|
|
15933
|
+
* @generated from field: norsk.api.media.MediaStoreRecorderConfiguration configuration = 2;
|
|
15645
15934
|
*/
|
|
15646
|
-
value:
|
|
15935
|
+
value: MediaStoreRecorderConfiguration;
|
|
15647
15936
|
case: "configuration";
|
|
15648
|
-
} | {
|
|
15649
|
-
/**
|
|
15650
|
-
* @generated from field: norsk.api.media.FrameStoreCutRequest cut_request = 3;
|
|
15651
|
-
*/
|
|
15652
|
-
value: FrameStoreCutRequest;
|
|
15653
|
-
case: "cutRequest";
|
|
15654
15937
|
} | {
|
|
15655
15938
|
case: undefined;
|
|
15656
15939
|
value?: undefined;
|
|
15657
15940
|
};
|
|
15658
|
-
constructor(data?: PartialMessage<
|
|
15941
|
+
constructor(data?: PartialMessage<MediaStoreRecorderMessage>);
|
|
15659
15942
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15660
|
-
static readonly typeName = "norsk.api.media.
|
|
15943
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderMessage";
|
|
15661
15944
|
static readonly fields: FieldList;
|
|
15662
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15663
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15664
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15665
|
-
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;
|
|
15666
15949
|
}
|
|
15667
15950
|
/**
|
|
15668
|
-
* @generated from message norsk.api.media.
|
|
15951
|
+
* @generated from message norsk.api.media.MediaStoreRecorderEvent
|
|
15669
15952
|
*/
|
|
15670
|
-
export declare class
|
|
15953
|
+
export declare class MediaStoreRecorderEvent extends Message<MediaStoreRecorderEvent> {
|
|
15671
15954
|
/**
|
|
15672
|
-
* @generated from oneof norsk.api.media.
|
|
15955
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderEvent.message
|
|
15673
15956
|
*/
|
|
15674
15957
|
message: {
|
|
15675
15958
|
/**
|
|
@@ -15689,171 +15972,170 @@ export declare class FrameStoreRecorderEvent extends Message<FrameStoreRecorderE
|
|
|
15689
15972
|
*/
|
|
15690
15973
|
value: Context;
|
|
15691
15974
|
case: "inboundContext";
|
|
15692
|
-
} | {
|
|
15693
|
-
/**
|
|
15694
|
-
* @generated from field: norsk.api.media.FrameStoreCutProgress cut_progress = 4;
|
|
15695
|
-
*/
|
|
15696
|
-
value: FrameStoreCutProgress;
|
|
15697
|
-
case: "cutProgress";
|
|
15698
|
-
} | {
|
|
15699
|
-
/**
|
|
15700
|
-
* @generated from field: norsk.api.media.FrameStoreCutComplete cut_complete = 5;
|
|
15701
|
-
*/
|
|
15702
|
-
value: FrameStoreCutComplete;
|
|
15703
|
-
case: "cutComplete";
|
|
15704
15975
|
} | {
|
|
15705
15976
|
case: undefined;
|
|
15706
15977
|
value?: undefined;
|
|
15707
15978
|
};
|
|
15708
|
-
constructor(data?: PartialMessage<
|
|
15979
|
+
constructor(data?: PartialMessage<MediaStoreRecorderEvent>);
|
|
15709
15980
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15710
|
-
static readonly typeName = "norsk.api.media.
|
|
15981
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderEvent";
|
|
15711
15982
|
static readonly fields: FieldList;
|
|
15712
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15713
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15714
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15715
|
-
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;
|
|
15716
15987
|
}
|
|
15717
15988
|
/**
|
|
15718
|
-
* @generated from message norsk.api.media.
|
|
15989
|
+
* @generated from message norsk.api.media.MediaStoreAssetSettings
|
|
15719
15990
|
*/
|
|
15720
|
-
export declare class
|
|
15991
|
+
export declare class MediaStoreAssetSettings extends Message<MediaStoreAssetSettings> {
|
|
15721
15992
|
/**
|
|
15722
|
-
* @generated from field:
|
|
15993
|
+
* @generated from field: string media_store_name = 1;
|
|
15723
15994
|
*/
|
|
15724
|
-
|
|
15995
|
+
mediaStoreName: string;
|
|
15725
15996
|
/**
|
|
15726
|
-
* @generated from field:
|
|
15997
|
+
* @generated from field: string file_name = 2;
|
|
15727
15998
|
*/
|
|
15728
|
-
|
|
15999
|
+
fileName: string;
|
|
15729
16000
|
/**
|
|
15730
|
-
* @generated from field:
|
|
16001
|
+
* @generated from field: string path = 3;
|
|
15731
16002
|
*/
|
|
15732
|
-
|
|
15733
|
-
constructor(data?: PartialMessage<
|
|
16003
|
+
path: string;
|
|
16004
|
+
constructor(data?: PartialMessage<MediaStoreAssetSettings>);
|
|
15734
16005
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15735
|
-
static readonly typeName = "norsk.api.media.
|
|
16006
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetSettings";
|
|
15736
16007
|
static readonly fields: FieldList;
|
|
15737
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15738
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15739
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15740
|
-
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;
|
|
15741
16012
|
}
|
|
15742
16013
|
/**
|
|
15743
|
-
* @generated from message norsk.api.media.
|
|
16014
|
+
* @generated from message norsk.api.media.MediaStoreAssetImportComplete
|
|
15744
16015
|
*/
|
|
15745
|
-
export declare class
|
|
16016
|
+
export declare class MediaStoreAssetImportComplete extends Message<MediaStoreAssetImportComplete> {
|
|
15746
16017
|
/**
|
|
15747
|
-
* @generated from
|
|
16018
|
+
* @generated from field: uint64 duration_ms = 1;
|
|
15748
16019
|
*/
|
|
15749
|
-
|
|
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: {
|
|
15750
16042
|
/**
|
|
15751
|
-
* @generated from field: norsk.api.media.
|
|
16043
|
+
* @generated from field: norsk.api.media.Progress import_progress = 1;
|
|
15752
16044
|
*/
|
|
15753
|
-
value:
|
|
15754
|
-
case: "
|
|
16045
|
+
value: Progress;
|
|
16046
|
+
case: "importProgress";
|
|
15755
16047
|
} | {
|
|
15756
16048
|
/**
|
|
15757
|
-
* @generated from field: norsk.api.media.
|
|
16049
|
+
* @generated from field: norsk.api.media.MediaStoreAssetImportComplete import_complete = 2;
|
|
15758
16050
|
*/
|
|
15759
|
-
value:
|
|
15760
|
-
case: "
|
|
16051
|
+
value: MediaStoreAssetImportComplete;
|
|
16052
|
+
case: "importComplete";
|
|
15761
16053
|
} | {
|
|
15762
16054
|
case: undefined;
|
|
15763
16055
|
value?: undefined;
|
|
15764
16056
|
};
|
|
15765
|
-
constructor(data?: PartialMessage<
|
|
15766
|
-
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15767
|
-
static readonly typeName = "norsk.api.media.StreamSelection";
|
|
15768
|
-
static readonly fields: FieldList;
|
|
15769
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection;
|
|
15770
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15771
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15772
|
-
static equals(a: StreamSelection | PlainMessage<StreamSelection> | undefined, b: StreamSelection | PlainMessage<StreamSelection> | undefined): boolean;
|
|
15773
|
-
}
|
|
15774
|
-
/**
|
|
15775
|
-
* @generated from message norsk.api.media.StreamSelection.All
|
|
15776
|
-
*/
|
|
15777
|
-
export declare class StreamSelection_All extends Message<StreamSelection_All> {
|
|
15778
|
-
constructor(data?: PartialMessage<StreamSelection_All>);
|
|
16057
|
+
constructor(data?: PartialMessage<MediaStoreAssetEvent>);
|
|
15779
16058
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15780
|
-
static readonly typeName = "norsk.api.media.
|
|
16059
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetEvent";
|
|
15781
16060
|
static readonly fields: FieldList;
|
|
15782
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15783
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15784
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15785
|
-
static equals(a:
|
|
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;
|
|
15786
16065
|
}
|
|
15787
16066
|
/**
|
|
15788
|
-
* @generated from message norsk.api.media.
|
|
16067
|
+
* @generated from message norsk.api.media.MediaStoreCutEvent
|
|
15789
16068
|
*/
|
|
15790
|
-
export declare class
|
|
16069
|
+
export declare class MediaStoreCutEvent extends Message<MediaStoreCutEvent> {
|
|
15791
16070
|
/**
|
|
15792
|
-
* @generated from
|
|
16071
|
+
* @generated from oneof norsk.api.media.MediaStoreCutEvent.message
|
|
15793
16072
|
*/
|
|
15794
|
-
|
|
15795
|
-
|
|
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>);
|
|
15796
16090
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15797
|
-
static readonly typeName = "norsk.api.media.
|
|
16091
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutEvent";
|
|
15798
16092
|
static readonly fields: FieldList;
|
|
15799
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15800
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15801
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15802
|
-
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;
|
|
15803
16097
|
}
|
|
15804
16098
|
/**
|
|
15805
|
-
* @generated from message norsk.api.media.
|
|
16099
|
+
* @generated from message norsk.api.media.MediaStorePlayerConfiguration
|
|
15806
16100
|
*/
|
|
15807
|
-
export declare class
|
|
16101
|
+
export declare class MediaStorePlayerConfiguration extends Message<MediaStorePlayerConfiguration> {
|
|
15808
16102
|
/**
|
|
15809
16103
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15810
16104
|
*/
|
|
15811
16105
|
id?: MediaNodeId;
|
|
15812
16106
|
/**
|
|
15813
|
-
* @generated from field: string
|
|
15814
|
-
*/
|
|
15815
|
-
name: string;
|
|
15816
|
-
/**
|
|
15817
|
-
* @generated from field: string source_name = 3;
|
|
16107
|
+
* @generated from field: string source_name = 2;
|
|
15818
16108
|
*/
|
|
15819
16109
|
sourceName: string;
|
|
15820
16110
|
/**
|
|
15821
|
-
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling =
|
|
16111
|
+
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
|
|
15822
16112
|
*/
|
|
15823
16113
|
statsSampling?: StreamStatisticsSampling;
|
|
15824
16114
|
/**
|
|
15825
|
-
* @generated from field: norsk.api.media.
|
|
15826
|
-
*/
|
|
15827
|
-
streamSelection?: StreamSelection;
|
|
15828
|
-
/**
|
|
15829
|
-
* @generated from field: repeated norsk.api.media.SingleCut cuts = 6;
|
|
16115
|
+
* @generated from field: repeated norsk.api.media.SingleCut cuts = 4;
|
|
15830
16116
|
*/
|
|
15831
16117
|
cuts: SingleCut[];
|
|
15832
|
-
|
|
15833
|
-
* @generated from field: bool trim_partial_segments = 7;
|
|
15834
|
-
*/
|
|
15835
|
-
trimPartialSegments: boolean;
|
|
15836
|
-
constructor(data?: PartialMessage<FrameStorePlayerConfiguration>);
|
|
16118
|
+
constructor(data?: PartialMessage<MediaStorePlayerConfiguration>);
|
|
15837
16119
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15838
|
-
static readonly typeName = "norsk.api.media.
|
|
16120
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerConfiguration";
|
|
15839
16121
|
static readonly fields: FieldList;
|
|
15840
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15841
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15842
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15843
|
-
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;
|
|
15844
16126
|
}
|
|
15845
16127
|
/**
|
|
15846
|
-
* @generated from message norsk.api.media.
|
|
16128
|
+
* @generated from message norsk.api.media.MediaStorePlayerMessage
|
|
15847
16129
|
*/
|
|
15848
|
-
export declare class
|
|
16130
|
+
export declare class MediaStorePlayerMessage extends Message<MediaStorePlayerMessage> {
|
|
15849
16131
|
/**
|
|
15850
|
-
* @generated from oneof norsk.api.media.
|
|
16132
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerMessage.message
|
|
15851
16133
|
*/
|
|
15852
16134
|
message: {
|
|
15853
16135
|
/**
|
|
15854
|
-
* @generated from field: norsk.api.media.
|
|
16136
|
+
* @generated from field: norsk.api.media.MediaStorePlayerConfiguration initial_config = 1;
|
|
15855
16137
|
*/
|
|
15856
|
-
value:
|
|
16138
|
+
value: MediaStorePlayerConfiguration;
|
|
15857
16139
|
case: "initialConfig";
|
|
15858
16140
|
} | {
|
|
15859
16141
|
/**
|
|
@@ -15865,21 +16147,21 @@ export declare class FrameStorePlayerMessage extends Message<FrameStorePlayerMes
|
|
|
15865
16147
|
case: undefined;
|
|
15866
16148
|
value?: undefined;
|
|
15867
16149
|
};
|
|
15868
|
-
constructor(data?: PartialMessage<
|
|
16150
|
+
constructor(data?: PartialMessage<MediaStorePlayerMessage>);
|
|
15869
16151
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15870
|
-
static readonly typeName = "norsk.api.media.
|
|
16152
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerMessage";
|
|
15871
16153
|
static readonly fields: FieldList;
|
|
15872
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15873
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15874
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15875
|
-
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;
|
|
15876
16158
|
}
|
|
15877
16159
|
/**
|
|
15878
|
-
* @generated from message norsk.api.media.
|
|
16160
|
+
* @generated from message norsk.api.media.MediaStorePlayerEvent
|
|
15879
16161
|
*/
|
|
15880
|
-
export declare class
|
|
16162
|
+
export declare class MediaStorePlayerEvent extends Message<MediaStorePlayerEvent> {
|
|
15881
16163
|
/**
|
|
15882
|
-
* @generated from oneof norsk.api.media.
|
|
16164
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerEvent.message
|
|
15883
16165
|
*/
|
|
15884
16166
|
message: {
|
|
15885
16167
|
/**
|
|
@@ -15903,14 +16185,14 @@ export declare class FrameStorePlayerEvent extends Message<FrameStorePlayerEvent
|
|
|
15903
16185
|
case: undefined;
|
|
15904
16186
|
value?: undefined;
|
|
15905
16187
|
};
|
|
15906
|
-
constructor(data?: PartialMessage<
|
|
16188
|
+
constructor(data?: PartialMessage<MediaStorePlayerEvent>);
|
|
15907
16189
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15908
|
-
static readonly typeName = "norsk.api.media.
|
|
16190
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerEvent";
|
|
15909
16191
|
static readonly fields: FieldList;
|
|
15910
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
15911
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
15912
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
15913
|
-
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;
|
|
15914
16196
|
}
|
|
15915
16197
|
/**
|
|
15916
16198
|
* @generated from message norsk.api.media.MoqOutputConfiguration
|