@norskvideo/norsk-api 1.0.367 → 1.0.368
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 +57 -4
- package/lib/media_pb.js +86 -17
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +86 -6
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
2
|
import { Empty, Message, Timestamp } from "@bufbuild/protobuf";
|
|
3
3
|
import { CurrentLoad, Log, OptionalBool, OptionalInt, OptionalInt64, OptionalString, UInt32OrInfinity, Version } from "./shared/common_pb.js";
|
|
4
|
+
/**
|
|
5
|
+
* @generated from enum norsk.api.media.NodeMetricsMode
|
|
6
|
+
*/
|
|
7
|
+
export declare enum NodeMetricsMode {
|
|
8
|
+
/**
|
|
9
|
+
* @generated from enum value: NODE_METRICS_ENABLE = 0;
|
|
10
|
+
*/
|
|
11
|
+
NODE_METRICS_ENABLE = 0,
|
|
12
|
+
/**
|
|
13
|
+
* @generated from enum value: NODE_METRICS_MINIMAL = 1;
|
|
14
|
+
*/
|
|
15
|
+
NODE_METRICS_MINIMAL = 1,
|
|
16
|
+
/**
|
|
17
|
+
* @generated from enum value: NODE_METRICS_NONE = 2;
|
|
18
|
+
*/
|
|
19
|
+
NODE_METRICS_NONE = 2
|
|
20
|
+
}
|
|
4
21
|
/**
|
|
5
22
|
* Enumeration of possible channel positions.
|
|
6
23
|
*
|
|
@@ -6414,6 +6431,14 @@ export declare class AudioBuildMultichannelConfiguration extends Message<AudioBu
|
|
|
6414
6431
|
* @generated from field: norsk.api.media.SampleRate sample_rate = 8;
|
|
6415
6432
|
*/
|
|
6416
6433
|
sampleRate: SampleRate;
|
|
6434
|
+
/**
|
|
6435
|
+
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 9;
|
|
6436
|
+
*/
|
|
6437
|
+
metrics: NodeMetricsMode;
|
|
6438
|
+
/**
|
|
6439
|
+
* @generated from field: norsk.api.media.SampleFormat sampleFormat = 10;
|
|
6440
|
+
*/
|
|
6441
|
+
sampleFormat: SampleFormat;
|
|
6417
6442
|
constructor(data?: PartialMessage<AudioBuildMultichannelConfiguration>);
|
|
6418
6443
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6419
6444
|
static readonly typeName = "norsk.api.media.AudioBuildMultichannelConfiguration";
|
|
@@ -6547,6 +6572,10 @@ export declare class AudioSplitMultichannelConfiguration extends Message<AudioSp
|
|
|
6547
6572
|
* @generated from field: norsk.api.media.RenditionName output_rendition_name = 5;
|
|
6548
6573
|
*/
|
|
6549
6574
|
outputRenditionName?: RenditionName;
|
|
6575
|
+
/**
|
|
6576
|
+
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 6;
|
|
6577
|
+
*/
|
|
6578
|
+
metrics: NodeMetricsMode;
|
|
6550
6579
|
constructor(data?: PartialMessage<AudioSplitMultichannelConfiguration>);
|
|
6551
6580
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6552
6581
|
static readonly typeName = "norsk.api.media.AudioSplitMultichannelConfiguration";
|
|
@@ -6839,6 +6868,10 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
|
|
|
6839
6868
|
* @generated from field: norsk.api.common.OptionalString name = 11;
|
|
6840
6869
|
*/
|
|
6841
6870
|
name?: OptionalString;
|
|
6871
|
+
/**
|
|
6872
|
+
* @generated from field: bool pdt_every_segment = 12;
|
|
6873
|
+
*/
|
|
6874
|
+
pdtEverySegment: boolean;
|
|
6842
6875
|
constructor(data?: PartialMessage<CmafVideoConfiguration>);
|
|
6843
6876
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6844
6877
|
static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
|
|
@@ -6932,6 +6965,10 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
|
|
|
6932
6965
|
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
6933
6966
|
*/
|
|
6934
6967
|
name?: OptionalString;
|
|
6968
|
+
/**
|
|
6969
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
6970
|
+
*/
|
|
6971
|
+
pdtEverySegment: boolean;
|
|
6935
6972
|
constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
|
|
6936
6973
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
6937
6974
|
static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
|
|
@@ -7033,6 +7070,10 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
|
|
|
7033
7070
|
* @generated from field: norsk.api.common.OptionalString name = 12;
|
|
7034
7071
|
*/
|
|
7035
7072
|
name?: OptionalString;
|
|
7073
|
+
/**
|
|
7074
|
+
* @generated from field: bool pdt_every_segment = 13;
|
|
7075
|
+
*/
|
|
7076
|
+
pdtEverySegment: boolean;
|
|
7036
7077
|
constructor(data?: PartialMessage<CmafAudioConfiguration>);
|
|
7037
7078
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7038
7079
|
static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
|
|
@@ -7126,6 +7167,10 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
|
|
|
7126
7167
|
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
7127
7168
|
*/
|
|
7128
7169
|
name?: OptionalString;
|
|
7170
|
+
/**
|
|
7171
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
7172
|
+
*/
|
|
7173
|
+
pdtEverySegment: boolean;
|
|
7129
7174
|
constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
|
|
7130
7175
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7131
7176
|
static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
|
|
@@ -7199,6 +7244,10 @@ export declare class CmafWebVttConfiguration extends Message<CmafWebVttConfigura
|
|
|
7199
7244
|
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
7200
7245
|
*/
|
|
7201
7246
|
name?: OptionalString;
|
|
7247
|
+
/**
|
|
7248
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
7249
|
+
*/
|
|
7250
|
+
pdtEverySegment: boolean;
|
|
7202
7251
|
constructor(data?: PartialMessage<CmafWebVttConfiguration>);
|
|
7203
7252
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7204
7253
|
static readonly typeName = "norsk.api.media.CmafWebVttConfiguration";
|
|
@@ -7805,6 +7854,10 @@ export declare class HlsTsCombinedPushConfiguration extends Message<HlsTsCombine
|
|
|
7805
7854
|
* @generated from field: norsk.api.common.OptionalString name = 9;
|
|
7806
7855
|
*/
|
|
7807
7856
|
name?: OptionalString;
|
|
7857
|
+
/**
|
|
7858
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
7859
|
+
*/
|
|
7860
|
+
pdtEverySegment: boolean;
|
|
7808
7861
|
constructor(data?: PartialMessage<HlsTsCombinedPushConfiguration>);
|
|
7809
7862
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
7810
7863
|
static readonly typeName = "norsk.api.media.HlsTsCombinedPushConfiguration";
|
|
@@ -16257,9 +16310,9 @@ export declare class MediaStoreAssetFileWithHash extends Message<MediaStoreAsset
|
|
|
16257
16310
|
*/
|
|
16258
16311
|
hash: string;
|
|
16259
16312
|
/**
|
|
16260
|
-
* @generated from field: bool
|
|
16313
|
+
* @generated from field: bool import_if_needed = 3;
|
|
16261
16314
|
*/
|
|
16262
|
-
|
|
16315
|
+
importIfNeeded: boolean;
|
|
16263
16316
|
constructor(data?: PartialMessage<MediaStoreAssetFileWithHash>);
|
|
16264
16317
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
16265
16318
|
static readonly typeName = "norsk.api.media.MediaStoreAssetFileWithHash";
|
|
@@ -16280,9 +16333,9 @@ export declare class MediaStoreAssetFile extends Message<MediaStoreAssetFile> {
|
|
|
16280
16333
|
*/
|
|
16281
16334
|
file: string;
|
|
16282
16335
|
/**
|
|
16283
|
-
* @generated from field: bool
|
|
16336
|
+
* @generated from field: bool import_if_needed = 2;
|
|
16284
16337
|
*/
|
|
16285
|
-
|
|
16338
|
+
importIfNeeded: boolean;
|
|
16286
16339
|
constructor(data?: PartialMessage<MediaStoreAssetFile>);
|
|
16287
16340
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
16288
16341
|
static readonly typeName = "norsk.api.media.MediaStoreAssetFile";
|
package/lib/media_pb.js
CHANGED
|
@@ -4,19 +4,43 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
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 = void 0;
|
|
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;
|
|
11
|
+
exports.RtmpOutputMessage = exports.SslClientOptions = exports.RtmpOutputConfiguration = 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
|
+
exports.LoganHevc_LoganHevcProfile = exports.LoganHevc = exports.LoganH264_LoganH264Profile = exports.LoganH264 = exports.QuadraHevc_QuadraHevcTier = exports.QuadraHevc_QuadraHevcProfile = exports.QuadraHevc = exports.QuadraH264_QuadraH264Profile = exports.QuadraH264 = exports.NvidiaHevc_NvidiaHevcTier = exports.NvidiaHevc_NvidiaHevcProfile = exports.NvidiaHevc = exports.NvidiaH264_NvidiaH264Profile = exports.NvidiaH264 = exports.NvidiaRateControl_NvidiaRateControlMode = exports.NvidiaRateControl = exports.VideoDecodeEvent = exports.VideoDecodeMessage = exports.VideoDecodeConfiguration_VideoDecoder = exports.VideoDecodeConfiguration = exports.VideoEncodeEvent = exports.VideoEncodeMessage = exports.VideoEncodeConfiguration = exports.VideoEncodeStream = exports.X265Codec_X265Tier = exports.X265Codec_X265Tune = exports.X265Codec_X265Preset = exports.X265Codec_X265Profile = exports.X265Codec = exports.X264Codec_X264NalHrd = exports.X264Codec_X264Tune = exports.X264Codec_X264Preset = exports.X264Codec_X264Profile = exports.X264Codec = exports.SampleAspectRatio = exports.FrameRate = exports.FileWebVttOutputEvent = exports.FileWebVttOutputMessage = exports.FileWebVttOutputConfiguration = exports.FileMp4OutputEvent = exports.FileMp4OutputStatus_State = exports.FileMp4OutputStatus = exports.FileMp4OutputMessage = exports.FileMp4OutputWriteMessage = exports.FileMp4OutputConfiguration = exports.FileTsOutputEvent = exports.FileTsOutputMessage = exports.FileTsOutputConfiguration = exports.RtmpOutputEvent_State = exports.RtmpOutputEvent = void 0;
|
|
13
|
+
exports.StreamAlignMessage = exports.StreamAlignConfiguration = exports.StreamSyncEvent = exports.StreamSyncMessage = exports.StreamSyncConfiguration = exports.JitterBufferEvent = exports.JitterBufferMessage = exports.JitterBufferConfiguration = exports.StreamMetadataOverrideEvent = exports.StreamMetadataOverrideMessage = exports.StreamMetadataOverrideUpdateConfiguration = exports.StreamMetadataOverrideConfiguration = exports.StreamKeyOverrideEvent = exports.StreamKeyOverrideMessage = exports.StreamKeyOverrideConfiguration = exports.StreamTimestampNudgeEvent = exports.StreamTimestampNudgeMessage = exports.StreamTimestampNudgeConfiguration = exports.StreamChaosMonkeyEvent = exports.StreamChaosMonkeyMessage = exports.StreamChaosMonkeyConfiguration = exports.VideoTransformEvent = exports.VideoTransformMessage = exports.VideoTransformConfiguration = exports.SoftwareDeinterlace_SoftwareDeinterlaceAlgorithm = exports.SoftwareDeinterlace = exports.NoDeinterlace = exports.AmdMA35DHevc_AmdMA35DHevcTier = exports.AmdMA35DHevc_AmdMA35DHevcProfile = exports.AmdMA35DHevc = exports.AmdMA35DH264_AmdMA35DH264Profile = exports.AmdMA35DH264 = exports.AmdMA35DEncodeCommon_ContentAdaptive = exports.AmdMA35DEncodeCommon_ConstrainedVBR = exports.AmdMA35DEncodeCommon_VBR = exports.AmdMA35DEncodeCommon_CBR = exports.AmdMA35DEncodeCommon_ConstQp = exports.AmdMA35DEncodeCommon_TrinaryFlag = exports.AmdMA35DEncodeCommon_TuneMetrics = exports.AmdMA35DEncodeCommon_QpMode = exports.AmdMA35DEncodeCommon_Preset = exports.AmdMA35DEncodeCommon = exports.AmdMA35DLoad_ComputeUnitLoad = exports.AmdMA35DLoad = exports.AmdU30Hevc_AmdU30HevcTier = exports.AmdU30Hevc_AmdU30HevcProfile = exports.AmdU30Hevc = exports.AmdU30H264_AmdU30H264Profile = exports.AmdU30H264 = exports.LoganHevc_LoganHevcTier = void 0;
|
|
14
|
+
exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exports.StreamAlignEvent = void 0;
|
|
15
|
+
exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = void 0;
|
|
16
|
+
exports.Hardware = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.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.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 = 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 = void 0;
|
|
18
18
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
19
19
|
const common_pb_js_1 = require("./shared/common_pb.js");
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum norsk.api.media.NodeMetricsMode
|
|
22
|
+
*/
|
|
23
|
+
var NodeMetricsMode;
|
|
24
|
+
(function (NodeMetricsMode) {
|
|
25
|
+
/**
|
|
26
|
+
* @generated from enum value: NODE_METRICS_ENABLE = 0;
|
|
27
|
+
*/
|
|
28
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_ENABLE"] = 0] = "NODE_METRICS_ENABLE";
|
|
29
|
+
/**
|
|
30
|
+
* @generated from enum value: NODE_METRICS_MINIMAL = 1;
|
|
31
|
+
*/
|
|
32
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_MINIMAL"] = 1] = "NODE_METRICS_MINIMAL";
|
|
33
|
+
/**
|
|
34
|
+
* @generated from enum value: NODE_METRICS_NONE = 2;
|
|
35
|
+
*/
|
|
36
|
+
NodeMetricsMode[NodeMetricsMode["NODE_METRICS_NONE"] = 2] = "NODE_METRICS_NONE";
|
|
37
|
+
})(NodeMetricsMode = exports.NodeMetricsMode || (exports.NodeMetricsMode = {}));
|
|
38
|
+
// Retrieve enum metadata with: proto3.getEnumType(NodeMetricsMode)
|
|
39
|
+
protobuf_1.proto3.util.setEnumType(NodeMetricsMode, "norsk.api.media.NodeMetricsMode", [
|
|
40
|
+
{ no: 0, name: "NODE_METRICS_ENABLE" },
|
|
41
|
+
{ no: 1, name: "NODE_METRICS_MINIMAL" },
|
|
42
|
+
{ no: 2, name: "NODE_METRICS_NONE" },
|
|
43
|
+
]);
|
|
20
44
|
/**
|
|
21
45
|
* Enumeration of possible channel positions.
|
|
22
46
|
*
|
|
@@ -7703,6 +7727,14 @@ class AudioBuildMultichannelConfiguration extends protobuf_1.Message {
|
|
|
7703
7727
|
* @generated from field: norsk.api.media.SampleRate sample_rate = 8;
|
|
7704
7728
|
*/
|
|
7705
7729
|
this.sampleRate = SampleRate.RATE_8000;
|
|
7730
|
+
/**
|
|
7731
|
+
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 9;
|
|
7732
|
+
*/
|
|
7733
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_ENABLE;
|
|
7734
|
+
/**
|
|
7735
|
+
* @generated from field: norsk.api.media.SampleFormat sampleFormat = 10;
|
|
7736
|
+
*/
|
|
7737
|
+
this.sampleFormat = SampleFormat.S16;
|
|
7706
7738
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
7707
7739
|
}
|
|
7708
7740
|
static fromBinary(bytes, options) {
|
|
@@ -7730,6 +7762,8 @@ AudioBuildMultichannelConfiguration.fields = protobuf_1.proto3.util.newFieldList
|
|
|
7730
7762
|
{ no: 6, name: "channel_layout", kind: "message", T: ChannelLayout },
|
|
7731
7763
|
{ no: 7, name: "channel_list", kind: "message", T: StreamKey, repeated: true },
|
|
7732
7764
|
{ no: 8, name: "sample_rate", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleRate) },
|
|
7765
|
+
{ no: 9, name: "metrics", kind: "enum", T: protobuf_1.proto3.getEnumType(NodeMetricsMode) },
|
|
7766
|
+
{ no: 10, name: "sampleFormat", kind: "enum", T: protobuf_1.proto3.getEnumType(SampleFormat) },
|
|
7733
7767
|
]);
|
|
7734
7768
|
/**
|
|
7735
7769
|
* @generated from message norsk.api.media.AudioBuildMultichannelEvent
|
|
@@ -7835,6 +7869,10 @@ AudioSplitMultichannelMessage.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
7835
7869
|
class AudioSplitMultichannelConfiguration extends protobuf_1.Message {
|
|
7836
7870
|
constructor(data) {
|
|
7837
7871
|
super();
|
|
7872
|
+
/**
|
|
7873
|
+
* @generated from field: norsk.api.media.NodeMetricsMode metrics = 6;
|
|
7874
|
+
*/
|
|
7875
|
+
this.metrics = NodeMetricsMode.NODE_METRICS_ENABLE;
|
|
7838
7876
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
7839
7877
|
}
|
|
7840
7878
|
static fromBinary(bytes, options) {
|
|
@@ -7859,6 +7897,7 @@ AudioSplitMultichannelConfiguration.fields = protobuf_1.proto3.util.newFieldList
|
|
|
7859
7897
|
{ no: 3, name: "output_source_name", kind: "message", T: SourceName },
|
|
7860
7898
|
{ no: 4, name: "output_program_number", kind: "message", T: ProgramNumber },
|
|
7861
7899
|
{ no: 5, name: "output_rendition_name", kind: "message", T: RenditionName },
|
|
7900
|
+
{ no: 6, name: "metrics", kind: "enum", T: protobuf_1.proto3.getEnumType(NodeMetricsMode) },
|
|
7862
7901
|
]);
|
|
7863
7902
|
/**
|
|
7864
7903
|
* @generated from message norsk.api.media.AudioSplitMultichannelEvent
|
|
@@ -8168,6 +8207,10 @@ class CmafVideoConfiguration extends protobuf_1.Message {
|
|
|
8168
8207
|
* @generated from field: int32 bitrate = 10;
|
|
8169
8208
|
*/
|
|
8170
8209
|
this.bitrate = 0;
|
|
8210
|
+
/**
|
|
8211
|
+
* @generated from field: bool pdt_every_segment = 12;
|
|
8212
|
+
*/
|
|
8213
|
+
this.pdtEverySegment = false;
|
|
8171
8214
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8172
8215
|
}
|
|
8173
8216
|
static fromBinary(bytes, options) {
|
|
@@ -8197,6 +8240,7 @@ CmafVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8197
8240
|
{ no: 9, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
8198
8241
|
{ no: 10, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
8199
8242
|
{ no: 11, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
8243
|
+
{ no: 12, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
8200
8244
|
]);
|
|
8201
8245
|
/**
|
|
8202
8246
|
* @generated from message norsk.api.media.CmafVideoMessage
|
|
@@ -8262,6 +8306,10 @@ class HlsTsVideoConfiguration extends protobuf_1.Message {
|
|
|
8262
8306
|
* @generated from field: int32 bitrate = 8;
|
|
8263
8307
|
*/
|
|
8264
8308
|
this.bitrate = 0;
|
|
8309
|
+
/**
|
|
8310
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
8311
|
+
*/
|
|
8312
|
+
this.pdtEverySegment = false;
|
|
8265
8313
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8266
8314
|
}
|
|
8267
8315
|
static fromBinary(bytes, options) {
|
|
@@ -8289,6 +8337,7 @@ HlsTsVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8289
8337
|
{ no: 7, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
8290
8338
|
{ no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
8291
8339
|
{ no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
8340
|
+
{ no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
8292
8341
|
]);
|
|
8293
8342
|
/**
|
|
8294
8343
|
* @generated from message norsk.api.media.HlsTsVideoMessage
|
|
@@ -8358,6 +8407,10 @@ class CmafAudioConfiguration extends protobuf_1.Message {
|
|
|
8358
8407
|
* @generated from field: int32 bitrate = 11;
|
|
8359
8408
|
*/
|
|
8360
8409
|
this.bitrate = 0;
|
|
8410
|
+
/**
|
|
8411
|
+
* @generated from field: bool pdt_every_segment = 13;
|
|
8412
|
+
*/
|
|
8413
|
+
this.pdtEverySegment = false;
|
|
8361
8414
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8362
8415
|
}
|
|
8363
8416
|
static fromBinary(bytes, options) {
|
|
@@ -8387,6 +8440,7 @@ CmafAudioConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8387
8440
|
{ no: 10, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
8388
8441
|
{ no: 11, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
8389
8442
|
{ no: 12, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
8443
|
+
{ no: 13, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
8390
8444
|
]);
|
|
8391
8445
|
/**
|
|
8392
8446
|
* @generated from message norsk.api.media.CmafAudioMessage
|
|
@@ -8452,6 +8506,10 @@ class HlsTsAudioConfiguration extends protobuf_1.Message {
|
|
|
8452
8506
|
* @generated from field: int32 bitrate = 8;
|
|
8453
8507
|
*/
|
|
8454
8508
|
this.bitrate = 0;
|
|
8509
|
+
/**
|
|
8510
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
8511
|
+
*/
|
|
8512
|
+
this.pdtEverySegment = false;
|
|
8455
8513
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8456
8514
|
}
|
|
8457
8515
|
static fromBinary(bytes, options) {
|
|
@@ -8479,6 +8537,7 @@ HlsTsAudioConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8479
8537
|
{ no: 7, name: "mpd_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
8480
8538
|
{ no: 8, name: "bitrate", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
8481
8539
|
{ no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
8540
|
+
{ no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
8482
8541
|
]);
|
|
8483
8542
|
/**
|
|
8484
8543
|
* @generated from message norsk.api.media.HlsTsAudioMessage
|
|
@@ -8528,6 +8587,10 @@ class CmafWebVttConfiguration extends protobuf_1.Message {
|
|
|
8528
8587
|
* @generated from field: repeated norsk.api.media.CMAFDestination destinations = 5;
|
|
8529
8588
|
*/
|
|
8530
8589
|
this.destinations = [];
|
|
8590
|
+
/**
|
|
8591
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
8592
|
+
*/
|
|
8593
|
+
this.pdtEverySegment = false;
|
|
8531
8594
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
8532
8595
|
}
|
|
8533
8596
|
static fromBinary(bytes, options) {
|
|
@@ -8551,6 +8614,7 @@ CmafWebVttConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
8551
8614
|
{ no: 2, name: "segment_duration_seconds", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
|
|
8552
8615
|
{ no: 5, name: "destinations", kind: "message", T: CMAFDestination, repeated: true },
|
|
8553
8616
|
{ no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
8617
|
+
{ no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
8554
8618
|
]);
|
|
8555
8619
|
/**
|
|
8556
8620
|
* TODO rethink this, not exposed to SDK yet
|
|
@@ -9258,6 +9322,10 @@ class HlsTsCombinedPushConfiguration extends protobuf_1.Message {
|
|
|
9258
9322
|
* @generated from field: string m3u_additions = 7;
|
|
9259
9323
|
*/
|
|
9260
9324
|
this.m3uAdditions = "";
|
|
9325
|
+
/**
|
|
9326
|
+
* @generated from field: bool pdt_every_segment = 10;
|
|
9327
|
+
*/
|
|
9328
|
+
this.pdtEverySegment = false;
|
|
9261
9329
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
9262
9330
|
}
|
|
9263
9331
|
static fromBinary(bytes, options) {
|
|
@@ -9284,6 +9352,7 @@ HlsTsCombinedPushConfiguration.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
9284
9352
|
{ no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
9285
9353
|
{ no: 7, name: "m3u_additions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
9286
9354
|
{ no: 9, name: "name", kind: "message", T: common_pb_js_1.OptionalString },
|
|
9355
|
+
{ no: 10, name: "pdt_every_segment", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
9287
9356
|
]);
|
|
9288
9357
|
/**
|
|
9289
9358
|
* @generated from message norsk.api.media.HlsPushDestination
|
|
@@ -18108,9 +18177,9 @@ class MediaStoreAssetFileWithHash extends protobuf_1.Message {
|
|
|
18108
18177
|
*/
|
|
18109
18178
|
this.hash = "";
|
|
18110
18179
|
/**
|
|
18111
|
-
* @generated from field: bool
|
|
18180
|
+
* @generated from field: bool import_if_needed = 3;
|
|
18112
18181
|
*/
|
|
18113
|
-
this.
|
|
18182
|
+
this.importIfNeeded = false;
|
|
18114
18183
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
18115
18184
|
}
|
|
18116
18185
|
static fromBinary(bytes, options) {
|
|
@@ -18132,7 +18201,7 @@ MediaStoreAssetFileWithHash.typeName = "norsk.api.media.MediaStoreAssetFileWithH
|
|
|
18132
18201
|
MediaStoreAssetFileWithHash.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
18133
18202
|
{ no: 1, name: "file", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
18134
18203
|
{ no: 2, name: "hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
18135
|
-
{ no: 3, name: "
|
|
18204
|
+
{ no: 3, name: "import_if_needed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
18136
18205
|
]);
|
|
18137
18206
|
/**
|
|
18138
18207
|
* As above, but calculate the hash (sha256sum)
|
|
@@ -18147,9 +18216,9 @@ class MediaStoreAssetFile extends protobuf_1.Message {
|
|
|
18147
18216
|
*/
|
|
18148
18217
|
this.file = "";
|
|
18149
18218
|
/**
|
|
18150
|
-
* @generated from field: bool
|
|
18219
|
+
* @generated from field: bool import_if_needed = 2;
|
|
18151
18220
|
*/
|
|
18152
|
-
this.
|
|
18221
|
+
this.importIfNeeded = false;
|
|
18153
18222
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
18154
18223
|
}
|
|
18155
18224
|
static fromBinary(bytes, options) {
|
|
@@ -18170,7 +18239,7 @@ MediaStoreAssetFile.runtime = protobuf_1.proto3;
|
|
|
18170
18239
|
MediaStoreAssetFile.typeName = "norsk.api.media.MediaStoreAssetFile";
|
|
18171
18240
|
MediaStoreAssetFile.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
18172
18241
|
{ no: 1, name: "file", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
18173
|
-
{ no: 2, name: "
|
|
18242
|
+
{ no: 2, name: "import_if_needed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
18174
18243
|
]);
|
|
18175
18244
|
/**
|
|
18176
18245
|
* @generated from message norsk.api.media.MediaStoreAssetSource
|