@norskvideo/norsk-api 1.0.377 → 1.0.378
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 +41 -1
- package/lib/media_pb.js +64 -9
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +71 -1
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
2
|
import { Empty, Message, Timestamp } from "@bufbuild/protobuf";
|
|
3
|
-
import { CurrentLoad, Log, OptionalBool, OptionalInt, OptionalInt64, OptionalString, UInt32OrInfinity, Version } from "./shared/common_pb.js";
|
|
3
|
+
import { CurrentLoad, Log, Log_Level, OptionalBool, OptionalInt, OptionalInt64, OptionalString, UInt32OrInfinity, Version } from "./shared/common_pb.js";
|
|
4
4
|
/**
|
|
5
5
|
* @generated from enum norsk.api.media.NodeMetricsMode
|
|
6
6
|
*/
|
|
@@ -4847,6 +4847,38 @@ export declare class AudioSignalGeneratorEvent extends Message<AudioSignalGenera
|
|
|
4847
4847
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioSignalGeneratorEvent;
|
|
4848
4848
|
static equals(a: AudioSignalGeneratorEvent | PlainMessage<AudioSignalGeneratorEvent> | undefined, b: AudioSignalGeneratorEvent | PlainMessage<AudioSignalGeneratorEvent> | undefined): boolean;
|
|
4849
4849
|
}
|
|
4850
|
+
/**
|
|
4851
|
+
* ///////////////////////////////
|
|
4852
|
+
* BrowserInput
|
|
4853
|
+
*
|
|
4854
|
+
* @generated from message norsk.api.media.BrowserAppConfiguration
|
|
4855
|
+
*/
|
|
4856
|
+
export declare class BrowserAppConfiguration extends Message<BrowserAppConfiguration> {
|
|
4857
|
+
/**
|
|
4858
|
+
* @generated from field: string cache_path = 1;
|
|
4859
|
+
*/
|
|
4860
|
+
cachePath: string;
|
|
4861
|
+
/**
|
|
4862
|
+
* @generated from field: string log_file = 2;
|
|
4863
|
+
*/
|
|
4864
|
+
logFile: string;
|
|
4865
|
+
/**
|
|
4866
|
+
* @generated from field: norsk.api.common.Log.Level log_severity = 3;
|
|
4867
|
+
*/
|
|
4868
|
+
logSeverity: Log_Level;
|
|
4869
|
+
/**
|
|
4870
|
+
* @generated from field: repeated string additional_args = 4;
|
|
4871
|
+
*/
|
|
4872
|
+
additionalArgs: string[];
|
|
4873
|
+
constructor(data?: PartialMessage<BrowserAppConfiguration>);
|
|
4874
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4875
|
+
static readonly typeName = "norsk.api.media.BrowserAppConfiguration";
|
|
4876
|
+
static readonly fields: FieldList;
|
|
4877
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BrowserAppConfiguration;
|
|
4878
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BrowserAppConfiguration;
|
|
4879
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BrowserAppConfiguration;
|
|
4880
|
+
static equals(a: BrowserAppConfiguration | PlainMessage<BrowserAppConfiguration> | undefined, b: BrowserAppConfiguration | PlainMessage<BrowserAppConfiguration> | undefined): boolean;
|
|
4881
|
+
}
|
|
4850
4882
|
/**
|
|
4851
4883
|
* @generated from message norsk.api.media.BrowserInputConfiguration
|
|
4852
4884
|
*/
|
|
@@ -4875,6 +4907,10 @@ export declare class BrowserInputConfiguration extends Message<BrowserInputConfi
|
|
|
4875
4907
|
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
|
|
4876
4908
|
*/
|
|
4877
4909
|
statsSampling?: StreamStatisticsSampling;
|
|
4910
|
+
/**
|
|
4911
|
+
* @generated from field: norsk.api.media.BrowserAppConfiguration app_config = 7;
|
|
4912
|
+
*/
|
|
4913
|
+
appConfig?: BrowserAppConfiguration;
|
|
4878
4914
|
constructor(data?: PartialMessage<BrowserInputConfiguration>);
|
|
4879
4915
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4880
4916
|
static readonly typeName = "norsk.api.media.BrowserInputConfiguration";
|
|
@@ -11847,6 +11883,10 @@ export declare class VideoTransformConfiguration extends Message<VideoTransformC
|
|
|
11847
11883
|
case: undefined;
|
|
11848
11884
|
value?: undefined;
|
|
11849
11885
|
};
|
|
11886
|
+
/**
|
|
11887
|
+
* @generated from field: norsk.api.media.PixelFormat pixel_format = 8;
|
|
11888
|
+
*/
|
|
11889
|
+
pixelFormat: PixelFormat;
|
|
11850
11890
|
constructor(data?: PartialMessage<VideoTransformConfiguration>);
|
|
11851
11891
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11852
11892
|
static readonly typeName = "norsk.api.media.VideoTransformConfiguration";
|
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 = void 0;
|
|
9
|
+
exports.BrowserOnLoadError = 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.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.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 = exports.BrowserEvent = void 0;
|
|
11
|
+
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 = exports.CMAFDestination = void 0;
|
|
12
|
+
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 = exports.SipCredentials = void 0;
|
|
13
|
+
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 = exports.NvidiaHevc_NvidiaHevcProfile = void 0;
|
|
14
|
+
exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = 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 = void 0;
|
|
15
|
+
exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = 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 = void 0;
|
|
16
|
+
exports.MoqOutputEvent = 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 = 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 = void 0;
|
|
18
18
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
19
19
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
20
20
|
/**
|
|
@@ -6021,6 +6021,55 @@ AudioSignalGeneratorEvent.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
6021
6021
|
{ no: 1, name: "node_id", kind: "message", T: MediaNodeId, oneof: "message" },
|
|
6022
6022
|
{ no: 2, name: "outbound_context", kind: "message", T: Context, oneof: "message" },
|
|
6023
6023
|
]);
|
|
6024
|
+
/**
|
|
6025
|
+
* ///////////////////////////////
|
|
6026
|
+
* BrowserInput
|
|
6027
|
+
*
|
|
6028
|
+
* @generated from message norsk.api.media.BrowserAppConfiguration
|
|
6029
|
+
*/
|
|
6030
|
+
class BrowserAppConfiguration extends protobuf_1.Message {
|
|
6031
|
+
constructor(data) {
|
|
6032
|
+
super();
|
|
6033
|
+
/**
|
|
6034
|
+
* @generated from field: string cache_path = 1;
|
|
6035
|
+
*/
|
|
6036
|
+
this.cachePath = "";
|
|
6037
|
+
/**
|
|
6038
|
+
* @generated from field: string log_file = 2;
|
|
6039
|
+
*/
|
|
6040
|
+
this.logFile = "";
|
|
6041
|
+
/**
|
|
6042
|
+
* @generated from field: norsk.api.common.Log.Level log_severity = 3;
|
|
6043
|
+
*/
|
|
6044
|
+
this.logSeverity = common_pb_js_1.Log_Level.EMERGENCY;
|
|
6045
|
+
/**
|
|
6046
|
+
* @generated from field: repeated string additional_args = 4;
|
|
6047
|
+
*/
|
|
6048
|
+
this.additionalArgs = [];
|
|
6049
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
6050
|
+
}
|
|
6051
|
+
static fromBinary(bytes, options) {
|
|
6052
|
+
return new BrowserAppConfiguration().fromBinary(bytes, options);
|
|
6053
|
+
}
|
|
6054
|
+
static fromJson(jsonValue, options) {
|
|
6055
|
+
return new BrowserAppConfiguration().fromJson(jsonValue, options);
|
|
6056
|
+
}
|
|
6057
|
+
static fromJsonString(jsonString, options) {
|
|
6058
|
+
return new BrowserAppConfiguration().fromJsonString(jsonString, options);
|
|
6059
|
+
}
|
|
6060
|
+
static equals(a, b) {
|
|
6061
|
+
return protobuf_1.proto3.util.equals(BrowserAppConfiguration, a, b);
|
|
6062
|
+
}
|
|
6063
|
+
}
|
|
6064
|
+
exports.BrowserAppConfiguration = BrowserAppConfiguration;
|
|
6065
|
+
BrowserAppConfiguration.runtime = protobuf_1.proto3;
|
|
6066
|
+
BrowserAppConfiguration.typeName = "norsk.api.media.BrowserAppConfiguration";
|
|
6067
|
+
BrowserAppConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
6068
|
+
{ no: 1, name: "cache_path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6069
|
+
{ no: 2, name: "log_file", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6070
|
+
{ no: 3, name: "log_severity", kind: "enum", T: protobuf_1.proto3.getEnumType(common_pb_js_1.Log_Level) },
|
|
6071
|
+
{ no: 4, name: "additional_args", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
6072
|
+
]);
|
|
6024
6073
|
/**
|
|
6025
6074
|
* @generated from message norsk.api.media.BrowserInputConfiguration
|
|
6026
6075
|
*/
|
|
@@ -6060,6 +6109,7 @@ BrowserInputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
6060
6109
|
{ no: 4, name: "resolution", kind: "message", T: Resolution },
|
|
6061
6110
|
{ no: 5, name: "frame_rate", kind: "message", T: FrameRate },
|
|
6062
6111
|
{ no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
6112
|
+
{ no: 7, name: "app_config", kind: "message", T: BrowserAppConfiguration },
|
|
6063
6113
|
]);
|
|
6064
6114
|
/**
|
|
6065
6115
|
* @generated from message norsk.api.media.BrowserInputUpdateConfiguration
|
|
@@ -13333,6 +13383,10 @@ class VideoTransformConfiguration extends protobuf_1.Message {
|
|
|
13333
13383
|
* @generated from oneof norsk.api.media.VideoTransformConfiguration.deinterlace
|
|
13334
13384
|
*/
|
|
13335
13385
|
this.deinterlace = { case: undefined };
|
|
13386
|
+
/**
|
|
13387
|
+
* @generated from field: norsk.api.media.PixelFormat pixel_format = 8;
|
|
13388
|
+
*/
|
|
13389
|
+
this.pixelFormat = PixelFormat.UNSPECIFIED;
|
|
13336
13390
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
13337
13391
|
}
|
|
13338
13392
|
static fromBinary(bytes, options) {
|
|
@@ -13358,6 +13412,7 @@ VideoTransformConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
13358
13412
|
{ no: 5, name: "frame_rate", kind: "message", T: FrameRate },
|
|
13359
13413
|
{ no: 6, name: "none", kind: "message", T: NoDeinterlace, oneof: "deinterlace" },
|
|
13360
13414
|
{ no: 7, name: "software", kind: "message", T: SoftwareDeinterlace, oneof: "deinterlace" },
|
|
13415
|
+
{ no: 8, name: "pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
|
|
13361
13416
|
]);
|
|
13362
13417
|
/**
|
|
13363
13418
|
* @generated from message norsk.api.media.VideoTransformMessage
|