@norskvideo/norsk-api 1.0.364 → 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_pb.d.ts +48 -2
- package/lib/media_pb.js +62 -6
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +91 -3
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -14745,6 +14745,40 @@ export declare class StreamConditionConfiguration extends Message<StreamConditio
|
|
|
14745
14745
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamConditionConfiguration;
|
|
14746
14746
|
static equals(a: StreamConditionConfiguration | PlainMessage<StreamConditionConfiguration> | undefined, b: StreamConditionConfiguration | PlainMessage<StreamConditionConfiguration> | undefined): boolean;
|
|
14747
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
|
+
}
|
|
14748
14782
|
/**
|
|
14749
14783
|
* @generated from message norsk.api.media.StreamConditionMessage
|
|
14750
14784
|
*/
|
|
@@ -14764,6 +14798,18 @@ export declare class StreamConditionMessage extends Message<StreamConditionMessa
|
|
|
14764
14798
|
*/
|
|
14765
14799
|
value: Subscription;
|
|
14766
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";
|
|
14767
14813
|
} | {
|
|
14768
14814
|
case: undefined;
|
|
14769
14815
|
value?: undefined;
|
|
@@ -15827,9 +15873,9 @@ export declare class SingleCut extends Message<SingleCut> {
|
|
|
15827
15873
|
*/
|
|
15828
15874
|
durationMs: number;
|
|
15829
15875
|
/**
|
|
15830
|
-
* @generated from field: bool
|
|
15876
|
+
* @generated from field: bool trim_partial_gops = 5;
|
|
15831
15877
|
*/
|
|
15832
|
-
|
|
15878
|
+
trimPartialGops: boolean;
|
|
15833
15879
|
/**
|
|
15834
15880
|
* @generated from field: norsk.api.common.OptionalInt session_num = 6;
|
|
15835
15881
|
*/
|
package/lib/media_pb.js
CHANGED
|
@@ -12,9 +12,9 @@ exports.FileTsOutputConfiguration = exports.RtmpOutputEvent_State = exports.Rtmp
|
|
|
12
12
|
exports.AmdU30H264_AmdU30H264Profile = exports.AmdU30H264 = exports.LoganHevc_LoganHevcTier = exports.LoganHevc_LoganHevcProfile = exports.LoganHevc = exports.LoganH264_LoganH264Profile = exports.LoganH264 = exports.QuadraHevc_QuadraHevcTier = exports.QuadraHevc_QuadraHevcProfile = exports.QuadraHevc = exports.QuadraH264_QuadraH264Profile = exports.QuadraH264 = exports.NvidiaHevc_NvidiaHevcTier = exports.NvidiaHevc_NvidiaHevcProfile = exports.NvidiaHevc = exports.NvidiaH264_NvidiaH264Profile = exports.NvidiaH264 = exports.NvidiaRateControl_NvidiaRateControlMode = exports.NvidiaRateControl = exports.VideoDecodeEvent = exports.VideoDecodeMessage = exports.VideoDecodeConfiguration_VideoDecoder = exports.VideoDecodeConfiguration = exports.VideoEncodeEvent = exports.VideoEncodeMessage = exports.VideoEncodeConfiguration = exports.VideoEncodeStream = exports.X265Codec_X265Tier = exports.X265Codec_X265Tune = exports.X265Codec_X265Preset = exports.X265Codec_X265Profile = exports.X265Codec = exports.X264Codec_X264NalHrd = exports.X264Codec_X264Tune = exports.X264Codec_X264Preset = exports.X264Codec_X264Profile = exports.X264Codec = exports.SampleAspectRatio = exports.FrameRate = exports.FileWebVttOutputEvent = exports.FileWebVttOutputMessage = exports.FileWebVttOutputConfiguration = exports.FileMp4OutputEvent = exports.FileMp4OutputStatus_State = exports.FileMp4OutputStatus = exports.FileMp4OutputMessage = exports.FileMp4OutputWriteMessage = exports.FileMp4OutputConfiguration = exports.FileTsOutputEvent = exports.FileTsOutputMessage = void 0;
|
|
13
13
|
exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exports.StreamAlignEvent = exports.StreamAlignMessage = exports.StreamAlignConfiguration = exports.StreamSyncEvent = exports.StreamSyncMessage = exports.StreamSyncConfiguration = exports.JitterBufferEvent = exports.JitterBufferMessage = exports.JitterBufferConfiguration = exports.StreamMetadataOverrideEvent = exports.StreamMetadataOverrideMessage = exports.StreamMetadataOverrideUpdateConfiguration = exports.StreamMetadataOverrideConfiguration = exports.StreamKeyOverrideEvent = exports.StreamKeyOverrideMessage = exports.StreamKeyOverrideConfiguration = exports.StreamTimestampNudgeEvent = exports.StreamTimestampNudgeMessage = exports.StreamTimestampNudgeConfiguration = exports.StreamChaosMonkeyEvent = exports.StreamChaosMonkeyMessage = exports.StreamChaosMonkeyConfiguration = exports.VideoTransformEvent = exports.VideoTransformMessage = exports.VideoTransformConfiguration = exports.SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm = exports.SoftwareDeinterlace = exports.NoDeinterlace = exports.AmdMA35DHevc_AmdMA35DHevcTier = exports.AmdMA35DHevc_AmdMA35DHevcProfile = exports.AmdMA35DHevc = exports.AmdMA35DH264_AmdMA35DH264Profile = exports.AmdMA35DH264 = exports.AmdMA35DEncodeCommon_ContentAdaptive = exports.AmdMA35DEncodeCommon_ConstrainedVBR = exports.AmdMA35DEncodeCommon_VBR = exports.AmdMA35DEncodeCommon_CBR = exports.AmdMA35DEncodeCommon_ConstQp = exports.AmdMA35DEncodeCommon_TrinaryFlag = exports.AmdMA35DEncodeCommon_TuneMetrics = exports.AmdMA35DEncodeCommon_QpMode = exports.AmdMA35DEncodeCommon_Preset = exports.AmdMA35DEncodeCommon = exports.AmdMA35DLoad_ComputeUnitLoad = exports.AmdMA35DLoad = exports.AmdU30Hevc_AmdU30HevcTier = exports.AmdU30Hevc_AmdU30HevcProfile = exports.AmdU30Hevc = void 0;
|
|
14
14
|
exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = void 0;
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.SubscriptionChannelResponse = void 0;
|
|
15
|
+
exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = void 0;
|
|
16
|
+
exports.Hello = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.Hardware = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest_FileFormat = exports.MediaStoreCutRequest = exports.SingleCut = exports.StreamSelection = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = void 0;
|
|
17
|
+
exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = void 0;
|
|
18
18
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
19
19
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
20
20
|
/**
|
|
@@ -16154,6 +16154,60 @@ StreamConditionConfiguration.typeName = "norsk.api.media.StreamConditionConfigur
|
|
|
16154
16154
|
StreamConditionConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
16155
16155
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
16156
16156
|
]);
|
|
16157
|
+
/**
|
|
16158
|
+
* @generated from message norsk.api.media.StreamConditionSpliceOut
|
|
16159
|
+
*/
|
|
16160
|
+
class StreamConditionSpliceOut extends protobuf_1.Message {
|
|
16161
|
+
constructor(data) {
|
|
16162
|
+
super();
|
|
16163
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
16164
|
+
}
|
|
16165
|
+
static fromBinary(bytes, options) {
|
|
16166
|
+
return new StreamConditionSpliceOut().fromBinary(bytes, options);
|
|
16167
|
+
}
|
|
16168
|
+
static fromJson(jsonValue, options) {
|
|
16169
|
+
return new StreamConditionSpliceOut().fromJson(jsonValue, options);
|
|
16170
|
+
}
|
|
16171
|
+
static fromJsonString(jsonString, options) {
|
|
16172
|
+
return new StreamConditionSpliceOut().fromJsonString(jsonString, options);
|
|
16173
|
+
}
|
|
16174
|
+
static equals(a, b) {
|
|
16175
|
+
return protobuf_1.proto3.util.equals(StreamConditionSpliceOut, a, b);
|
|
16176
|
+
}
|
|
16177
|
+
}
|
|
16178
|
+
exports.StreamConditionSpliceOut = StreamConditionSpliceOut;
|
|
16179
|
+
StreamConditionSpliceOut.runtime = protobuf_1.proto3;
|
|
16180
|
+
StreamConditionSpliceOut.typeName = "norsk.api.media.StreamConditionSpliceOut";
|
|
16181
|
+
StreamConditionSpliceOut.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
16182
|
+
{ no: 1, name: "pts", kind: "message", T: Interval },
|
|
16183
|
+
]);
|
|
16184
|
+
/**
|
|
16185
|
+
* @generated from message norsk.api.media.StreamConditionSpliceIn
|
|
16186
|
+
*/
|
|
16187
|
+
class StreamConditionSpliceIn extends protobuf_1.Message {
|
|
16188
|
+
constructor(data) {
|
|
16189
|
+
super();
|
|
16190
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
16191
|
+
}
|
|
16192
|
+
static fromBinary(bytes, options) {
|
|
16193
|
+
return new StreamConditionSpliceIn().fromBinary(bytes, options);
|
|
16194
|
+
}
|
|
16195
|
+
static fromJson(jsonValue, options) {
|
|
16196
|
+
return new StreamConditionSpliceIn().fromJson(jsonValue, options);
|
|
16197
|
+
}
|
|
16198
|
+
static fromJsonString(jsonString, options) {
|
|
16199
|
+
return new StreamConditionSpliceIn().fromJsonString(jsonString, options);
|
|
16200
|
+
}
|
|
16201
|
+
static equals(a, b) {
|
|
16202
|
+
return protobuf_1.proto3.util.equals(StreamConditionSpliceIn, a, b);
|
|
16203
|
+
}
|
|
16204
|
+
}
|
|
16205
|
+
exports.StreamConditionSpliceIn = StreamConditionSpliceIn;
|
|
16206
|
+
StreamConditionSpliceIn.runtime = protobuf_1.proto3;
|
|
16207
|
+
StreamConditionSpliceIn.typeName = "norsk.api.media.StreamConditionSpliceIn";
|
|
16208
|
+
StreamConditionSpliceIn.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
16209
|
+
{ no: 1, name: "pts", kind: "message", T: Interval },
|
|
16210
|
+
]);
|
|
16157
16211
|
/**
|
|
16158
16212
|
* @generated from message norsk.api.media.StreamConditionMessage
|
|
16159
16213
|
*/
|
|
@@ -16185,6 +16239,8 @@ StreamConditionMessage.typeName = "norsk.api.media.StreamConditionMessage";
|
|
|
16185
16239
|
StreamConditionMessage.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
16186
16240
|
{ no: 1, name: "initial_config", kind: "message", T: StreamConditionConfiguration, oneof: "message" },
|
|
16187
16241
|
{ no: 2, name: "subscription", kind: "message", T: Subscription, oneof: "message" },
|
|
16242
|
+
{ no: 3, name: "splice_out", kind: "message", T: StreamConditionSpliceOut, oneof: "message" },
|
|
16243
|
+
{ no: 4, name: "splice_in", kind: "message", T: StreamConditionSpliceOut, oneof: "message" },
|
|
16188
16244
|
]);
|
|
16189
16245
|
/**
|
|
16190
16246
|
* @generated from message norsk.api.media.StreamConditionEvent
|
|
@@ -17576,9 +17632,9 @@ class SingleCut extends protobuf_1.Message {
|
|
|
17576
17632
|
*/
|
|
17577
17633
|
this.durationMs = 0;
|
|
17578
17634
|
/**
|
|
17579
|
-
* @generated from field: bool
|
|
17635
|
+
* @generated from field: bool trim_partial_gops = 5;
|
|
17580
17636
|
*/
|
|
17581
|
-
this.
|
|
17637
|
+
this.trimPartialGops = false;
|
|
17582
17638
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
17583
17639
|
}
|
|
17584
17640
|
static fromBinary(bytes, options) {
|
|
@@ -17602,7 +17658,7 @@ SingleCut.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
17602
17658
|
{ no: 2, name: "stream_selection", kind: "message", T: StreamSelection, repeated: true },
|
|
17603
17659
|
{ no: 3, name: "start_date_time", kind: "message", T: protobuf_1.Timestamp },
|
|
17604
17660
|
{ no: 4, name: "duration_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
17605
|
-
{ no: 5, name: "
|
|
17661
|
+
{ no: 5, name: "trim_partial_gops", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
17606
17662
|
{ no: 6, name: "session_num", kind: "message", T: common_pb_js_1.OptionalInt },
|
|
17607
17663
|
]);
|
|
17608
17664
|
/**
|