@norskvideo/norsk-api 1.0.372 → 1.0.374

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 CHANGED
@@ -545,13 +545,13 @@ export declare enum TestCardPattern {
545
545
  */
546
546
  export declare enum DeckLinkPixelFormat {
547
547
  /**
548
- * @generated from enum value: UYVY = 0;
548
+ * @generated from enum value: DECKLINK_UYVY = 0;
549
549
  */
550
- UYVY = 0,
550
+ DECKLINK_UYVY = 0,
551
551
  /**
552
- * @generated from enum value: ARGB = 1;
552
+ * @generated from enum value: DECKLINK_ARGB = 1;
553
553
  */
554
- ARGB = 1
554
+ DECKLINK_ARGB = 1
555
555
  }
556
556
  /**
557
557
  * @generated from enum norsk.api.media.DeckLinkDisplayModeId
@@ -1028,6 +1028,51 @@ export declare enum DeckLinkDisplayModeId {
1028
1028
  */
1029
1029
  SPECIAL_IUNK = 111
1030
1030
  }
1031
+ /**
1032
+ * @generated from enum norsk.api.media.PixelFormat
1033
+ */
1034
+ export declare enum PixelFormat {
1035
+ /**
1036
+ * @generated from enum value: UNSPECIFIED = 0;
1037
+ */
1038
+ UNSPECIFIED = 0,
1039
+ /**
1040
+ * @generated from enum value: YUV420P = 1;
1041
+ */
1042
+ YUV420P = 1,
1043
+ /**
1044
+ * @generated from enum value: YUV422P = 2;
1045
+ */
1046
+ YUV422P = 2,
1047
+ /**
1048
+ * @generated from enum value: YUV444P = 3;
1049
+ */
1050
+ YUV444P = 3,
1051
+ /**
1052
+ * @generated from enum value: YUVA420P = 4;
1053
+ */
1054
+ YUVA420P = 4,
1055
+ /**
1056
+ * @generated from enum value: YUVA422P = 5;
1057
+ */
1058
+ YUVA422P = 5,
1059
+ /**
1060
+ * @generated from enum value: YUVA444P = 6;
1061
+ */
1062
+ YUVA444P = 6,
1063
+ /**
1064
+ * @generated from enum value: RGBA = 7;
1065
+ */
1066
+ RGBA = 7,
1067
+ /**
1068
+ * @generated from enum value: BGRA = 8;
1069
+ */
1070
+ BGRA = 8,
1071
+ /**
1072
+ * @generated from enum value: UYVY = 9;
1073
+ */
1074
+ UYVY = 9
1075
+ }
1031
1076
  /**
1032
1077
  * @generated from enum norsk.api.media.NvidiaPreset
1033
1078
  */
@@ -3929,6 +3974,10 @@ export declare class TestCardVideoConfiguration extends Message<TestCardVideoCon
3929
3974
  * @generated from field: norsk.api.media.TestCardPattern pattern = 6;
3930
3975
  */
3931
3976
  pattern: TestCardPattern;
3977
+ /**
3978
+ * @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
3979
+ */
3980
+ pixelFormat: PixelFormat;
3932
3981
  constructor(data?: PartialMessage<TestCardVideoConfiguration>);
3933
3982
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3934
3983
  static readonly typeName = "norsk.api.media.TestCardVideoConfiguration";
