@norskvideo/norsk-api 1.0.363 → 1.0.365
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 +529 -201
- package/lib/media_pb.js +664 -223
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +932 -325
- 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
|
*/
|
|
@@ -14607,6 +14745,40 @@ export declare class StreamConditionConfiguration extends Message<StreamConditio
|
|
|
14607
14745
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamConditionConfiguration;
|
|
14608
14746
|
static equals(a: StreamConditionConfiguration | PlainMessage<StreamConditionConfiguration> | undefined, b: StreamConditionConfiguration | PlainMessage<StreamConditionConfiguration> | undefined): boolean;
|
|
14609
14747
|
}
|
|
14748
|
+
/**
|
|
14749
|
+
* @generated from message norsk.api.media.StreamConditionSpliceOut
|
|
14750
|
+
*/
|
|
14751
|
+
export declare class StreamConditionSpliceOut extends Message<StreamConditionSpliceOut> {
|
|
14752
|
+
/**
|
|
14753
|
+
* @generated from field: norsk.api.media.Interval pts = 1;
|
|
14754
|
+
*/
|
|
14755
|
+
pts?: Interval;
|
|
14756
|
+
constructor(data?: PartialMessage<StreamConditionSpliceOut>);
|
|
14757
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14758
|
+
static readonly typeName = "norsk.api.media.StreamConditionSpliceOut";
|
|
14759
|
+
static readonly fields: FieldList;
|
|
14760
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamConditionSpliceOut;
|
|
14761
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamConditionSpliceOut;
|
|
14762
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamConditionSpliceOut;
|
|
14763
|
+
static equals(a: StreamConditionSpliceOut | PlainMessage<StreamConditionSpliceOut> | undefined, b: StreamConditionSpliceOut | PlainMessage<StreamConditionSpliceOut> | undefined): boolean;
|
|
14764
|
+
}
|
|
14765
|
+
/**
|
|
14766
|
+
* @generated from message norsk.api.media.StreamConditionSpliceIn
|
|
14767
|
+
*/
|
|
14768
|
+
export declare class StreamConditionSpliceIn extends Message<StreamConditionSpliceIn> {
|
|
14769
|
+
/**
|
|
14770
|
+
* @generated from field: norsk.api.media.Interval pts = 1;
|
|
14771
|
+
*/
|
|
14772
|
+
pts?: Interval;
|
|
14773
|
+
constructor(data?: PartialMessage<StreamConditionSpliceIn>);
|
|
14774
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
14775
|
+
static readonly typeName = "norsk.api.media.StreamConditionSpliceIn";
|
|
14776
|
+
static readonly fields: FieldList;
|
|
14777
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamConditionSpliceIn;
|
|
14778
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamConditionSpliceIn;
|
|
14779
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamConditionSpliceIn;
|
|
14780
|
+
static equals(a: StreamConditionSpliceIn | PlainMessage<StreamConditionSpliceIn> | undefined, b: StreamConditionSpliceIn | PlainMessage<StreamConditionSpliceIn> | undefined): boolean;
|
|
14781
|
+
}
|
|
14610
14782
|
/**
|
|
14611
14783
|
* @generated from message norsk.api.media.StreamConditionMessage
|
|
14612
14784
|
*/
|
|
@@ -14626,6 +14798,18 @@ export declare class StreamConditionMessage extends Message<StreamConditionMessa
|
|
|
14626
14798
|
*/
|
|
14627
14799
|
value: Subscription;
|
|
14628
14800
|
case: "subscription";
|
|
14801
|
+
} | {
|
|
14802
|
+
/**
|
|
14803
|
+
* @generated from field: norsk.api.media.StreamConditionSpliceOut splice_out = 3;
|
|
14804
|
+
*/
|
|
14805
|
+
value: StreamConditionSpliceOut;
|
|
14806
|
+
case: "spliceOut";
|
|
14807
|
+
} | {
|
|
14808
|
+
/**
|
|
14809
|
+
* @generated from field: norsk.api.media.StreamConditionSpliceOut splice_in = 4;
|
|
14810
|
+
*/
|
|
14811
|
+
value: StreamConditionSpliceOut;
|
|
14812
|
+
case: "spliceIn";
|
|
14629
14813
|
} | {
|
|
14630
14814
|
case: undefined;
|
|
14631
14815
|
value?: undefined;
|
|
@@ -15472,13 +15656,122 @@ export declare class Scte35SegmentationComponent extends Message<Scte35Segmentat
|
|
|
15472
15656
|
}
|
|
15473
15657
|
/**
|
|
15474
15658
|
* ////////////////////////////////////////////////////////////////////////////
|
|
15475
|
-
*
|
|
15659
|
+
* MediaStore
|
|
15476
15660
|
*
|
|
15477
|
-
* @generated from message norsk.api.media.
|
|
15661
|
+
* @generated from message norsk.api.media.MediaStoreStreamVersion
|
|
15662
|
+
*/
|
|
15663
|
+
export declare class MediaStoreStreamVersion extends Message<MediaStoreStreamVersion> {
|
|
15664
|
+
/**
|
|
15665
|
+
* @generated from field: int32 version_num = 1;
|
|
15666
|
+
*/
|
|
15667
|
+
versionNum: number;
|
|
15668
|
+
/**
|
|
15669
|
+
* @generated from field: norsk.api.media.StreamMetadata metadata = 2;
|
|
15670
|
+
*/
|
|
15671
|
+
metadata?: StreamMetadata;
|
|
15672
|
+
/**
|
|
15673
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 3;
|
|
15674
|
+
*/
|
|
15675
|
+
startDateTime?: Timestamp;
|
|
15676
|
+
/**
|
|
15677
|
+
* @generated from field: uint64 duration_ms = 4;
|
|
15678
|
+
*/
|
|
15679
|
+
durationMs: bigint;
|
|
15680
|
+
/**
|
|
15681
|
+
* @generated from field: bool active = 5;
|
|
15682
|
+
*/
|
|
15683
|
+
active: boolean;
|
|
15684
|
+
constructor(data?: PartialMessage<MediaStoreStreamVersion>);
|
|
15685
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15686
|
+
static readonly typeName = "norsk.api.media.MediaStoreStreamVersion";
|
|
15687
|
+
static readonly fields: FieldList;
|
|
15688
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreStreamVersion;
|
|
15689
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreStreamVersion;
|
|
15690
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreStreamVersion;
|
|
15691
|
+
static equals(a: MediaStoreStreamVersion | PlainMessage<MediaStoreStreamVersion> | undefined, b: MediaStoreStreamVersion | PlainMessage<MediaStoreStreamVersion> | undefined): boolean;
|
|
15692
|
+
}
|
|
15693
|
+
/**
|
|
15694
|
+
* @generated from message norsk.api.media.MediaStoreStream
|
|
15695
|
+
*/
|
|
15696
|
+
export declare class MediaStoreStream extends Message<MediaStoreStream> {
|
|
15697
|
+
/**
|
|
15698
|
+
* @generated from field: norsk.api.media.StreamKey stream_key = 1;
|
|
15699
|
+
*/
|
|
15700
|
+
streamKey?: StreamKey;
|
|
15701
|
+
/**
|
|
15702
|
+
* @generated from field: repeated norsk.api.media.MediaStoreStreamVersion versions = 2;
|
|
15703
|
+
*/
|
|
15704
|
+
versions: MediaStoreStreamVersion[];
|
|
15705
|
+
constructor(data?: PartialMessage<MediaStoreStream>);
|
|
15706
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15707
|
+
static readonly typeName = "norsk.api.media.MediaStoreStream";
|
|
15708
|
+
static readonly fields: FieldList;
|
|
15709
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreStream;
|
|
15710
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreStream;
|
|
15711
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreStream;
|
|
15712
|
+
static equals(a: MediaStoreStream | PlainMessage<MediaStoreStream> | undefined, b: MediaStoreStream | PlainMessage<MediaStoreStream> | undefined): boolean;
|
|
15713
|
+
}
|
|
15714
|
+
/**
|
|
15715
|
+
* @generated from message norsk.api.media.MediaStoreSession
|
|
15716
|
+
*/
|
|
15717
|
+
export declare class MediaStoreSession extends Message<MediaStoreSession> {
|
|
15718
|
+
/**
|
|
15719
|
+
* @generated from field: int32 session_num = 1;
|
|
15720
|
+
*/
|
|
15721
|
+
sessionNum: number;
|
|
15722
|
+
/**
|
|
15723
|
+
* @generated from field: repeated norsk.api.media.MediaStoreStream streams = 2;
|
|
15724
|
+
*/
|
|
15725
|
+
streams: MediaStoreStream[];
|
|
15726
|
+
constructor(data?: PartialMessage<MediaStoreSession>);
|
|
15727
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15728
|
+
static readonly typeName = "norsk.api.media.MediaStoreSession";
|
|
15729
|
+
static readonly fields: FieldList;
|
|
15730
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreSession;
|
|
15731
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreSession;
|
|
15732
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreSession;
|
|
15733
|
+
static equals(a: MediaStoreSession | PlainMessage<MediaStoreSession> | undefined, b: MediaStoreSession | PlainMessage<MediaStoreSession> | undefined): boolean;
|
|
15734
|
+
}
|
|
15735
|
+
/**
|
|
15736
|
+
* @generated from message norsk.api.media.MediaStoreMetadataRequest
|
|
15737
|
+
*/
|
|
15738
|
+
export declare class MediaStoreMetadataRequest extends Message<MediaStoreMetadataRequest> {
|
|
15739
|
+
/**
|
|
15740
|
+
* @generated from field: string media_store_name = 1;
|
|
15741
|
+
*/
|
|
15742
|
+
mediaStoreName: string;
|
|
15743
|
+
constructor(data?: PartialMessage<MediaStoreMetadataRequest>);
|
|
15744
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15745
|
+
static readonly typeName = "norsk.api.media.MediaStoreMetadataRequest";
|
|
15746
|
+
static readonly fields: FieldList;
|
|
15747
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreMetadataRequest;
|
|
15748
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreMetadataRequest;
|
|
15749
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreMetadataRequest;
|
|
15750
|
+
static equals(a: MediaStoreMetadataRequest | PlainMessage<MediaStoreMetadataRequest> | undefined, b: MediaStoreMetadataRequest | PlainMessage<MediaStoreMetadataRequest> | undefined): boolean;
|
|
15751
|
+
}
|
|
15752
|
+
/**
|
|
15753
|
+
* @generated from message norsk.api.media.MediaStoreMetadataResponse
|
|
15478
15754
|
*/
|
|
15479
|
-
export declare class
|
|
15755
|
+
export declare class MediaStoreMetadataResponse extends Message<MediaStoreMetadataResponse> {
|
|
15480
15756
|
/**
|
|
15481
|
-
* @generated from
|
|
15757
|
+
* @generated from field: repeated norsk.api.media.MediaStoreSession sessions = 1;
|
|
15758
|
+
*/
|
|
15759
|
+
sessions: MediaStoreSession[];
|
|
15760
|
+
constructor(data?: PartialMessage<MediaStoreMetadataResponse>);
|
|
15761
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15762
|
+
static readonly typeName = "norsk.api.media.MediaStoreMetadataResponse";
|
|
15763
|
+
static readonly fields: FieldList;
|
|
15764
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreMetadataResponse;
|
|
15765
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreMetadataResponse;
|
|
15766
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreMetadataResponse;
|
|
15767
|
+
static equals(a: MediaStoreMetadataResponse | PlainMessage<MediaStoreMetadataResponse> | undefined, b: MediaStoreMetadataResponse | PlainMessage<MediaStoreMetadataResponse> | undefined): boolean;
|
|
15768
|
+
}
|
|
15769
|
+
/**
|
|
15770
|
+
* @generated from message norsk.api.media.MediaStoreExpiry
|
|
15771
|
+
*/
|
|
15772
|
+
export declare class MediaStoreExpiry extends Message<MediaStoreExpiry> {
|
|
15773
|
+
/**
|
|
15774
|
+
* @generated from oneof norsk.api.media.MediaStoreExpiry.message
|
|
15482
15775
|
*/
|
|
15483
15776
|
message: {
|
|
15484
15777
|
/**
|
|
@@ -15496,19 +15789,19 @@ export declare class FrameStoreExpiry extends Message<FrameStoreExpiry> {
|
|
|
15496
15789
|
case: undefined;
|
|
15497
15790
|
value?: undefined;
|
|
15498
15791
|
};
|
|
15499
|
-
constructor(data?: PartialMessage<
|
|
15792
|
+
constructor(data?: PartialMessage<MediaStoreExpiry>);
|
|
15500
15793
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15501
|
-
static readonly typeName = "norsk.api.media.
|
|
15794
|
+
static readonly typeName = "norsk.api.media.MediaStoreExpiry";
|
|
15502
15795
|
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:
|
|
15796
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreExpiry;
|
|
15797
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreExpiry;
|
|
15798
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreExpiry;
|
|
15799
|
+
static equals(a: MediaStoreExpiry | PlainMessage<MediaStoreExpiry> | undefined, b: MediaStoreExpiry | PlainMessage<MediaStoreExpiry> | undefined): boolean;
|
|
15507
15800
|
}
|
|
15508
15801
|
/**
|
|
15509
|
-
* @generated from message norsk.api.media.
|
|
15802
|
+
* @generated from message norsk.api.media.MediaStoreRecorderConfiguration
|
|
15510
15803
|
*/
|
|
15511
|
-
export declare class
|
|
15804
|
+
export declare class MediaStoreRecorderConfiguration extends Message<MediaStoreRecorderConfiguration> {
|
|
15512
15805
|
/**
|
|
15513
15806
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15514
15807
|
*/
|
|
@@ -15526,112 +15819,154 @@ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreR
|
|
|
15526
15819
|
*/
|
|
15527
15820
|
chunkFileDurationSeconds: number;
|
|
15528
15821
|
/**
|
|
15529
|
-
* @generated from field: norsk.api.media.
|
|
15822
|
+
* @generated from field: norsk.api.media.MediaStoreExpiry expiry = 5;
|
|
15530
15823
|
*/
|
|
15531
|
-
expiry?:
|
|
15532
|
-
constructor(data?: PartialMessage<
|
|
15824
|
+
expiry?: MediaStoreExpiry;
|
|
15825
|
+
constructor(data?: PartialMessage<MediaStoreRecorderConfiguration>);
|
|
15533
15826
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15534
|
-
static readonly typeName = "norsk.api.media.
|
|
15827
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderConfiguration";
|
|
15535
15828
|
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:
|
|
15829
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderConfiguration;
|
|
15830
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderConfiguration;
|
|
15831
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderConfiguration;
|
|
15832
|
+
static equals(a: MediaStoreRecorderConfiguration | PlainMessage<MediaStoreRecorderConfiguration> | undefined, b: MediaStoreRecorderConfiguration | PlainMessage<MediaStoreRecorderConfiguration> | undefined): boolean;
|
|
15540
15833
|
}
|
|
15541
15834
|
/**
|
|
15542
|
-
* @generated from message norsk.api.media.
|
|
15835
|
+
* @generated from message norsk.api.media.StreamSelection
|
|
15543
15836
|
*/
|
|
15544
|
-
export declare class
|
|
15837
|
+
export declare class StreamSelection extends Message<StreamSelection> {
|
|
15545
15838
|
/**
|
|
15546
|
-
* @generated from field:
|
|
15839
|
+
* @generated from field: norsk.api.media.StreamKey source_stream_key = 1;
|
|
15547
15840
|
*/
|
|
15548
|
-
|
|
15841
|
+
sourceStreamKey?: StreamKey;
|
|
15549
15842
|
/**
|
|
15550
|
-
* @generated from field: norsk.api.media.
|
|
15843
|
+
* @generated from field: norsk.api.media.StreamKey output_stream_key = 2;
|
|
15551
15844
|
*/
|
|
15552
|
-
|
|
15845
|
+
outputStreamKey?: StreamKey;
|
|
15846
|
+
constructor(data?: PartialMessage<StreamSelection>);
|
|
15847
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15848
|
+
static readonly typeName = "norsk.api.media.StreamSelection";
|
|
15849
|
+
static readonly fields: FieldList;
|
|
15850
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamSelection;
|
|
15851
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15852
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamSelection;
|
|
15853
|
+
static equals(a: StreamSelection | PlainMessage<StreamSelection> | undefined, b: StreamSelection | PlainMessage<StreamSelection> | undefined): boolean;
|
|
15854
|
+
}
|
|
15855
|
+
/**
|
|
15856
|
+
* @generated from message norsk.api.media.SingleCut
|
|
15857
|
+
*/
|
|
15858
|
+
export declare class SingleCut extends Message<SingleCut> {
|
|
15553
15859
|
/**
|
|
15554
|
-
* @generated from field:
|
|
15860
|
+
* @generated from field: string media_store_name = 1;
|
|
15555
15861
|
*/
|
|
15556
|
-
|
|
15862
|
+
mediaStoreName: string;
|
|
15863
|
+
/**
|
|
15864
|
+
* @generated from field: repeated norsk.api.media.StreamSelection stream_selection = 2;
|
|
15865
|
+
*/
|
|
15866
|
+
streamSelection: StreamSelection[];
|
|
15867
|
+
/**
|
|
15868
|
+
* @generated from field: google.protobuf.Timestamp start_date_time = 3;
|
|
15869
|
+
*/
|
|
15870
|
+
startDateTime?: Timestamp;
|
|
15557
15871
|
/**
|
|
15558
|
-
* @generated from field:
|
|
15872
|
+
* @generated from field: uint32 duration_ms = 4;
|
|
15559
15873
|
*/
|
|
15560
|
-
|
|
15874
|
+
durationMs: number;
|
|
15561
15875
|
/**
|
|
15562
|
-
* @generated from field:
|
|
15876
|
+
* @generated from field: bool trim_partial_gops = 5;
|
|
15877
|
+
*/
|
|
15878
|
+
trimPartialGops: boolean;
|
|
15879
|
+
/**
|
|
15880
|
+
* @generated from field: norsk.api.common.OptionalInt session_num = 6;
|
|
15881
|
+
*/
|
|
15882
|
+
sessionNum?: OptionalInt;
|
|
15883
|
+
constructor(data?: PartialMessage<SingleCut>);
|
|
15884
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15885
|
+
static readonly typeName = "norsk.api.media.SingleCut";
|
|
15886
|
+
static readonly fields: FieldList;
|
|
15887
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SingleCut;
|
|
15888
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SingleCut;
|
|
15889
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleCut;
|
|
15890
|
+
static equals(a: SingleCut | PlainMessage<SingleCut> | undefined, b: SingleCut | PlainMessage<SingleCut> | undefined): boolean;
|
|
15891
|
+
}
|
|
15892
|
+
/**
|
|
15893
|
+
* @generated from message norsk.api.media.MediaStoreCutRequest
|
|
15894
|
+
*/
|
|
15895
|
+
export declare class MediaStoreCutRequest extends Message<MediaStoreCutRequest> {
|
|
15896
|
+
/**
|
|
15897
|
+
* @generated from field: string id = 1;
|
|
15898
|
+
*/
|
|
15899
|
+
id: string;
|
|
15900
|
+
/**
|
|
15901
|
+
* @generated from field: repeated norsk.api.media.SingleCut cuts = 2;
|
|
15902
|
+
*/
|
|
15903
|
+
cuts: SingleCut[];
|
|
15904
|
+
/**
|
|
15905
|
+
* @generated from field: string file_name = 3;
|
|
15563
15906
|
*/
|
|
15564
15907
|
fileName: string;
|
|
15565
15908
|
/**
|
|
15566
|
-
* @generated from field: norsk.api.media.
|
|
15909
|
+
* @generated from field: norsk.api.media.MediaStoreCutRequest.FileFormat file_format = 4;
|
|
15567
15910
|
*/
|
|
15568
|
-
fileFormat:
|
|
15569
|
-
constructor(data?: PartialMessage<
|
|
15911
|
+
fileFormat: MediaStoreCutRequest_FileFormat;
|
|
15912
|
+
constructor(data?: PartialMessage<MediaStoreCutRequest>);
|
|
15570
15913
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15571
|
-
static readonly typeName = "norsk.api.media.
|
|
15914
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutRequest";
|
|
15572
15915
|
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:
|
|
15916
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutRequest;
|
|
15917
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutRequest;
|
|
15918
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutRequest;
|
|
15919
|
+
static equals(a: MediaStoreCutRequest | PlainMessage<MediaStoreCutRequest> | undefined, b: MediaStoreCutRequest | PlainMessage<MediaStoreCutRequest> | undefined): boolean;
|
|
15577
15920
|
}
|
|
15578
15921
|
/**
|
|
15579
|
-
* @generated from enum norsk.api.media.
|
|
15922
|
+
* @generated from enum norsk.api.media.MediaStoreCutRequest.FileFormat
|
|
15580
15923
|
*/
|
|
15581
|
-
export declare enum
|
|
15924
|
+
export declare enum MediaStoreCutRequest_FileFormat {
|
|
15582
15925
|
/**
|
|
15583
15926
|
* @generated from enum value: CUT_MP4 = 0;
|
|
15584
15927
|
*/
|
|
15585
15928
|
CUT_MP4 = 0
|
|
15586
15929
|
}
|
|
15587
15930
|
/**
|
|
15588
|
-
* @generated from message norsk.api.media.
|
|
15931
|
+
* @generated from message norsk.api.media.Progress
|
|
15589
15932
|
*/
|
|
15590
|
-
export declare class
|
|
15591
|
-
/**
|
|
15592
|
-
* @generated from field: string id = 1;
|
|
15593
|
-
*/
|
|
15594
|
-
id: string;
|
|
15933
|
+
export declare class Progress extends Message<Progress> {
|
|
15595
15934
|
/**
|
|
15596
|
-
* @generated from field: uint32 progress =
|
|
15935
|
+
* @generated from field: uint32 progress = 1;
|
|
15597
15936
|
*/
|
|
15598
15937
|
progress: number;
|
|
15599
|
-
constructor(data?: PartialMessage<
|
|
15938
|
+
constructor(data?: PartialMessage<Progress>);
|
|
15600
15939
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15601
|
-
static readonly typeName = "norsk.api.media.
|
|
15940
|
+
static readonly typeName = "norsk.api.media.Progress";
|
|
15602
15941
|
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:
|
|
15942
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Progress;
|
|
15943
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Progress;
|
|
15944
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Progress;
|
|
15945
|
+
static equals(a: Progress | PlainMessage<Progress> | undefined, b: Progress | PlainMessage<Progress> | undefined): boolean;
|
|
15607
15946
|
}
|
|
15608
15947
|
/**
|
|
15609
|
-
* @generated from message norsk.api.media.
|
|
15948
|
+
* @generated from message norsk.api.media.MediaStoreCutComplete
|
|
15610
15949
|
*/
|
|
15611
|
-
export declare class
|
|
15950
|
+
export declare class MediaStoreCutComplete extends Message<MediaStoreCutComplete> {
|
|
15612
15951
|
/**
|
|
15613
|
-
* @generated from field:
|
|
15614
|
-
*/
|
|
15615
|
-
id: string;
|
|
15616
|
-
/**
|
|
15617
|
-
* @generated from field: uint64 size = 2;
|
|
15952
|
+
* @generated from field: uint64 size = 1;
|
|
15618
15953
|
*/
|
|
15619
15954
|
size: bigint;
|
|
15620
|
-
constructor(data?: PartialMessage<
|
|
15955
|
+
constructor(data?: PartialMessage<MediaStoreCutComplete>);
|
|
15621
15956
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15622
|
-
static readonly typeName = "norsk.api.media.
|
|
15957
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutComplete";
|
|
15623
15958
|
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:
|
|
15959
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutComplete;
|
|
15960
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutComplete;
|
|
15961
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutComplete;
|
|
15962
|
+
static equals(a: MediaStoreCutComplete | PlainMessage<MediaStoreCutComplete> | undefined, b: MediaStoreCutComplete | PlainMessage<MediaStoreCutComplete> | undefined): boolean;
|
|
15628
15963
|
}
|
|
15629
15964
|
/**
|
|
15630
|
-
* @generated from message norsk.api.media.
|
|
15965
|
+
* @generated from message norsk.api.media.MediaStoreRecorderMessage
|
|
15631
15966
|
*/
|
|
15632
|
-
export declare class
|
|
15967
|
+
export declare class MediaStoreRecorderMessage extends Message<MediaStoreRecorderMessage> {
|
|
15633
15968
|
/**
|
|
15634
|
-
* @generated from oneof norsk.api.media.
|
|
15969
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderMessage.message
|
|
15635
15970
|
*/
|
|
15636
15971
|
message: {
|
|
15637
15972
|
/**
|
|
@@ -15641,35 +15976,29 @@ export declare class FrameStoreRecorderMessage extends Message<FrameStoreRecorde
|
|
|
15641
15976
|
case: "subscription";
|
|
15642
15977
|
} | {
|
|
15643
15978
|
/**
|
|
15644
|
-
* @generated from field: norsk.api.media.
|
|
15979
|
+
* @generated from field: norsk.api.media.MediaStoreRecorderConfiguration configuration = 2;
|
|
15645
15980
|
*/
|
|
15646
|
-
value:
|
|
15981
|
+
value: MediaStoreRecorderConfiguration;
|
|
15647
15982
|
case: "configuration";
|
|
15648
|
-
} | {
|
|
15649
|
-
/**
|
|
15650
|
-
* @generated from field: norsk.api.media.FrameStoreCutRequest cut_request = 3;
|
|
15651
|
-
*/
|
|
15652
|
-
value: FrameStoreCutRequest;
|
|
15653
|
-
case: "cutRequest";
|
|
15654
15983
|
} | {
|
|
15655
15984
|
case: undefined;
|
|
15656
15985
|
value?: undefined;
|
|
15657
15986
|
};
|
|
15658
|
-
constructor(data?: PartialMessage<
|
|
15987
|
+
constructor(data?: PartialMessage<MediaStoreRecorderMessage>);
|
|
15659
15988
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15660
|
-
static readonly typeName = "norsk.api.media.
|
|
15989
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderMessage";
|
|
15661
15990
|
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:
|
|
15991
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderMessage;
|
|
15992
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderMessage;
|
|
15993
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderMessage;
|
|
15994
|
+
static equals(a: MediaStoreRecorderMessage | PlainMessage<MediaStoreRecorderMessage> | undefined, b: MediaStoreRecorderMessage | PlainMessage<MediaStoreRecorderMessage> | undefined): boolean;
|
|
15666
15995
|
}
|
|
15667
15996
|
/**
|
|
15668
|
-
* @generated from message norsk.api.media.
|
|
15997
|
+
* @generated from message norsk.api.media.MediaStoreRecorderEvent
|
|
15669
15998
|
*/
|
|
15670
|
-
export declare class
|
|
15999
|
+
export declare class MediaStoreRecorderEvent extends Message<MediaStoreRecorderEvent> {
|
|
15671
16000
|
/**
|
|
15672
|
-
* @generated from oneof norsk.api.media.
|
|
16001
|
+
* @generated from oneof norsk.api.media.MediaStoreRecorderEvent.message
|
|
15673
16002
|
*/
|
|
15674
16003
|
message: {
|
|
15675
16004
|
/**
|
|
@@ -15689,171 +16018,170 @@ export declare class FrameStoreRecorderEvent extends Message<FrameStoreRecorderE
|
|
|
15689
16018
|
*/
|
|
15690
16019
|
value: Context;
|
|
15691
16020
|
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
16021
|
} | {
|
|
15705
16022
|
case: undefined;
|
|
15706
16023
|
value?: undefined;
|
|
15707
16024
|
};
|
|
15708
|
-
constructor(data?: PartialMessage<
|
|
16025
|
+
constructor(data?: PartialMessage<MediaStoreRecorderEvent>);
|
|
15709
16026
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15710
|
-
static readonly typeName = "norsk.api.media.
|
|
16027
|
+
static readonly typeName = "norsk.api.media.MediaStoreRecorderEvent";
|
|
15711
16028
|
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:
|
|
16029
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreRecorderEvent;
|
|
16030
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreRecorderEvent;
|
|
16031
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreRecorderEvent;
|
|
16032
|
+
static equals(a: MediaStoreRecorderEvent | PlainMessage<MediaStoreRecorderEvent> | undefined, b: MediaStoreRecorderEvent | PlainMessage<MediaStoreRecorderEvent> | undefined): boolean;
|
|
15716
16033
|
}
|
|
15717
16034
|
/**
|
|
15718
|
-
* @generated from message norsk.api.media.
|
|
16035
|
+
* @generated from message norsk.api.media.MediaStoreAssetSettings
|
|
15719
16036
|
*/
|
|
15720
|
-
export declare class
|
|
16037
|
+
export declare class MediaStoreAssetSettings extends Message<MediaStoreAssetSettings> {
|
|
15721
16038
|
/**
|
|
15722
|
-
* @generated from field:
|
|
16039
|
+
* @generated from field: string media_store_name = 1;
|
|
15723
16040
|
*/
|
|
15724
|
-
|
|
16041
|
+
mediaStoreName: string;
|
|
15725
16042
|
/**
|
|
15726
|
-
* @generated from field:
|
|
16043
|
+
* @generated from field: string file_name = 2;
|
|
15727
16044
|
*/
|
|
15728
|
-
|
|
16045
|
+
fileName: string;
|
|
15729
16046
|
/**
|
|
15730
|
-
* @generated from field:
|
|
16047
|
+
* @generated from field: string path = 3;
|
|
15731
16048
|
*/
|
|
15732
|
-
|
|
15733
|
-
constructor(data?: PartialMessage<
|
|
16049
|
+
path: string;
|
|
16050
|
+
constructor(data?: PartialMessage<MediaStoreAssetSettings>);
|
|
15734
16051
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15735
|
-
static readonly typeName = "norsk.api.media.
|
|
16052
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetSettings";
|
|
15736
16053
|
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:
|
|
16054
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetSettings;
|
|
16055
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetSettings;
|
|
16056
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetSettings;
|
|
16057
|
+
static equals(a: MediaStoreAssetSettings | PlainMessage<MediaStoreAssetSettings> | undefined, b: MediaStoreAssetSettings | PlainMessage<MediaStoreAssetSettings> | undefined): boolean;
|
|
15741
16058
|
}
|
|
15742
16059
|
/**
|
|
15743
|
-
* @generated from message norsk.api.media.
|
|
16060
|
+
* @generated from message norsk.api.media.MediaStoreAssetImportComplete
|
|
15744
16061
|
*/
|
|
15745
|
-
export declare class
|
|
16062
|
+
export declare class MediaStoreAssetImportComplete extends Message<MediaStoreAssetImportComplete> {
|
|
16063
|
+
/**
|
|
16064
|
+
* @generated from field: uint64 duration_ms = 1;
|
|
16065
|
+
*/
|
|
16066
|
+
durationMs: bigint;
|
|
16067
|
+
/**
|
|
16068
|
+
* @generated from field: uint64 size = 2;
|
|
16069
|
+
*/
|
|
16070
|
+
size: bigint;
|
|
16071
|
+
constructor(data?: PartialMessage<MediaStoreAssetImportComplete>);
|
|
16072
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
16073
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetImportComplete";
|
|
16074
|
+
static readonly fields: FieldList;
|
|
16075
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetImportComplete;
|
|
16076
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetImportComplete;
|
|
16077
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetImportComplete;
|
|
16078
|
+
static equals(a: MediaStoreAssetImportComplete | PlainMessage<MediaStoreAssetImportComplete> | undefined, b: MediaStoreAssetImportComplete | PlainMessage<MediaStoreAssetImportComplete> | undefined): boolean;
|
|
16079
|
+
}
|
|
16080
|
+
/**
|
|
16081
|
+
* @generated from message norsk.api.media.MediaStoreAssetEvent
|
|
16082
|
+
*/
|
|
16083
|
+
export declare class MediaStoreAssetEvent extends Message<MediaStoreAssetEvent> {
|
|
15746
16084
|
/**
|
|
15747
|
-
* @generated from oneof norsk.api.media.
|
|
16085
|
+
* @generated from oneof norsk.api.media.MediaStoreAssetEvent.message
|
|
15748
16086
|
*/
|
|
15749
|
-
|
|
16087
|
+
message: {
|
|
15750
16088
|
/**
|
|
15751
|
-
* @generated from field: norsk.api.media.
|
|
16089
|
+
* @generated from field: norsk.api.media.Progress import_progress = 1;
|
|
15752
16090
|
*/
|
|
15753
|
-
value:
|
|
15754
|
-
case: "
|
|
16091
|
+
value: Progress;
|
|
16092
|
+
case: "importProgress";
|
|
15755
16093
|
} | {
|
|
15756
16094
|
/**
|
|
15757
|
-
* @generated from field: norsk.api.media.
|
|
16095
|
+
* @generated from field: norsk.api.media.MediaStoreAssetImportComplete import_complete = 2;
|
|
15758
16096
|
*/
|
|
15759
|
-
value:
|
|
15760
|
-
case: "
|
|
16097
|
+
value: MediaStoreAssetImportComplete;
|
|
16098
|
+
case: "importComplete";
|
|
15761
16099
|
} | {
|
|
15762
16100
|
case: undefined;
|
|
15763
16101
|
value?: undefined;
|
|
15764
16102
|
};
|
|
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>);
|
|
16103
|
+
constructor(data?: PartialMessage<MediaStoreAssetEvent>);
|
|
15779
16104
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15780
|
-
static readonly typeName = "norsk.api.media.
|
|
16105
|
+
static readonly typeName = "norsk.api.media.MediaStoreAssetEvent";
|
|
15781
16106
|
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:
|
|
16107
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreAssetEvent;
|
|
16108
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreAssetEvent;
|
|
16109
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreAssetEvent;
|
|
16110
|
+
static equals(a: MediaStoreAssetEvent | PlainMessage<MediaStoreAssetEvent> | undefined, b: MediaStoreAssetEvent | PlainMessage<MediaStoreAssetEvent> | undefined): boolean;
|
|
15786
16111
|
}
|
|
15787
16112
|
/**
|
|
15788
|
-
* @generated from message norsk.api.media.
|
|
16113
|
+
* @generated from message norsk.api.media.MediaStoreCutEvent
|
|
15789
16114
|
*/
|
|
15790
|
-
export declare class
|
|
16115
|
+
export declare class MediaStoreCutEvent extends Message<MediaStoreCutEvent> {
|
|
15791
16116
|
/**
|
|
15792
|
-
* @generated from
|
|
16117
|
+
* @generated from oneof norsk.api.media.MediaStoreCutEvent.message
|
|
15793
16118
|
*/
|
|
15794
|
-
|
|
15795
|
-
|
|
16119
|
+
message: {
|
|
16120
|
+
/**
|
|
16121
|
+
* @generated from field: norsk.api.media.Progress cut_progress = 1;
|
|
16122
|
+
*/
|
|
16123
|
+
value: Progress;
|
|
16124
|
+
case: "cutProgress";
|
|
16125
|
+
} | {
|
|
16126
|
+
/**
|
|
16127
|
+
* @generated from field: norsk.api.media.MediaStoreCutComplete cut_complete = 2;
|
|
16128
|
+
*/
|
|
16129
|
+
value: MediaStoreCutComplete;
|
|
16130
|
+
case: "cutComplete";
|
|
16131
|
+
} | {
|
|
16132
|
+
case: undefined;
|
|
16133
|
+
value?: undefined;
|
|
16134
|
+
};
|
|
16135
|
+
constructor(data?: PartialMessage<MediaStoreCutEvent>);
|
|
15796
16136
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15797
|
-
static readonly typeName = "norsk.api.media.
|
|
16137
|
+
static readonly typeName = "norsk.api.media.MediaStoreCutEvent";
|
|
15798
16138
|
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:
|
|
16139
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStoreCutEvent;
|
|
16140
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStoreCutEvent;
|
|
16141
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStoreCutEvent;
|
|
16142
|
+
static equals(a: MediaStoreCutEvent | PlainMessage<MediaStoreCutEvent> | undefined, b: MediaStoreCutEvent | PlainMessage<MediaStoreCutEvent> | undefined): boolean;
|
|
15803
16143
|
}
|
|
15804
16144
|
/**
|
|
15805
|
-
* @generated from message norsk.api.media.
|
|
16145
|
+
* @generated from message norsk.api.media.MediaStorePlayerConfiguration
|
|
15806
16146
|
*/
|
|
15807
|
-
export declare class
|
|
16147
|
+
export declare class MediaStorePlayerConfiguration extends Message<MediaStorePlayerConfiguration> {
|
|
15808
16148
|
/**
|
|
15809
16149
|
* @generated from field: norsk.api.media.MediaNodeId id = 1;
|
|
15810
16150
|
*/
|
|
15811
16151
|
id?: MediaNodeId;
|
|
15812
16152
|
/**
|
|
15813
|
-
* @generated from field: string
|
|
15814
|
-
*/
|
|
15815
|
-
name: string;
|
|
15816
|
-
/**
|
|
15817
|
-
* @generated from field: string source_name = 3;
|
|
16153
|
+
* @generated from field: string source_name = 2;
|
|
15818
16154
|
*/
|
|
15819
16155
|
sourceName: string;
|
|
15820
16156
|
/**
|
|
15821
|
-
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling =
|
|
16157
|
+
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 3;
|
|
15822
16158
|
*/
|
|
15823
16159
|
statsSampling?: StreamStatisticsSampling;
|
|
15824
16160
|
/**
|
|
15825
|
-
* @generated from field: norsk.api.media.
|
|
15826
|
-
*/
|
|
15827
|
-
streamSelection?: StreamSelection;
|
|
15828
|
-
/**
|
|
15829
|
-
* @generated from field: repeated norsk.api.media.SingleCut cuts = 6;
|
|
16161
|
+
* @generated from field: repeated norsk.api.media.SingleCut cuts = 4;
|
|
15830
16162
|
*/
|
|
15831
16163
|
cuts: SingleCut[];
|
|
15832
|
-
|
|
15833
|
-
* @generated from field: bool trim_partial_segments = 7;
|
|
15834
|
-
*/
|
|
15835
|
-
trimPartialSegments: boolean;
|
|
15836
|
-
constructor(data?: PartialMessage<FrameStorePlayerConfiguration>);
|
|
16164
|
+
constructor(data?: PartialMessage<MediaStorePlayerConfiguration>);
|
|
15837
16165
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15838
|
-
static readonly typeName = "norsk.api.media.
|
|
16166
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerConfiguration";
|
|
15839
16167
|
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:
|
|
16168
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerConfiguration;
|
|
16169
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerConfiguration;
|
|
16170
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerConfiguration;
|
|
16171
|
+
static equals(a: MediaStorePlayerConfiguration | PlainMessage<MediaStorePlayerConfiguration> | undefined, b: MediaStorePlayerConfiguration | PlainMessage<MediaStorePlayerConfiguration> | undefined): boolean;
|
|
15844
16172
|
}
|
|
15845
16173
|
/**
|
|
15846
|
-
* @generated from message norsk.api.media.
|
|
16174
|
+
* @generated from message norsk.api.media.MediaStorePlayerMessage
|
|
15847
16175
|
*/
|
|
15848
|
-
export declare class
|
|
16176
|
+
export declare class MediaStorePlayerMessage extends Message<MediaStorePlayerMessage> {
|
|
15849
16177
|
/**
|
|
15850
|
-
* @generated from oneof norsk.api.media.
|
|
16178
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerMessage.message
|
|
15851
16179
|
*/
|
|
15852
16180
|
message: {
|
|
15853
16181
|
/**
|
|
15854
|
-
* @generated from field: norsk.api.media.
|
|
16182
|
+
* @generated from field: norsk.api.media.MediaStorePlayerConfiguration initial_config = 1;
|
|
15855
16183
|
*/
|
|
15856
|
-
value:
|
|
16184
|
+
value: MediaStorePlayerConfiguration;
|
|
15857
16185
|
case: "initialConfig";
|
|
15858
16186
|
} | {
|
|
15859
16187
|
/**
|
|
@@ -15865,21 +16193,21 @@ export declare class FrameStorePlayerMessage extends Message<FrameStorePlayerMes
|
|
|
15865
16193
|
case: undefined;
|
|
15866
16194
|
value?: undefined;
|
|
15867
16195
|
};
|
|
15868
|
-
constructor(data?: PartialMessage<
|
|
16196
|
+
constructor(data?: PartialMessage<MediaStorePlayerMessage>);
|
|
15869
16197
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15870
|
-
static readonly typeName = "norsk.api.media.
|
|
16198
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerMessage";
|
|
15871
16199
|
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:
|
|
16200
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerMessage;
|
|
16201
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerMessage;
|
|
16202
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerMessage;
|
|
16203
|
+
static equals(a: MediaStorePlayerMessage | PlainMessage<MediaStorePlayerMessage> | undefined, b: MediaStorePlayerMessage | PlainMessage<MediaStorePlayerMessage> | undefined): boolean;
|
|
15876
16204
|
}
|
|
15877
16205
|
/**
|
|
15878
|
-
* @generated from message norsk.api.media.
|
|
16206
|
+
* @generated from message norsk.api.media.MediaStorePlayerEvent
|
|
15879
16207
|
*/
|
|
15880
|
-
export declare class
|
|
16208
|
+
export declare class MediaStorePlayerEvent extends Message<MediaStorePlayerEvent> {
|
|
15881
16209
|
/**
|
|
15882
|
-
* @generated from oneof norsk.api.media.
|
|
16210
|
+
* @generated from oneof norsk.api.media.MediaStorePlayerEvent.message
|
|
15883
16211
|
*/
|
|
15884
16212
|
message: {
|
|
15885
16213
|
/**
|
|
@@ -15903,14 +16231,14 @@ export declare class FrameStorePlayerEvent extends Message<FrameStorePlayerEvent
|
|
|
15903
16231
|
case: undefined;
|
|
15904
16232
|
value?: undefined;
|
|
15905
16233
|
};
|
|
15906
|
-
constructor(data?: PartialMessage<
|
|
16234
|
+
constructor(data?: PartialMessage<MediaStorePlayerEvent>);
|
|
15907
16235
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
15908
|
-
static readonly typeName = "norsk.api.media.
|
|
16236
|
+
static readonly typeName = "norsk.api.media.MediaStorePlayerEvent";
|
|
15909
16237
|
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:
|
|
16238
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaStorePlayerEvent;
|
|
16239
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaStorePlayerEvent;
|
|
16240
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaStorePlayerEvent;
|
|
16241
|
+
static equals(a: MediaStorePlayerEvent | PlainMessage<MediaStorePlayerEvent> | undefined, b: MediaStorePlayerEvent | PlainMessage<MediaStorePlayerEvent> | undefined): boolean;
|
|
15914
16242
|
}
|
|
15915
16243
|
/**
|
|
15916
16244
|
* @generated from message norsk.api.media.MoqOutputConfiguration
|