@norskvideo/norsk-api 1.0.373 → 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 +55 -47
- package/lib/media_pb.js +78 -68
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +84 -72
- package/package.json +1 -1
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:
|
|
548
|
+
* @generated from enum value: DECKLINK_UYVY = 0;
|
|
549
549
|
*/
|
|
550
|
-
|
|
550
|
+
DECKLINK_UYVY = 0,
|
|
551
551
|
/**
|
|
552
|
-
* @generated from enum value:
|
|
552
|
+
* @generated from enum value: DECKLINK_ARGB = 1;
|
|
553
553
|
*/
|
|
554
|
-
|
|
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";
|
|
@@ -5502,9 +5551,9 @@ export declare class VideoComposeConfiguration extends Message<VideoComposeConfi
|
|
|
5502
5551
|
* Output pixel format to use. If not specified, this will be chosen
|
|
5503
5552
|
* automatically based on the sources present in the initial composition
|
|
5504
5553
|
*
|
|
5505
|
-
* @generated from field: norsk.api.media.
|
|
5554
|
+
* @generated from field: norsk.api.media.PixelFormat output_pixel_format = 6;
|
|
5506
5555
|
*/
|
|
5507
|
-
outputPixelFormat:
|
|
5556
|
+
outputPixelFormat: PixelFormat;
|
|
5508
5557
|
/**
|
|
5509
5558
|
* Behaviour in the case of a missing stream used in an active composition
|
|
5510
5559
|
* part. Note that this does not apply to the reference stream, but to every
|
|
@@ -5546,47 +5595,6 @@ export declare enum VideoComposeConfiguration_ComposeHardwareAcceleration {
|
|
|
5546
5595
|
*/
|
|
5547
5596
|
COMPOSE_NVIDIA = 2
|
|
5548
5597
|
}
|
|
5549
|
-
/**
|
|
5550
|
-
* @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
|
|
5551
|
-
*/
|
|
5552
|
-
export declare enum VideoComposeConfiguration_PixelFormat {
|
|
5553
|
-
/**
|
|
5554
|
-
* @generated from enum value: UNSPECIFIED = 0;
|
|
5555
|
-
*/
|
|
5556
|
-
UNSPECIFIED = 0,
|
|
5557
|
-
/**
|
|
5558
|
-
* @generated from enum value: YUV420P = 1;
|
|
5559
|
-
*/
|
|
5560
|
-
YUV420P = 1,
|
|
5561
|
-
/**
|
|
5562
|
-
* @generated from enum value: YUV422P = 2;
|
|
5563
|
-
*/
|
|
5564
|
-
YUV422P = 2,
|
|
5565
|
-
/**
|
|
5566
|
-
* @generated from enum value: YUV444P = 3;
|
|
5567
|
-
*/
|
|
5568
|
-
YUV444P = 3,
|
|
5569
|
-
/**
|
|
5570
|
-
* @generated from enum value: YUVA420P = 4;
|
|
5571
|
-
*/
|
|
5572
|
-
YUVA420P = 4,
|
|
5573
|
-
/**
|
|
5574
|
-
* @generated from enum value: YUVA422P = 5;
|
|
5575
|
-
*/
|
|
5576
|
-
YUVA422P = 5,
|
|
5577
|
-
/**
|
|
5578
|
-
* @generated from enum value: YUVA444P = 6;
|
|
5579
|
-
*/
|
|
5580
|
-
YUVA444P = 6,
|
|
5581
|
-
/**
|
|
5582
|
-
* @generated from enum value: RGBA = 7;
|
|
5583
|
-
*/
|
|
5584
|
-
RGBA = 7,
|
|
5585
|
-
/**
|
|
5586
|
-
* @generated from enum value: BGRA = 8;
|
|
5587
|
-
*/
|
|
5588
|
-
BGRA = 8
|
|
5589
|
-
}
|
|
5590
5598
|
/**
|
|
5591
5599
|
* @generated from enum norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour
|
|
5592
5600
|
*/
|
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.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
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.
|
|
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:
|
|
699
|
+
* @generated from enum value: DECKLINK_UYVY = 0;
|
|
700
700
|
*/
|
|
701
|
-
DeckLinkPixelFormat[DeckLinkPixelFormat["
|
|
701
|
+
DeckLinkPixelFormat[DeckLinkPixelFormat["DECKLINK_UYVY"] = 0] = "DECKLINK_UYVY";
|
|
702
702
|
/**
|
|
703
|
-
* @generated from enum value:
|
|
703
|
+
* @generated from enum value: DECKLINK_ARGB = 1;
|
|
704
704
|
*/
|
|
705
|
-
DeckLinkPixelFormat[DeckLinkPixelFormat["
|
|
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: "
|
|
710
|
-
{ no: 1, name: "
|
|
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.
|
|
5165
|
+
this.pixelFormat = DeckLinkPixelFormat.DECKLINK_UYVY;
|
|
5102
5166
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
5103
5167
|
}
|
|
5104
5168
|
static fromBinary(bytes, options) {
|
|
@@ -6759,9 +6823,9 @@ class VideoComposeConfiguration extends protobuf_1.Message {
|
|
|
6759
6823
|
* Output pixel format to use. If not specified, this will be chosen
|
|
6760
6824
|
* automatically based on the sources present in the initial composition
|
|
6761
6825
|
*
|
|
6762
|
-
* @generated from field: norsk.api.media.
|
|
6826
|
+
* @generated from field: norsk.api.media.PixelFormat output_pixel_format = 6;
|
|
6763
6827
|
*/
|
|
6764
|
-
this.outputPixelFormat =
|
|
6828
|
+
this.outputPixelFormat = PixelFormat.UNSPECIFIED;
|
|
6765
6829
|
/**
|
|
6766
6830
|
* Behaviour in the case of a missing stream used in an active composition
|
|
6767
6831
|
* part. Note that this does not apply to the reference stream, but to every
|
|
@@ -6800,7 +6864,7 @@ VideoComposeConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
6800
6864
|
{ no: 2, name: "reference_stream", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6801
6865
|
{ no: 3, name: "parts", kind: "message", T: ComposePart, repeated: true },
|
|
6802
6866
|
{ no: 5, name: "output_resolution", kind: "message", T: Resolution },
|
|
6803
|
-
{ no: 6, name: "output_pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(
|
|
6867
|
+
{ no: 6, name: "output_pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
|
|
6804
6868
|
{ no: 7, name: "missing_stream_behaviour", kind: "enum", T: protobuf_1.proto3.getEnumType(VideoComposeConfiguration_MissingStreamBehaviour) },
|
|
6805
6869
|
{ no: 8, name: "hardware_acceleration", kind: "enum", T: protobuf_1.proto3.getEnumType(VideoComposeConfiguration_ComposeHardwareAcceleration) },
|
|
6806
6870
|
]);
|
|
@@ -6828,60 +6892,6 @@ protobuf_1.proto3.util.setEnumType(VideoComposeConfiguration_ComposeHardwareAcce
|
|
|
6828
6892
|
{ no: 1, name: "COMPOSE_QUADRA" },
|
|
6829
6893
|
{ no: 2, name: "COMPOSE_NVIDIA" },
|
|
6830
6894
|
]);
|
|
6831
|
-
/**
|
|
6832
|
-
* @generated from enum norsk.api.media.VideoComposeConfiguration.PixelFormat
|
|
6833
|
-
*/
|
|
6834
|
-
var VideoComposeConfiguration_PixelFormat;
|
|
6835
|
-
(function (VideoComposeConfiguration_PixelFormat) {
|
|
6836
|
-
/**
|
|
6837
|
-
* @generated from enum value: UNSPECIFIED = 0;
|
|
6838
|
-
*/
|
|
6839
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
6840
|
-
/**
|
|
6841
|
-
* @generated from enum value: YUV420P = 1;
|
|
6842
|
-
*/
|
|
6843
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV420P"] = 1] = "YUV420P";
|
|
6844
|
-
/**
|
|
6845
|
-
* @generated from enum value: YUV422P = 2;
|
|
6846
|
-
*/
|
|
6847
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV422P"] = 2] = "YUV422P";
|
|
6848
|
-
/**
|
|
6849
|
-
* @generated from enum value: YUV444P = 3;
|
|
6850
|
-
*/
|
|
6851
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUV444P"] = 3] = "YUV444P";
|
|
6852
|
-
/**
|
|
6853
|
-
* @generated from enum value: YUVA420P = 4;
|
|
6854
|
-
*/
|
|
6855
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA420P"] = 4] = "YUVA420P";
|
|
6856
|
-
/**
|
|
6857
|
-
* @generated from enum value: YUVA422P = 5;
|
|
6858
|
-
*/
|
|
6859
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA422P"] = 5] = "YUVA422P";
|
|
6860
|
-
/**
|
|
6861
|
-
* @generated from enum value: YUVA444P = 6;
|
|
6862
|
-
*/
|
|
6863
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["YUVA444P"] = 6] = "YUVA444P";
|
|
6864
|
-
/**
|
|
6865
|
-
* @generated from enum value: RGBA = 7;
|
|
6866
|
-
*/
|
|
6867
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["RGBA"] = 7] = "RGBA";
|
|
6868
|
-
/**
|
|
6869
|
-
* @generated from enum value: BGRA = 8;
|
|
6870
|
-
*/
|
|
6871
|
-
VideoComposeConfiguration_PixelFormat[VideoComposeConfiguration_PixelFormat["BGRA"] = 8] = "BGRA";
|
|
6872
|
-
})(VideoComposeConfiguration_PixelFormat = exports.VideoComposeConfiguration_PixelFormat || (exports.VideoComposeConfiguration_PixelFormat = {}));
|
|
6873
|
-
// Retrieve enum metadata with: proto3.getEnumType(VideoComposeConfiguration_PixelFormat)
|
|
6874
|
-
protobuf_1.proto3.util.setEnumType(VideoComposeConfiguration_PixelFormat, "norsk.api.media.VideoComposeConfiguration.PixelFormat", [
|
|
6875
|
-
{ no: 0, name: "UNSPECIFIED" },
|
|
6876
|
-
{ no: 1, name: "YUV420P" },
|
|
6877
|
-
{ no: 2, name: "YUV422P" },
|
|
6878
|
-
{ no: 3, name: "YUV444P" },
|
|
6879
|
-
{ no: 4, name: "YUVA420P" },
|
|
6880
|
-
{ no: 5, name: "YUVA422P" },
|
|
6881
|
-
{ no: 6, name: "YUVA444P" },
|
|
6882
|
-
{ no: 7, name: "RGBA" },
|
|
6883
|
-
{ no: 8, name: "BGRA" },
|
|
6884
|
-
]);
|
|
6885
6895
|
/**
|
|
6886
6896
|
* @generated from enum norsk.api.media.VideoComposeConfiguration.MissingStreamBehaviour
|
|
6887
6897
|
*/
|