@norskvideo/norsk-api 1.0.380 → 1.0.383
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 +44 -25
- package/lib/media_pb.js +84 -50
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +84 -43
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -6,17 +6,21 @@ import { CurrentLoad, Log, Log_Level, OptionalBool, OptionalInt, OptionalInt64,
|
|
|
6
6
|
*/
|
|
7
7
|
export declare enum NodeMetricsMode {
|
|
8
8
|
/**
|
|
9
|
-
* @generated from enum value:
|
|
9
|
+
* @generated from enum value: NODE_METRICS_DEFAULT = 0;
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
NODE_METRICS_DEFAULT = 0,
|
|
12
12
|
/**
|
|
13
|
-
* @generated from enum value:
|
|
13
|
+
* @generated from enum value: NODE_METRICS_ENABLE = 1;
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
NODE_METRICS_ENABLE = 1,
|
|
16
16
|
/**
|
|
17
|
-
* @generated from enum value:
|
|
17
|
+
* @generated from enum value: NODE_METRICS_MINIMAL = 2;
|
|
18
18
|
*/
|
|
19
|
-
|
|
19
|
+
NODE_METRICS_MINIMAL = 2,
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: NODE_METRICS_NONE = 3;
|
|
22
|
+
*/
|
|
23
|
+
NODE_METRICS_NONE = 3
|
|
20
24
|
}
|
|
21
25
|
/**
|
|
22
26
|
* Enumeration of possible channel positions.
|
|
@@ -3437,11 +3441,9 @@ export declare class SrtInputConfiguration extends Message<SrtInputConfiguration
|
|
|
3437
3441
|
*/
|
|
3438
3442
|
sourceName: string;
|
|
3439
3443
|
/**
|
|
3440
|
-
*
|
|
3441
|
-
*
|
|
3442
|
-
* @generated from field: string ip = 3;
|
|
3444
|
+
* @generated from field: string host = 3;
|
|
3443
3445
|
*/
|
|
3444
|
-
|
|
3446
|
+
host: string;
|
|
3445
3447
|
/**
|
|
3446
3448
|
* @generated from field: int32 port = 4;
|
|
3447
3449
|
*/
|
|
@@ -3778,9 +3780,9 @@ export declare class UdpTsInputConfiguration extends Message<UdpTsInputConfigura
|
|
|
3778
3780
|
*/
|
|
3779
3781
|
sourceName: string;
|
|
3780
3782
|
/**
|
|
3781
|
-
* @generated from field: string
|
|
3783
|
+
* @generated from field: string host = 3;
|
|
3782
3784
|
*/
|
|
3783
|
-
|
|
3785
|
+
host: string;
|
|
3784
3786
|
/**
|
|
3785
3787
|
* @generated from field: int32 port = 4;
|
|
3786
3788
|
*/
|
|
@@ -4187,6 +4189,27 @@ export declare class DeckLinkInputEvent extends Message<DeckLinkInputEvent> {
|
|
|
4187
4189
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeckLinkInputEvent;
|
|
4188
4190
|
static equals(a: DeckLinkInputEvent | PlainMessage<DeckLinkInputEvent> | undefined, b: DeckLinkInputEvent | PlainMessage<DeckLinkInputEvent> | undefined): boolean;
|
|
4189
4191
|
}
|
|
4192
|
+
/**
|
|
4193
|
+
* @generated from message norsk.api.media.DeltacastChannel
|
|
4194
|
+
*/
|
|
4195
|
+
export declare class DeltacastChannel extends Message<DeltacastChannel> {
|
|
4196
|
+
/**
|
|
4197
|
+
* @generated from field: string sourceName = 1;
|
|
4198
|
+
*/
|
|
4199
|
+
sourceName: string;
|
|
4200
|
+
/**
|
|
4201
|
+
* @generated from field: uint32 channelIndex = 2;
|
|
4202
|
+
*/
|
|
4203
|
+
channelIndex: number;
|
|
4204
|
+
constructor(data?: PartialMessage<DeltacastChannel>);
|
|
4205
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4206
|
+
static readonly typeName = "norsk.api.media.DeltacastChannel";
|
|
4207
|
+
static readonly fields: FieldList;
|
|
4208
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeltacastChannel;
|
|
4209
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeltacastChannel;
|
|
4210
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeltacastChannel;
|
|
4211
|
+
static equals(a: DeltacastChannel | PlainMessage<DeltacastChannel> | undefined, b: DeltacastChannel | PlainMessage<DeltacastChannel> | undefined): boolean;
|
|
4212
|
+
}
|
|
4190
4213
|
/**
|
|
4191
4214
|
* @generated from message norsk.api.media.DeltacastInputConfiguration
|
|
4192
4215
|
*/
|
|
@@ -4196,23 +4219,19 @@ export declare class DeltacastInputConfiguration extends Message<DeltacastInputC
|
|
|
4196
4219
|
*/
|
|
4197
4220
|
id?: MediaNodeId;
|
|
4198
4221
|
/**
|
|
4199
|
-
* @generated from field:
|
|
4200
|
-
*/
|
|
4201
|
-
sourceName: string;
|
|
4202
|
-
/**
|
|
4203
|
-
* @generated from field: uint32 device_id = 3;
|
|
4222
|
+
* @generated from field: uint32 device_id = 2;
|
|
4204
4223
|
*/
|
|
4205
4224
|
deviceId: number;
|
|
4206
4225
|
/**
|
|
4207
|
-
* @generated from field: bool capture_video =
|
|
4226
|
+
* @generated from field: bool capture_video = 3;
|
|
4208
4227
|
*/
|
|
4209
4228
|
captureVideo: boolean;
|
|
4210
4229
|
/**
|
|
4211
|
-
* @generated from field:
|
|
4230
|
+
* @generated from field: repeated norsk.api.media.DeltacastChannel channels = 4;
|
|
4212
4231
|
*/
|
|
4213
|
-
|
|
4232
|
+
channels: DeltacastChannel[];
|
|
4214
4233
|
/**
|
|
4215
|
-
* @generated from field: uint32 audio_channel_mask =
|
|
4234
|
+
* @generated from field: uint32 audio_channel_mask = 5;
|
|
4216
4235
|
*/
|
|
4217
4236
|
audioChannelMask: number;
|
|
4218
4237
|
/**
|
|
@@ -8065,9 +8084,9 @@ export declare class UdpTsOutputConfiguration extends Message<UdpTsOutputConfigu
|
|
|
8065
8084
|
*/
|
|
8066
8085
|
interface?: Interface;
|
|
8067
8086
|
/**
|
|
8068
|
-
* @generated from field: string
|
|
8087
|
+
* @generated from field: string destination_host = 3;
|
|
8069
8088
|
*/
|
|
8070
|
-
|
|
8089
|
+
destinationHost: string;
|
|
8071
8090
|
/**
|
|
8072
8091
|
* @generated from field: int32 destination_port = 4;
|
|
8073
8092
|
*/
|
|
@@ -8182,9 +8201,9 @@ export declare class SrtOutputConfiguration extends Message<SrtOutputConfigurati
|
|
|
8182
8201
|
*/
|
|
8183
8202
|
id?: MediaNodeId;
|
|
8184
8203
|
/**
|
|
8185
|
-
* @generated from field: string
|
|
8204
|
+
* @generated from field: string host = 2;
|
|
8186
8205
|
*/
|
|
8187
|
-
|
|
8206
|
+
host: string;
|
|
8188
8207
|
/**
|
|
8189
8208
|
* @generated from field: int32 port = 3;
|
|
8190
8209
|
*/
|
package/lib/media_pb.js
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.TimestampProgramNudge = exports.TimestampNudge = exports.ValidationResponseAck = exports.ValidationResponse_ContextValidationResponse = exports.ValidationResponse = exports.BlockingCallRef = exports.TaggedContext = exports.MultipleContext = exports.Context = exports.StreamMetadata_AncillaryMetadata = exports.StreamMetadata_PlaylistMetadata = exports.StreamMetadata_SubtitleMetadata = exports.StreamMetadata_VideoMetadata = exports.StreamMetadata_AudioMetadata = exports.StreamMetadata = exports.ChannelLayout = exports.MultiChannelLayout = exports.SingleChannelLayout = exports.Channel = exports.ExplicitChannel = exports.StreamKey = exports.InputPin = exports.RenditionName = exports.StreamId = exports.ProgramNumber = exports.SourceName = exports.Interval = exports.Resolution = exports.MediaNodeId = exports.ContextType = exports.VideoIOSupport = exports.VideoConnection = exports.VancPayloadFormat = exports.MetadataKind = exports.SentenceStabilizationMode = exports.SentenceBuildMode = exports.NvidiaPreset = exports.PixelFormat = exports.DeckLinkDisplayModeId = exports.DeckLinkPixelFormat = exports.TestCardPattern = exports.SrtMode = exports.AncillaryType = exports.SubtitleFormat = exports.AudioCodec = exports.SampleFormat = exports.SampleRate = exports.NamedChannelLayout = exports.ChannelName = exports.NodeMetricsMode = void 0;
|
|
8
8
|
exports.SrtInputMessage = exports.SrtInputConfiguration = exports.StreamWebVttInputEvent = exports.StreamWebVttError = exports.StreamWebVttInputConfiguration = exports.StreamWebVttInputMessage = exports.FileWebVttInputEvent = exports.FileWebVttInputConfiguration = exports.FileTsInputMessage = exports.FileTsInputConfigurationUpdate = exports.FileTsInputConfiguration_StartMode = exports.FileTsInputConfiguration = exports.TsInputEvent = exports.TsInputStatus_State = exports.TsInputStatus = exports.TsContext = exports.TsProgram_TsPid = exports.TsProgram_TsStreamType = exports.TsProgram = exports.RtmpServerInputEvent = exports.RtmpBytesRead = exports.RtmpError_UnsupportedAudio = exports.RtmpError_UnsupportedVideo = exports.RtmpError = exports.RtmpOnStream = exports.RtmpServerInputStatus_State = exports.RtmpServerInputStatus = exports.RtmpConnection = exports.RtmpServerInputMessage = exports.RtmpStreamReject = exports.RtmpStreamAccept = exports.RtmpConnectionReject = exports.RtmpConnectionAccept = exports.SslServerOptions = exports.RtmpServerInputConfiguration = exports.ConnectionId = exports.GopStructure_SinglePictureStructure = exports.GopStructure_PictureType = exports.GopStructure = exports.CodecPictureStructure_HEVCPictureStructure_HEVCSliceType = exports.CodecPictureStructure_HEVCPictureStructure = exports.CodecPictureStructure_H264PictureStructure_H264SliceType = exports.CodecPictureStructure_H264PictureStructure = exports.CodecPictureStructure_Mpeg2PictureStructure_Mpeg2GopInfo = exports.CodecPictureStructure_Mpeg2PictureStructure = exports.CodecPictureStructure = exports.StreamStatisticsSampling = exports.MultiStreamStatistics_SingleStreamStatistics = exports.MultiStreamStatistics = exports.TimestampSourceProgramNudge = void 0;
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = 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 = void 0;
|
|
9
|
+
exports.BrowserOnLoadEnd = exports.BrowserOnLoadStart = exports.BrowserOnLoaded = exports.BrowserInputMessage = exports.BrowserInputUpdateConfiguration = exports.BrowserInputConfiguration = exports.BrowserAppConfiguration = exports.AudioSignalGeneratorEvent = exports.AudioSignalGeneratorConfiguration = exports.Wave = exports.SineWave = exports.FileMp4InputEvent = exports.FileMp4InputInfo = exports.FileMp4InputStatus_State = exports.FileMp4InputStatus = exports.FileMp4InputPlayUntil = exports.FileMp4InputSeek = exports.FileMp4InputMessage = exports.FileMp4InputConfigurationUpdate = exports.FileMp4InputConfiguration_StartMode = exports.FileMp4InputConfiguration = exports.FileImageInputEvent = exports.FileImageInputConfiguration_ImageFormat = exports.FileImageInputConfiguration_FileImageHardwareAcceleration = exports.FileImageInputConfiguration = exports.DeltacastInputEvent = exports.DeltacastInputMessage = exports.DeltacastInputConfiguration = exports.DeltacastChannel = exports.DeckLinkInputEvent = exports.DeckLinkInputMessage = exports.DeckLinkInputConfiguration = exports.DeckLinkCardIndex = exports.VideoTestCardGeneratorEvent = exports.VideoTestCardGeneratorMessage = exports.TestCardVideoConfiguration = exports.TestCardVideoSetup = exports.M3u8MediaInputEvent = exports.M3u8MediaInputMessage = exports.M3u8MediaInputConfiguration = exports.UdpTsInputMessage = exports.UdpTsInputConfiguration = exports.SrtInputEvent = exports.SrtInputStatus_State = exports.SrtInputStatus = exports.SrtConnectionClose = exports.SrtConnectionReject = exports.SrtConnectionAccept = exports.SrtConnectMessage = exports.SrtTsContext = void 0;
|
|
10
|
+
exports.AwsS3PushDestination = exports.Mp4Encryption_Mp4EncryptionScheme = exports.Mp4Encryption = exports.AudioSplitMultichannelEvent = exports.AudioSplitMultichannelConfiguration = exports.AudioSplitMultichannelMessage = exports.AudioSplitMultichannelSource = exports.AudioBuildMultichannelEvent = exports.AudioBuildMultichannelConfiguration = exports.AudioBuildMultichannelUpdateChannels = exports.AudioBuildMultichannelMessage = exports.AudioBuildMultichannelSource = exports.AudioGainEvent = exports.AudioGainUpdateConfiguration = exports.AudioGainConfiguration = exports.AudioGainMessage = exports.AudioMixMatrixEvent = exports.AudioMixMatrixUpdateConfiguration = exports.AudioMixMatrixConfiguration = exports.ChannelGainMapping = exports.AudioMixMatrixMessage = exports.AudioMixEvent = exports.AudioMixUpdateConfiguration = exports.AudioMixConfiguration = exports.AudioMixMessage = exports.AudioMixSource = exports.MetadataCombineEvent = exports.MetadataCombineConfiguration = exports.MetadataCombineMessage = exports.TransitionComplete = exports.VideoComposeSourceEvent = exports.VideoComposeUpdateConfiguration = exports.VideoComposeConfiguration_MissingStreamBehaviour = exports.VideoComposeConfiguration_ComposeHardwareAcceleration = exports.VideoComposeConfiguration = exports.VideoComposeMessage = exports.PartId = exports.Easing_SimpleEasing = exports.Easing = exports.Transition = exports.ComposePart = exports.OffsetRectangle = exports.WhipInputEvent = exports.WhipInputMessage = exports.WhipInputConfiguration = exports.WebRtcIceServer = exports.WebRtcConfiguration = exports.BrowserInputEvent = exports.BrowserEvent = exports.BrowserOnLoadError = void 0;
|
|
11
|
+
exports.SipConfiguration = exports.WhepOutputEvent_State = exports.WhepOutputEvent = exports.WhepOutputMessage = exports.WhepOutputConfiguration = exports.WebRTCBrowserDuplexEvent = exports.WebRTCBrowserDuplexMessage = exports.WebRTCBrowserDuplexConfiguration = exports.WhipOutputEvent = exports.WhipOutputMessage = exports.WhipOutputConfiguration = exports.SrtOutputEvent = exports.SrtOutputMessage = exports.SrtOutputConfiguration = exports.UdpTsOutputEvent = exports.UdpTsOutputMessage = exports.UdpTsOutputConfiguration = exports.HlsOutputEvent = exports.HlsTsCombinedPushMessage = exports.HlsPushDestination = exports.HlsTsCombinedPushConfiguration = exports.HlsTsMultiVariantMessage = exports.HlsTsMultiVariantConfiguration = exports.CmafMultiVariantMessage = exports.CmafMultiVariantConfiguration = exports.CmafWebVttMessage = exports.MultiVariantPlaylistData = exports.TsMediaPlaylistData = exports.CmafMediaPlaylistData = exports.PlaylistPart = exports.ProgramDateTime = exports.HlsTag = exports.MediaSegment = exports.AdMarker = exports.UpdatePlaylist = exports.UpdateDestinationPlaylist = exports.UpdateCredentials = exports.AwsCredentials = exports.CmafWebVttUpdateConfiguration = exports.CmafWebVttConfiguration = exports.HlsTsAudioMessage = exports.HlsTsAudioConfiguration = exports.CmafAudioMessage = exports.CmafAudioConfiguration = exports.HlsTsVideoMessage = exports.HlsTsVideoConfiguration = exports.CmafVideoMessage = exports.CmafVideoConfiguration = exports.CMAFDestination = exports.LocalPullDestination = void 0;
|
|
12
|
+
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 = exports.FileTsOutputConfiguration = exports.RtmpOutputEvent_State = exports.RtmpOutputEvent = exports.RtmpOutputMessage = exports.SslClientOptions = exports.RtmpOutputConfiguration = exports.SipEvent_Status = exports.SipEvent = exports.SipConnectionStatistics = exports.SipStreamStatistics = exports.SipMessage = exports.SipCall = exports.SipCredentialData = exports.SipCredentials = exports.SipAccount = void 0;
|
|
13
|
+
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 = 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 = void 0;
|
|
14
|
+
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 = 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 = void 0;
|
|
15
|
+
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 = 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 = void 0;
|
|
16
|
+
exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = exports.MediaStoreAssetFileWithHash = exports.MediaStoreSnapshotEvent = exports.MediaStoreSnapshotMessage = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest = exports.CancelMediaStoreCut = exports.StartMediaStoreCut_FileFormat = exports.StartMediaStoreCut = exports.LanguageMapping = exports.SingleCut = exports.StreamSelection = exports.MediaStoreSnapshotConfiguration = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = 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 = void 0;
|
|
17
|
+
exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = 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 = void 0;
|
|
18
18
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
19
19
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
20
20
|
/**
|
|
@@ -23,23 +23,28 @@ const common_pb_js_1 = require("./shared/common_pb.js");
|
|
|
23
23
|
var NodeMetricsMode;
|
|
24
24
|
(function (NodeMetricsMode) {
|
|
25
25
|
/**
|
|
26
|
-
* @generated from enum value:
|
|
26
|
+
* @generated from enum value: NODE_METRICS_DEFAULT = 0;
|
|
27
27
|
*/
|
|
28
|
-
NodeMetricsMode[NodeMetricsMode["
|
|
28
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_DEFAULT"] = 0] = "NODE_METRICS_DEFAULT";
|
|
29
29
|
/**
|
|
30
|
-
* @generated from enum value:
|
|
30
|
+
* @generated from enum value: NODE_METRICS_ENABLE = 1;
|
|
31
31
|
*/
|
|
32
|
-
NodeMetricsMode[NodeMetricsMode["
|
|
32
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_ENABLE"] = 1] = "NODE_METRICS_ENABLE";
|
|
33
33
|
/**
|
|
34
|
-
* @generated from enum value:
|
|
34
|
+
* @generated from enum value: NODE_METRICS_MINIMAL = 2;
|
|
35
35
|
*/
|
|
36
|
-
NodeMetricsMode[NodeMetricsMode["
|
|
36
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_MINIMAL"] = 2] = "NODE_METRICS_MINIMAL";
|
|
37
|
+
/**
|
|
38
|
+
* @generated from enum value: NODE_METRICS_NONE = 3;
|
|
39
|
+
*/
|
|
40
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_NONE"] = 3] = "NODE_METRICS_NONE";
|
|
37
41
|
})(NodeMetricsMode = exports.NodeMetricsMode || (exports.NodeMetricsMode = {}));
|
|
38
42
|
// Retrieve enum metadata with: proto3.getEnumType(NodeMetricsMode)
|
|
39
43
|
protobuf_1.proto3.util.setEnumType(NodeMetricsMode, "norsk.api.media.NodeMetricsMode", [
|
|
40
|
-
{ no: 0, name: "
|
|
41
|
-
{ no: 1, name: "
|
|
42
|
-
{ no: 2, name: "
|
|
44
|
+
{ no: 0, name: "NODE_METRICS_DEFAULT" },
|
|
45
|
+
{ no: 1, name: "NODE_METRICS_ENABLE" },
|
|
46
|
+
{ no: 2, name: "NODE_METRICS_MINIMAL" },
|
|
47
|
+
{ no: 3, name: "NODE_METRICS_NONE" },
|
|
43
48
|
]);
|
|
44
49
|
/**
|
|
45
50
|
* Enumeration of possible channel positions.
|
|
@@ -4416,11 +4421,9 @@ class SrtInputConfiguration extends protobuf_1.Message {
|
|
|
4416
4421
|
*/
|
|
4417
4422
|
this.sourceName = "";
|
|
4418
4423
|
/**
|
|
4419
|
-
*
|
|
4420
|
-
*
|
|
4421
|
-
* @generated from field: string ip = 3;
|
|
4424
|
+
* @generated from field: string host = 3;
|
|
4422
4425
|
*/
|
|
4423
|
-
this.
|
|
4426
|
+
this.host = "";
|
|
4424
4427
|
/**
|
|
4425
4428
|
* @generated from field: int32 port = 4;
|
|
4426
4429
|
*/
|
|
@@ -4450,7 +4453,7 @@ SrtInputConfiguration.typeName = "norsk.api.media.SrtInputConfiguration";
|
|
|
4450
4453
|
SrtInputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
4451
4454
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
4452
4455
|
{ no: 2, name: "source_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
4453
|
-
{ no: 3, name: "
|
|
4456
|
+
{ no: 3, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
4454
4457
|
{ no: 4, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
4455
4458
|
{ no: 5, name: "mode", kind: "enum", T: protobuf_1.proto3.getEnumType(SrtMode) },
|
|
4456
4459
|
{ no: 6, name: "passphrase", kind: "message", T: common_pb_js_1.OptionalString },
|
|
@@ -4790,9 +4793,9 @@ class UdpTsInputConfiguration extends protobuf_1.Message {
|
|
|
4790
4793
|
*/
|
|
4791
4794
|
this.sourceName = "";
|
|
4792
4795
|
/**
|
|
4793
|
-
* @generated from field: string
|
|
4796
|
+
* @generated from field: string host = 3;
|
|
4794
4797
|
*/
|
|
4795
|
-
this.
|
|
4798
|
+
this.host = "";
|
|
4796
4799
|
/**
|
|
4797
4800
|
* @generated from field: int32 port = 4;
|
|
4798
4801
|
*/
|
|
@@ -4826,7 +4829,7 @@ UdpTsInputConfiguration.typeName = "norsk.api.media.UdpTsInputConfiguration";
|
|
|
4826
4829
|
UdpTsInputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
4827
4830
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
4828
4831
|
{ no: 2, name: "source_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
4829
|
-
{ no: 3, name: "
|
|
4832
|
+
{ no: 3, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
4830
4833
|
{ no: 4, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
4831
4834
|
{ no: 5, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
4832
4835
|
{ no: 6, name: "interface", kind: "message", T: Interface },
|
|
@@ -5262,29 +5265,61 @@ DeckLinkInputEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
5262
5265
|
{ no: 3, name: "stream_statistics", kind: "message", T: MultiStreamStatistics, oneof: "message" },
|
|
5263
5266
|
]);
|
|
5264
5267
|
/**
|
|
5265
|
-
* @generated from message norsk.api.media.
|
|
5268
|
+
* @generated from message norsk.api.media.DeltacastChannel
|
|
5266
5269
|
*/
|
|
5267
|
-
class
|
|
5270
|
+
class DeltacastChannel extends protobuf_1.Message {
|
|
5268
5271
|
constructor(data) {
|
|
5269
5272
|
super();
|
|
5270
5273
|
/**
|
|
5271
|
-
* @generated from field: string
|
|
5274
|
+
* @generated from field: string sourceName = 1;
|
|
5272
5275
|
*/
|
|
5273
5276
|
this.sourceName = "";
|
|
5274
5277
|
/**
|
|
5275
|
-
* @generated from field: uint32
|
|
5278
|
+
* @generated from field: uint32 channelIndex = 2;
|
|
5279
|
+
*/
|
|
5280
|
+
this.channelIndex = 0;
|
|
5281
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
5282
|
+
}
|
|
5283
|
+
static fromBinary(bytes, options) {
|
|
5284
|
+
return new DeltacastChannel().fromBinary(bytes, options);
|
|
5285
|
+
}
|
|
5286
|
+
static fromJson(jsonValue, options) {
|
|
5287
|
+
return new DeltacastChannel().fromJson(jsonValue, options);
|
|
5288
|
+
}
|
|
5289
|
+
static fromJsonString(jsonString, options) {
|
|
5290
|
+
return new DeltacastChannel().fromJsonString(jsonString, options);
|
|
5291
|
+
}
|
|
5292
|
+
static equals(a, b) {
|
|
5293
|
+
return protobuf_1.proto3.util.equals(DeltacastChannel, a, b);
|
|
5294
|
+
}
|
|
5295
|
+
}
|
|
5296
|
+
exports.DeltacastChannel = DeltacastChannel;
|
|
5297
|
+
DeltacastChannel.runtime = protobuf_1.proto3;
|
|
5298
|
+
DeltacastChannel.typeName = "norsk.api.media.DeltacastChannel";
|
|
5299
|
+
DeltacastChannel.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5300
|
+
{ no: 1, name: "sourceName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
5301
|
+
{ no: 2, name: "channelIndex", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
5302
|
+
]);
|
|
5303
|
+
/**
|
|
5304
|
+
* @generated from message norsk.api.media.DeltacastInputConfiguration
|
|
5305
|
+
*/
|
|
5306
|
+
class DeltacastInputConfiguration extends protobuf_1.Message {
|
|
5307
|
+
constructor(data) {
|
|
5308
|
+
super();
|
|
5309
|
+
/**
|
|
5310
|
+
* @generated from field: uint32 device_id = 2;
|
|
5276
5311
|
*/
|
|
5277
5312
|
this.deviceId = 0;
|
|
5278
5313
|
/**
|
|
5279
|
-
* @generated from field: bool capture_video =
|
|
5314
|
+
* @generated from field: bool capture_video = 3;
|
|
5280
5315
|
*/
|
|
5281
5316
|
this.captureVideo = false;
|
|
5282
5317
|
/**
|
|
5283
|
-
* @generated from field:
|
|
5318
|
+
* @generated from field: repeated norsk.api.media.DeltacastChannel channels = 4;
|
|
5284
5319
|
*/
|
|
5285
|
-
this.
|
|
5320
|
+
this.channels = [];
|
|
5286
5321
|
/**
|
|
5287
|
-
* @generated from field: uint32 audio_channel_mask =
|
|
5322
|
+
* @generated from field: uint32 audio_channel_mask = 5;
|
|
5288
5323
|
*/
|
|
5289
5324
|
this.audioChannelMask = 0;
|
|
5290
5325
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
@@ -5307,11 +5342,10 @@ DeltacastInputConfiguration.runtime = protobuf_1.proto3;
|
|
|
5307
5342
|
DeltacastInputConfiguration.typeName = "norsk.api.media.DeltacastInputConfiguration";
|
|
5308
5343
|
DeltacastInputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
5309
5344
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
5310
|
-
{ no: 2, name: "
|
|
5311
|
-
{ no: 3, name: "
|
|
5312
|
-
{ no: 4, name: "
|
|
5313
|
-
{ no: 5, name: "
|
|
5314
|
-
{ no: 6, name: "audio_channel_mask", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
5345
|
+
{ no: 2, name: "device_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
5346
|
+
{ no: 3, name: "capture_video", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
5347
|
+
{ no: 4, name: "channels", kind: "message", T: DeltacastChannel, repeated: true },
|
|
5348
|
+
{ no: 5, name: "audio_channel_mask", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
5315
5349
|
{ no: 7, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
5316
5350
|
]);
|
|
5317
5351
|
/**
|
|
@@ -7795,7 +7829,7 @@ class AudioBuildMultichannelConfiguration extends protobuf_1.Message {
|
|
|
7795
7829
|
/**
|
|
7796
7830
|
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 9;
|
|
7797
7831
|
*/
|
|
7798
|
-
this.metrics = NodeMetricsMode.
|
|
7832
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_DEFAULT;
|
|
7799
7833
|
/**
|
|
7800
7834
|
* @generated from field: norsk.api.media.SampleFormat sampleFormat = 10;
|
|
7801
7835
|
*/
|
|
@@ -7937,7 +7971,7 @@ class AudioSplitMultichannelConfiguration extends protobuf_1.Message {
|
|
|
7937
7971
|
/**
|
|
7938
7972
|
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 6;
|
|
7939
7973
|
*/
|
|
7940
|
-
this.metrics = NodeMetricsMode.
|
|
7974
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_DEFAULT;
|
|
7941
7975
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
7942
7976
|
}
|
|
7943
7977
|
static fromBinary(bytes, options) {
|
|
@@ -8378,7 +8412,7 @@ class HlsTsVideoConfiguration extends protobuf_1.Message {
|
|
|
8378
8412
|
/**
|
|
8379
8413
|
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
|
|
8380
8414
|
*/
|
|
8381
|
-
this.metrics = NodeMetricsMode.
|
|
8415
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_DEFAULT;
|
|
8382
8416
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8383
8417
|
}
|
|
8384
8418
|
static fromBinary(bytes, options) {
|
|
@@ -8583,7 +8617,7 @@ class HlsTsAudioConfiguration extends protobuf_1.Message {
|
|
|
8583
8617
|
/**
|
|
8584
8618
|
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 11;
|
|
8585
8619
|
*/
|
|
8586
|
-
this.metrics = NodeMetricsMode.
|
|
8620
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_DEFAULT;
|
|
8587
8621
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8588
8622
|
}
|
|
8589
8623
|
static fromBinary(bytes, options) {
|
|
@@ -9579,9 +9613,9 @@ class UdpTsOutputConfiguration extends protobuf_1.Message {
|
|
|
9579
9613
|
constructor(data) {
|
|
9580
9614
|
super();
|
|
9581
9615
|
/**
|
|
9582
|
-
* @generated from field: string
|
|
9616
|
+
* @generated from field: string destination_host = 3;
|
|
9583
9617
|
*/
|
|
9584
|
-
this.
|
|
9618
|
+
this.destinationHost = "";
|
|
9585
9619
|
/**
|
|
9586
9620
|
* @generated from field: int32 destination_port = 4;
|
|
9587
9621
|
*/
|
|
@@ -9615,7 +9649,7 @@ UdpTsOutputConfiguration.typeName = "norsk.api.media.UdpTsOutputConfiguration";
|
|
|
9615
9649
|
UdpTsOutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
9616
9650
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
9617
9651
|
{ no: 2, name: "interface", kind: "message", T: Interface },
|
|
9618
|
-
{ no: 3, name: "
|
|
9652
|
+
{ no: 3, name: "destination_host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
9619
9653
|
{ no: 4, name: "destination_port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
9620
9654
|
{ no: 5, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
9621
9655
|
{ no: 6, name: "buffer_delay_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
@@ -9695,9 +9729,9 @@ class SrtOutputConfiguration extends protobuf_1.Message {
|
|
|
9695
9729
|
constructor(data) {
|
|
9696
9730
|
super();
|
|
9697
9731
|
/**
|
|
9698
|
-
* @generated from field: string
|
|
9732
|
+
* @generated from field: string host = 2;
|
|
9699
9733
|
*/
|
|
9700
|
-
this.
|
|
9734
|
+
this.host = "";
|
|
9701
9735
|
/**
|
|
9702
9736
|
* @generated from field: int32 port = 3;
|
|
9703
9737
|
*/
|
|
@@ -9730,7 +9764,7 @@ SrtOutputConfiguration.runtime = protobuf_1.proto3;
|
|
|
9730
9764
|
SrtOutputConfiguration.typeName = "norsk.api.media.SrtOutputConfiguration";
|
|
9731
9765
|
SrtOutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
9732
9766
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
9733
|
-
{ no: 2, name: "
|
|
9767
|
+
{ no: 2, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
9734
9768
|
{ no: 3, name: "port", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
9735
9769
|
{ no: 4, name: "mode", kind: "enum", T: protobuf_1.proto3.getEnumType(SrtMode) },
|
|
9736
9770
|
{ no: 6, name: "passphrase", kind: "message", T: common_pb_js_1.OptionalString },
|
|
@@ -13689,7 +13723,7 @@ class StreamKeyOverrideConfiguration extends protobuf_1.Message {
|
|
|
13689
13723
|
/**
|
|
13690
13724
|
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 3;
|
|
13691
13725
|
*/
|
|
13692
|
-
this.metrics = NodeMetricsMode.
|
|
13726
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_DEFAULT;
|
|
13693
13727
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
13694
13728
|
}
|
|
13695
13729
|
static fromBinary(bytes, options) {
|