@@ -5318,20 +5367,6 @@ export declare class ComposePart extends Message<ComposePart> {
5318
5367
  * @generated from field: norsk.api.media.Transition transition = 7;
5319
5368
  */
5320
5369
  transition?: Transition;
5321
- /**
5322
- * * Optionally supply a reference resolution. This allows description of the
5323
- * composition in a desired coordinate system, e.g. a resolution of 100x100
5324
- * can be specified to allow the source and destination areas to be described
5325
- * in percentage terms, or a notional resolution can be used that is
5326
- * independant of the source resolutions that may be provided.
5327
- *
5328
- * If unset, this will be overriden by a global reference resolution if
5329
- * present
5330
- *
5331
- *
5332
- * @generated from field: norsk.api.media.Resolution reference_resolution = 8;
5333
- */
5334
- referenceResolution?: Resolution;
5335
5370
  constructor(data?: PartialMessage<ComposePart>);
5336
5371
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
5337
5372
  static readonly typeName = "norsk.api.media.ComposePart";
@@ -5506,22 +5541,6 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
5506
5541
  * @generated from field: repeated norsk.api.media.ComposePart parts = 3;
5507
5542
  */
5508
5543
  parts: ComposePart[];
5509
- /**
5510
- * * Optionally supply a fallback reference resolution. This allows description
5511
- * of the composition in a desired coordinate system, e.g. a resolution of
5512
- * 100x100 can be specified to allow the source and destination areas to be
5513
- * described in percentage terms, or a notional resolution can be used that is
5514
- * independant of the source resolutions that may be provided.
5515
- *
5516
- * if set here, this reference resolution will be applied to
5517
- * any parts that do not have their own reference resolution specified
5518
- *
5519
- * If not provided the source and destination rectangles are in terms of the
5520
- * source and output resolutions respectively.
5521
- *
5522
- * @generated from field: norsk.api.media.Resolution reference_resolution = 4;
5523
- */
5524
- referenceResolution?: Resolution;
5525
5544
  /**
5526
5545
  * The resolution of the output video
5527
5546
  *
@@ -5532,9 +5551,9 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
5532
5551
  * Output pixel format to use. If not specified, this will be chosen
5533
5552
  * automatically based on the sources present in the initial composition
5534
5553
  *
5535
- * @generated from field: norsk.api.media.VideoComposeConfiguration.PixelFormat output_pixel_format = 6;
5554
+ * @generated from field: norsk.api.media.PixelFormat output_pixel_format = 6;
5536
5555
  */
5537
- outputPixelFormat: VideoComposeConfiguration_PixelFormat;
5556
+ outputPixelFormat: PixelFormat;
5538
5557
  /**
5539
5558
  * Behaviour in the case of a missing stream used in an active composition
5540
5559
  * part. Note that this does not apply to the reference stream, but to every
@@ -5576,47 +5595,6 @@ export declare enum VideoComposeConfiguration_ComposeHardwareAcceleration {
5576
5595
  */
5577
5596
  COMPOSE_NVIDIA = 2
5578
5597
  }
5579
- /**
5580
- * @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
5581
- */
5582
- export declare enum VideoComposeConfiguration_PixelFormat {
5583
- /**
5584
- * @generated from enum value: UNSPECIFIED = 0;
5585
- */
5586
- UNSPECIFIED = 0,
5587
- /**
5588
- * @generated from enum value: YUV420P = 1;
5589
- */
5590
- YUV420P = 1,
5591
- /**
5592
- * @generated from enum value: YUV422P = 2;
5593
- */
5594
- YUV422P = 2,
5595
- /**
5596
- * @generated from enum value: YUV444P = 3;
5597
- */
5598
- YUV444P = 3,
5599
- /**
5600
- * @generated from enum value: YUVA420P = 4;
5601
- */
5602
- YUVA420P = 4,
5603
- /**
5604
- * @generated from enum value: YUVA422P = 5;
5605
- */
5606
- YUVA422P = 5,
5607
- /**
5608
- * @generated from enum value: YUVA444P = 6;
5609
- */
5610
- YUVA444P = 6,
5611
- /**
5612
- * @generated from enum value: RGBA = 7;
5613
- */
5614
- RGBA = 7,
5615
- /**
5616
- * @generated from enum value: BGRA = 8;
5617
- */
5618
- BGRA = 8
5619
- }
5620
5598
  /**
5621
5599
  * @generated from enum norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour
5622
5600
  */
@@ -5695,6 +5673,12 @@ export declare class VideoComposeSourceEvent extends Message<VideoComposeSourceE
5695
5673
  */
5696
5674
  value: Context;
5697
5675
  case: "inboundContext";
5676
+ } | {
5677
+ /**
5678
+ * @generated from field: norsk.api.media.MultipleContext validated_context = 6;
5679
+ */
5680
+ value: MultipleContext;
5681
+ case: "validatedContext";
5698
5682
  } | {
5699
5683
  case: undefined;
5700
5684
  value?: undefined;
@@ -13208,6 +13192,12 @@ export declare class StreamSwitchSmoothConfiguration extends Message<StreamSwitc
13208
13192
  * @generated from field: norsk.api.media.SampleRate sample_rate = 6;
13209
13193
  */
13210
13194
  sampleRate: SampleRate;
13195
+ /**
13196
+ * The sample format of the output
13197
+ *
13198
+ * @generated from field: norsk.api.media.SampleFormat sampleFormat = 11;
13199
+ */
13200
+ sampleFormat: SampleFormat;
13211
13201
  /**
13212
13202
  * The frame rate of the output
13213
13203
  *
@@ -16207,9 +16197,9 @@ export declare class MediaStoreExpiry extends Message<MediaStoreExpiry> {
16207
16197
  */
16208
16198
  message: {
16209
16199
  /**
16210
- * @generated from field: uint32 by_size = 1;
16200
+ * @generated from field: uint64 by_size = 1;
16211
16201
  */
16212
- value: number;
16202
+ value: bigint;
16213
16203
  case: "bySize";
16214
16204
  } | {
16215
16205
  /**
package/lib/media_pb.js CHANGED
@@ -4,10 +4,10 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.TimestampSourceProgramNudge = 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.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
- exports.SrtTsContext = 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 = void 0;
9
- exports.BrowserInputEvent = exports.BrowserEvent = exports.BrowserOnLoadError = exports.BrowserOnLoadEnd = exports.BrowserOnLoadStart = exports.BrowserOnLoaded = exports.BrowserInputMessage = exports.BrowserInputUpdateConfiguration = exports.BrowserInputConfiguration = 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.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 = void 0;
10
- exports.CMAFDestination = exports.LocalPullDestination = 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_PixelFormat = 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 = void 0;
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
+ 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.BrowserEvent = exports.BrowserOnLoadError = exports.BrowserOnLoadEnd = exports.BrowserOnLoadStart = exports.BrowserOnLoaded = exports.BrowserInputMessage = exports.BrowserInputUpdateConfiguration = exports.BrowserInputConfiguration = 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.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.CMAFDestination = exports.LocalPullDestination = 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 = void 0;
11
11
  exports.SipCredentials = exports.SipAccount = 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 = void 0;
12
12
  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 = 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 = void 0;
13
13
  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 = 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 = void 0;
@@ -696,18 +696,18 @@ protobuf_1.proto3.util.setEnumType(TestCardPattern, "norsk.api.media.TestCardPat
696
696
  var DeckLinkPixelFormat;
697
697
  (function (DeckLinkPixelFormat) {
698
698
  /**
699
- * @generated from enum value: UYVY = 0;
699
+ * @generated from enum value: DECKLINK_UYVY = 0;
700
700
  */
701
- DeckLinkPixelFormat[DeckLinkPixelFormat["UYVY"] = 0] = "UYVY";
701
+ DeckLinkPixelFormat[DeckLinkPixelFormat["DECKLINK_UYVY"] = 0] = "DECKLINK_UYVY";
702
702
  /**
703
- * @generated from enum value: ARGB = 1;
703
+ * @generated from enum value: DECKLINK_ARGB = 1;
704
704
  */
705
- DeckLinkPixelFormat[DeckLinkPixelFormat["ARGB"] = 1] = "ARGB";
705
+ DeckLinkPixelFormat[DeckLinkPixelFormat["DECKLINK_ARGB"] = 1] = "DECKLINK_ARGB";
706
706
  })(DeckLinkPixelFormat = exports.DeckLinkPixelFormat || (exports.DeckLinkPixelFormat = {}));
707
707
  // Retrieve enum metadata with: proto3.getEnumType(DeckLinkPixelFormat)
708
708
  protobuf_1.proto3.util.setEnumType(DeckLinkPixelFormat, "norsk.api.media.DeckLinkPixelFormat", [
709
- { no: 0, name: "UYVY" },
710
- { no: 1, name: "ARGB" },
709
+ { no: 0, name: "DECKLINK_UYVY" },
710
+ { no: 1, name: "DECKLINK_ARGB" },
711
711
  ]);
712
712
  /**
713
713
  * @generated from enum norsk.api.media.DeckLinkDisplayModeId
@@ -1300,6 +1300,65 @@ protobuf_1.proto3.util.setEnumType(DeckLinkDisplayModeId, "norsk.api.media.DeckL
1300
1300
  { no: 110, name: "PC_WQX6" },
1301
1301
  { no: 111, name: "SPECIAL_IUNK" },
1302
1302
  ]);
1303
+ /**
1304
+ * @generated from enum norsk.api.media.PixelFormat
1305
+ */
1306
+ var PixelFormat;
1307
+ (function (PixelFormat) {
1308
+ /**
1309
+ * @generated from enum value: UNSPECIFIED = 0;
1310
+ */
1311
+ PixelFormat[PixelFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
1312
+ /**
1313
+ * @generated from enum value: YUV420P = 1;
1314
+ */
1315
+ PixelFormat[PixelFormat["YUV420P"] = 1] = "YUV420P";
1316
+ /**
1317
+ * @generated from enum value: YUV422P = 2;
1318
+ */
1319
+ PixelFormat[PixelFormat["YUV422P"] = 2] = "YUV422P";
1320
+ /**
1321
+ * @generated from enum value: YUV444P = 3;
1322
+ */
1323
+ PixelFormat[PixelFormat["YUV444P"] = 3] = "YUV444P";
1324
+ /**
1325
+ * @generated from enum value: YUVA420P = 4;
1326
+ */
1327
+ PixelFormat[PixelFormat["YUVA420P"] = 4] = "YUVA420P";
1328
+ /**
1329
+ * @generated from enum value: YUVA422P = 5;
1330
+ */
1331
+ PixelFormat[PixelFormat["YUVA422P"] = 5] = "YUVA422P";
1332
+ /**
1333
+ * @generated from enum value: YUVA444P = 6;
1334
+ */
1335
+ PixelFormat[PixelFormat["YUVA444P"] = 6] = "YUVA444P";
1336
+ /**
1337
+ * @generated from enum value: RGBA = 7;
1338
+ */
1339
+ PixelFormat[PixelFormat["RGBA"] = 7] = "RGBA";
1340
+ /**
1341
+ * @generated from enum value: BGRA = 8;
1342
+ */
1343
+ PixelFormat[PixelFormat["BGRA"] = 8] = "BGRA";
1344
+ /**
1345
+ * @generated from enum value: UYVY = 9;
1346
+ */
1347
+ PixelFormat[PixelFormat["UYVY"] = 9] = "UYVY";
1348
+ })(PixelFormat = exports.PixelFormat || (exports.PixelFormat = {}));
1349
+ // Retrieve enum metadata with: proto3.getEnumType(PixelFormat)
1350
+ protobuf_1.proto3.util.setEnumType(PixelFormat, "norsk.api.media.PixelFormat", [
1351
+ { no: 0, name: "UNSPECIFIED" },
1352
+ { no: 1, name: "YUV420P" },
1353
+ { no: 2, name: "YUV422P" },
1354
+ { no: 3, name: "YUV444P" },
1355
+ { no: 4, name: "YUVA420P" },
1356
+ { no: 5, name: "YUVA422P" },
1357
+ { no: 6, name: "YUVA444P" },
1358
+ { no: 7, name: "RGBA" },
1359
+ { no: 8, name: "BGRA" },
1360
+ { no: 9, name: "UYVY" },
1361
+ ]);
1303
1362
  /**
1304
1363
  * @generated from enum norsk.api.media.NvidiaPreset
1305
1364
  */
@@ -4952,6 +5011,10 @@ class TestCardVideoConfiguration extends protobuf_1.Message {
4952
5011
  * @generated from field: norsk.api.media.TestCardPattern pattern = 6;
4953
5012
  */
4954
5013
  this.pattern = TestCardPattern.Black;
5014
+ /**
5015
+ * @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
5016
+ */
5017
+ this.pixelFormat = PixelFormat.UNSPECIFIED;
4955
5018
  protobuf_1.proto3.util.initPartial(data, this);
4956
5019
  }
4957
5020
  static fromBinary(bytes, options) {
@@ -4977,6 +5040,7 @@ TestCardVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
4977
5040
  { no: 4, name: "number_of_frames", kind: "message", T: common_pb_js_1.UInt32OrInfinity },
4978
5041
  { no: 5, name: "realtime", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
4979
5042
  { no: 6, name: "pattern", kind: "enum", T: protobuf_1.proto3.getEnumType(TestCardPattern) },
5043
+ { no: 7, name: "pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
4980
5044
  ]);
4981
5045
  /**
4982
5046
  * @generated from message norsk.api.media.VideoTestCardGeneratorMessage
@@ -5098,7 +5162,7 @@ class DeckLinkInputConfiguration extends protobuf_1.Message {
5098
5162
  /**
5099
5163
  * @generated from field: norsk.api.media.DeckLinkPixelFormat pixel_format = 7;
5100
5164
  */
5101
- this.pixelFormat = DeckLinkPixelFormat.UYVY;
5165
+ this.pixelFormat = DeckLinkPixelFormat.DECKLINK_UYVY;
5102
5166
  protobuf_1.proto3.util.initPartial(data, this);
5103
5167
  }
5104
5168
  static fromBinary(bytes, options) {
@@ -6563,7 +6627,6 @@ ComposePart.fields = protobuf_1.proto3.util.newFieldList(() => [
6563
6627
  { no: 5, name: "opacity", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
6564
6628
  { no: 6, name: "id", kind: "message", T: PartId },
6565
6629
  { no: 7, name: "transition", kind: "message", T: Transition },
6566
- { no: 8, name: "reference_resolution", kind: "message", T: Resolution },
6567
6630
  ]);
6568
6631
  /**
6569
6632
  * A transition for a video composition part.
@@ -6760,9 +6823,9 @@ class VideoComposeConfiguration extends protobuf_1.Message {
6760
6823
  * Output pixel format to use. If not specified, this will be chosen
6761
6824
  * automatically based on the sources present in the initial composition
6762
6825
  *
6763
- * @generated from field: norsk.api.media.VideoComposeConfiguration.PixelFormat output_pixel_format = 6;
6826
+ * @generated from field: norsk.api.media.PixelFormat output_pixel_format = 6;
6764
6827
  */
6765
- this.outputPixelFormat = VideoComposeConfiguration_PixelFormat.UNSPECIFIED;
6828
+ this.outputPixelFormat = PixelFormat.UNSPECIFIED;
6766
6829
  /**
6767
6830
  * Behaviour in the case of a missing stream used in an active composition
6768
6831
  * part. Note that this does not apply to the reference stream, but to every
@@ -6800,9 +6863,8 @@ VideoComposeConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
6800
6863
  { no: 1, name: "id", kind: "message", T: MediaNodeId },
6801
6864
  { no: 2, name: "reference_stream", kind: "scalar", T: 9 /* ScalarType.STRING */ },
6802
6865
  { no: 3, name: "parts", kind: "message", T: ComposePart, repeated: true },
6803
- { no: 4, name: "reference_resolution", kind: "message", T: Resolution },
6804
6866
  { no: 5, name: "output_resolution", kind: "message", T: Resolution },
6805
- { no: 6, name: "output_pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(VideoComposeConfiguration_PixelFormat) },
6867
+ { no: 6, name: "output_pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
6806
6868
  { no: 7, name: "missing_stream_behaviour", kind: "enum", T: protobuf_1.proto3.getEnumType(VideoComposeConfiguration_MissingStreamBehaviour) },
6807
6869
  { no: 8, name: "hardware_acceleration", kind: "enum", T: protobuf_1.proto3.getEnumType(VideoComposeConfiguration_ComposeHardwareAcceleration) },
6808
6870
  ]);
@@ -6830,60 +6892,6 @@ protobuf_1.proto3.util.setEnumType(VideoComposeConfiguration_ComposeHardwareAcce
6830
6892
  { no: 1, name: "COMPOSE_QUADRA" },
6831
6893
  { no: 2, name: "COMPOSE_NVIDIA" },
6832
6894
  ]);
6833
- /**
6834
- * @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
6835
- */
6836
- var VideoComposeConfiguration_PixelFormat;
6837
- (function (VideoComposeConfiguration_PixelFormat) {
6838
- /**
6839
- * @generated from enum value: UNSPECIFIED = 0;
6840
- */
6841
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
6842
- /**
6843
- * @generated from enum value: YUV420P = 1;
6844
- */
6845
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV420P"] = 1] = "YUV420P";
6846
- /**
6847
- * @generated from enum value: YUV422P = 2;
6848
- */
6849
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV422P"] = 2] = "YUV422P";
6850
- /**
6851
- * @generated from enum value: YUV444P = 3;
6852
- */
6853
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV444P"] = 3] = "YUV444P";
6854
- /**
6855
- * @generated from enum value: YUVA420P = 4;
6856
- */
6857
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA420P"] = 4] = "YUVA420P";
6858
- /**
6859
- * @generated from enum value: YUVA422P = 5;
6860
- */
6861
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA422P"] = 5] = "YUVA422P";
6862
- /**
6863
- * @generated from enum value: YUVA444P = 6;
6864
- */
6865
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA444P"] = 6] = "YUVA444P";
6866
- /**
6867
- * @generated from enum value: RGBA = 7;
6868
- */
6869
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["RGBA"] = 7] = "RGBA";
6870
- /**
6871
- * @generated from enum value: BGRA = 8;
6872
- */
6873
- VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["BGRA"] = 8] = "BGRA";
6874
- })(VideoComposeConfiguration_PixelFormat = exports.VideoComposeConfiguration_PixelFormat || (exports.VideoComposeConfiguration_PixelFormat = {}));
6875
- // Retrieve enum metadata with: proto3.getEnumType(VideoComposeConfiguration_PixelFormat)
6876
- protobuf_1.proto3.util.setEnumType(VideoComposeConfiguration_PixelFormat, "norsk.api.media.VideoComposeConfiguration.PixelFormat", [
6877
- { no: 0, name: "UNSPECIFIED" },
6878
- { no: 1, name: "YUV420P" },
6879
- { no: 2, name: "YUV422P" },
6880
- { no: 3, name: "YUV444P" },
6881
- { no: 4, name: "YUVA420P" },
6882
- { no: 5, name: "YUVA422P" },
6883
- { no: 6, name: "YUVA444P" },
6884
- { no: 7, name: "RGBA" },
6885
- { no: 8, name: "BGRA" },
6886
- ]);
6887
6895
  /**
6888
6896
  * @generated from enum norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour
6889
6897
  */
@@ -6980,6 +6988,7 @@ VideoComposeSourceEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
6980
6988
  { no: 3, name: "subscription_response", kind: "message", T: SubscriptionResponse, oneof: "message" },
6981
6989
  { no: 4, name: "transition_complete", kind: "message", T: TransitionComplete, oneof: "message" },
6982
6990
  { no: 5, name: "inbound_context", kind: "message", T: Context, oneof: "message" },
6991
+ { no: 6, name: "validated_context", kind: "message", T: MultipleContext, oneof: "message" },
6983
6992
  ]);
6984
6993
  /**
6985
6994
  * Indicates that the transitions specified in the last config update have
@@ -14593,6 +14602,12 @@ class StreamSwitchSmoothConfiguration extends protobuf_1.Message {
14593
14602
  * @generated from field: norsk.api.media.SampleRate sample_rate = 6;
14594
14603
  */
14595
14604
  this.sampleRate = SampleRate.RATE_8000;
14605
+ /**
14606
+ * The sample format of the output
14607
+ *
14608
+ * @generated from field: norsk.api.media.SampleFormat sampleFormat = 11;
14609
+ */
14610
+ this.sampleFormat = SampleFormat.S16;
14596
14611
  /**
14597
14612
  * Align all timestamps to minimise timestamp jitter on mixed streams
14598
14613
  *
@@ -14631,6 +14646,7 @@ StreamSwitchSmoothConfiguration.fields = protobuf_1.proto3.util.newFieldList(()
14631
14646
  { no: 4, name: "transition_duration_ms", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
14632
14647
  { no: 5, name: "output_resolution", kind: "message", T: Resolution },
14633
14648
  { no: 6, name: "sample_rate", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleRate) },
14649
+ { no: 11, name: "sampleFormat", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleFormat) },
14634
14650
  { no: 7, name: "frame_rate", kind: "message", T: FrameRate },
14635
14651
  { no: 8, name: "channel_layout", kind: "message", T: ChannelLayout },
14636
14652
  { no: 9, name: "alignment", kind: "enum", T: protobuf_1.proto3.getEnumType(StreamSwitchSmoothConfiguration_Alignment) },
@@ -18046,7 +18062,7 @@ exports.MediaStoreExpiry = MediaStoreExpiry;
18046
18062
  MediaStoreExpiry.runtime = protobuf_1.proto3;
18047
18063
  MediaStoreExpiry.typeName = "norsk.api.media.MediaStoreExpiry";
18048
18064
  MediaStoreExpiry.fields = protobuf_1.proto3.util.newFieldList(() => [
18049
- { no: 1, name: "by_size", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "message" },
18065
+ { no: 1, name: "by_size", kind: "scalar", T: 4 /* ScalarType.UINT64 */, oneof: "message" },
18050
18066
  { no: 2, name: "by_duration", kind: "scalar", T: 13 /* ScalarType.UINT32 */, oneof: "message" },
18051
18067
  ]);
18052
18068
  /**