@norskvideo/norsk-api 1.0.337 → 1.0.339
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 +551 -19
- package/lib/media_pb.js +709 -27
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +919 -28
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -1003,6 +1003,53 @@ export declare enum SentenceStabilizationMode {
|
|
|
1003
1003
|
*/
|
|
1004
1004
|
Low = 2
|
|
1005
1005
|
}
|
|
1006
|
+
/**
|
|
1007
|
+
* @generated from enum norsk.api.media.VancPayloadFormat
|
|
1008
|
+
*/
|
|
1009
|
+
export declare enum VancPayloadFormat {
|
|
1010
|
+
/**
|
|
1011
|
+
* Other format - see ancillary_id
|
|
1012
|
+
*
|
|
1013
|
+
* @generated from enum value: VANC_OTHER = 0;
|
|
1014
|
+
*/
|
|
1015
|
+
VANC_OTHER = 0,
|
|
1016
|
+
/**
|
|
1017
|
+
* @generated from enum value: VANC_AFD_BAR = 1;
|
|
1018
|
+
*/
|
|
1019
|
+
VANC_AFD_BAR = 1,
|
|
1020
|
+
/**
|
|
1021
|
+
* @generated from enum value: VANC_PAN_SCAN = 2;
|
|
1022
|
+
*/
|
|
1023
|
+
VANC_PAN_SCAN = 2,
|
|
1024
|
+
/**
|
|
1025
|
+
* @generated from enum value: VANC_SCTE_104 = 3;
|
|
1026
|
+
*/
|
|
1027
|
+
VANC_SCTE_104 = 3,
|
|
1028
|
+
/**
|
|
1029
|
+
* @generated from enum value: VANC_DVB_SCTE_VBI = 4;
|
|
1030
|
+
*/
|
|
1031
|
+
VANC_DVB_SCTE_VBI = 4,
|
|
1032
|
+
/**
|
|
1033
|
+
* @generated from enum value: VANC_OP47_SDP = 5;
|
|
1034
|
+
*/
|
|
1035
|
+
VANC_OP47_SDP = 5,
|
|
1036
|
+
/**
|
|
1037
|
+
* @generated from enum value: VANC_OP47_VANC_MULTIPACKET = 6;
|
|
1038
|
+
*/
|
|
1039
|
+
VANC_OP47_VANC_MULTIPACKET = 6,
|
|
1040
|
+
/**
|
|
1041
|
+
* @generated from enum value: VANC_ANCILLARY_TIME_CODE = 7;
|
|
1042
|
+
*/
|
|
1043
|
+
VANC_ANCILLARY_TIME_CODE = 7,
|
|
1044
|
+
/**
|
|
1045
|
+
* @generated from enum value: VANC_EIA_708D = 8;
|
|
1046
|
+
*/
|
|
1047
|
+
VANC_EIA_708D = 8,
|
|
1048
|
+
/**
|
|
1049
|
+
* @generated from enum value: VANC_EIA_608 = 9;
|
|
1050
|
+
*/
|
|
1051
|
+
VANC_EIA_608 = 9
|
|
1052
|
+
}
|
|
1006
1053
|
/**
|
|
1007
1054
|
* @generated from enum norsk.api.media.VideoConnection
|
|
1008
1055
|
*/
|
|
@@ -1637,6 +1684,14 @@ export declare class StreamMetadata extends Message<StreamMetadata> {
|
|
|
1637
1684
|
*/
|
|
1638
1685
|
value: StreamMetadata_AncillaryMetadata;
|
|
1639
1686
|
case: "ancillary";
|
|
1687
|
+
} | {
|
|
1688
|
+
/**
|
|
1689
|
+
* Playlist metadata
|
|
1690
|
+
*
|
|
1691
|
+
* @generated from field: norsk.api.media.StreamMetadata.PlaylistMetadata playlist = 6;
|
|
1692
|
+
*/
|
|
1693
|
+
value: StreamMetadata_PlaylistMetadata;
|
|
1694
|
+
case: "playlist";
|
|
1640
1695
|
} | {
|
|
1641
1696
|
case: undefined;
|
|
1642
1697
|
value?: undefined;
|
|
@@ -1731,6 +1786,21 @@ export declare class StreamMetadata_SubtitleMetadata extends Message<StreamMetad
|
|
|
1731
1786
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadata_SubtitleMetadata;
|
|
1732
1787
|
static equals(a: StreamMetadata_SubtitleMetadata | PlainMessage<StreamMetadata_SubtitleMetadata> | undefined, b: StreamMetadata_SubtitleMetadata | PlainMessage<StreamMetadata_SubtitleMetadata> | undefined): boolean;
|
|
1733
1788
|
}
|
|
1789
|
+
/**
|
|
1790
|
+
* Metadata for a playlist stream
|
|
1791
|
+
*
|
|
1792
|
+
* @generated from message norsk.api.media.StreamMetadata.PlaylistMetadata
|
|
1793
|
+
*/
|
|
1794
|
+
export declare class StreamMetadata_PlaylistMetadata extends Message<StreamMetadata_PlaylistMetadata> {
|
|
1795
|
+
constructor(data?: PartialMessage<StreamMetadata_PlaylistMetadata>);
|
|
1796
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
1797
|
+
static readonly typeName = "norsk.api.media.StreamMetadata.PlaylistMetadata";
|
|
1798
|
+
static readonly fields: FieldList;
|
|
1799
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamMetadata_PlaylistMetadata;
|
|
1800
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamMetadata_PlaylistMetadata;
|
|
1801
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamMetadata_PlaylistMetadata;
|
|
1802
|
+
static equals(a: StreamMetadata_PlaylistMetadata | PlainMessage<StreamMetadata_PlaylistMetadata> | undefined, b: StreamMetadata_PlaylistMetadata | PlainMessage<StreamMetadata_PlaylistMetadata> | undefined): boolean;
|
|
1803
|
+
}
|
|
1734
1804
|
/**
|
|
1735
1805
|
* Metadata for an ancillary stream
|
|
1736
1806
|
*
|
|
@@ -2035,6 +2105,243 @@ export declare class StreamStatisticsSampling extends Message<StreamStatisticsSa
|
|
|
2035
2105
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStatisticsSampling;
|
|
2036
2106
|
static equals(a: StreamStatisticsSampling | PlainMessage<StreamStatisticsSampling> | undefined, b: StreamStatisticsSampling | PlainMessage<StreamStatisticsSampling> | undefined): boolean;
|
|
2037
2107
|
}
|
|
2108
|
+
/**
|
|
2109
|
+
* @generated from message norsk.api.media.CodecPictureStructure
|
|
2110
|
+
*/
|
|
2111
|
+
export declare class CodecPictureStructure extends Message<CodecPictureStructure> {
|
|
2112
|
+
/**
|
|
2113
|
+
* @generated from oneof norsk.api.media.CodecPictureStructure.message
|
|
2114
|
+
*/
|
|
2115
|
+
message: {
|
|
2116
|
+
/**
|
|
2117
|
+
* @generated from field: norsk.api.media.CodecPictureStructure.Mpeg2PictureStructure mpeg2video = 1;
|
|
2118
|
+
*/
|
|
2119
|
+
value: CodecPictureStructure_Mpeg2PictureStructure;
|
|
2120
|
+
case: "mpeg2video";
|
|
2121
|
+
} | {
|
|
2122
|
+
/**
|
|
2123
|
+
* @generated from field: norsk.api.media.CodecPictureStructure.H264PictureStructure h264 = 2;
|
|
2124
|
+
*/
|
|
2125
|
+
value: CodecPictureStructure_H264PictureStructure;
|
|
2126
|
+
case: "h264";
|
|
2127
|
+
} | {
|
|
2128
|
+
/**
|
|
2129
|
+
* @generated from field: norsk.api.media.CodecPictureStructure.HEVCPictureStructure hevc = 3;
|
|
2130
|
+
*/
|
|
2131
|
+
value: CodecPictureStructure_HEVCPictureStructure;
|
|
2132
|
+
case: "hevc";
|
|
2133
|
+
} | {
|
|
2134
|
+
case: undefined;
|
|
2135
|
+
value?: undefined;
|
|
2136
|
+
};
|
|
2137
|
+
constructor(data?: PartialMessage<CodecPictureStructure>);
|
|
2138
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2139
|
+
static readonly typeName = "norsk.api.media.CodecPictureStructure";
|
|
2140
|
+
static readonly fields: FieldList;
|
|
2141
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CodecPictureStructure;
|
|
2142
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CodecPictureStructure;
|
|
2143
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CodecPictureStructure;
|
|
2144
|
+
static equals(a: CodecPictureStructure | PlainMessage<CodecPictureStructure> | undefined, b: CodecPictureStructure | PlainMessage<CodecPictureStructure> | undefined): boolean;
|
|
2145
|
+
}
|
|
2146
|
+
/**
|
|
2147
|
+
* @generated from message norsk.api.media.CodecPictureStructure.Mpeg2PictureStructure
|
|
2148
|
+
*/
|
|
2149
|
+
export declare class CodecPictureStructure_Mpeg2PictureStructure extends Message<CodecPictureStructure_Mpeg2PictureStructure> {
|
|
2150
|
+
/**
|
|
2151
|
+
* @generated from field: norsk.api.media.CodecPictureStructure.Mpeg2PictureStructure.Mpeg2GopInfo gop_info = 1;
|
|
2152
|
+
*/
|
|
2153
|
+
gopInfo: CodecPictureStructure_Mpeg2PictureStructure_Mpeg2GopInfo;
|
|
2154
|
+
constructor(data?: PartialMessage<CodecPictureStructure_Mpeg2PictureStructure>);
|
|
2155
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2156
|
+
static readonly typeName = "norsk.api.media.CodecPictureStructure.Mpeg2PictureStructure";
|
|
2157
|
+
static readonly fields: FieldList;
|
|
2158
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CodecPictureStructure_Mpeg2PictureStructure;
|
|
2159
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CodecPictureStructure_Mpeg2PictureStructure;
|
|
2160
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CodecPictureStructure_Mpeg2PictureStructure;
|
|
2161
|
+
static equals(a: CodecPictureStructure_Mpeg2PictureStructure | PlainMessage<CodecPictureStructure_Mpeg2PictureStructure> | undefined, b: CodecPictureStructure_Mpeg2PictureStructure | PlainMessage<CodecPictureStructure_Mpeg2PictureStructure> | undefined): boolean;
|
|
2162
|
+
}
|
|
2163
|
+
/**
|
|
2164
|
+
* @generated from enum norsk.api.media.CodecPictureStructure.Mpeg2PictureStructure.Mpeg2GopInfo
|
|
2165
|
+
*/
|
|
2166
|
+
export declare enum CodecPictureStructure_Mpeg2PictureStructure_Mpeg2GopInfo {
|
|
2167
|
+
/**
|
|
2168
|
+
* There is no gop information, either because it is not coded or this is not the start of a gop
|
|
2169
|
+
*
|
|
2170
|
+
* @generated from enum value: MPEG2_GOP_UNKNOWN = 0;
|
|
2171
|
+
*/
|
|
2172
|
+
MPEG2_GOP_UNKNOWN = 0,
|
|
2173
|
+
/**
|
|
2174
|
+
* Indicates gop information is present and this is the start of a closed gop
|
|
2175
|
+
*
|
|
2176
|
+
* @generated from enum value: MPEG2_GOP_CLOSED = 1;
|
|
2177
|
+
*/
|
|
2178
|
+
MPEG2_GOP_CLOSED = 1,
|
|
2179
|
+
/**
|
|
2180
|
+
* Indicates gop information is present and this is the start of an open gop
|
|
2181
|
+
*
|
|
2182
|
+
* @generated from enum value: MPEG2_GOP_OPEN = 2;
|
|
2183
|
+
*/
|
|
2184
|
+
MPEG2_GOP_OPEN = 2
|
|
2185
|
+
}
|
|
2186
|
+
/**
|
|
2187
|
+
* @generated from message norsk.api.media.CodecPictureStructure.H264PictureStructure
|
|
2188
|
+
*/
|
|
2189
|
+
export declare class CodecPictureStructure_H264PictureStructure extends Message<CodecPictureStructure_H264PictureStructure> {
|
|
2190
|
+
/**
|
|
2191
|
+
* @generated from field: bool idr_frame = 1;
|
|
2192
|
+
*/
|
|
2193
|
+
idrFrame: boolean;
|
|
2194
|
+
/**
|
|
2195
|
+
* @generated from field: repeated norsk.api.media.CodecPictureStructure.H264PictureStructure.H264SliceType slice_types = 2;
|
|
2196
|
+
*/
|
|
2197
|
+
sliceTypes: CodecPictureStructure_H264PictureStructure_H264SliceType[];
|
|
2198
|
+
constructor(data?: PartialMessage<CodecPictureStructure_H264PictureStructure>);
|
|
2199
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2200
|
+
static readonly typeName = "norsk.api.media.CodecPictureStructure.H264PictureStructure";
|
|
2201
|
+
static readonly fields: FieldList;
|
|
2202
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CodecPictureStructure_H264PictureStructure;
|
|
2203
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CodecPictureStructure_H264PictureStructure;
|
|
2204
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CodecPictureStructure_H264PictureStructure;
|
|
2205
|
+
static equals(a: CodecPictureStructure_H264PictureStructure | PlainMessage<CodecPictureStructure_H264PictureStructure> | undefined, b: CodecPictureStructure_H264PictureStructure | PlainMessage<CodecPictureStructure_H264PictureStructure> | undefined): boolean;
|
|
2206
|
+
}
|
|
2207
|
+
/**
|
|
2208
|
+
* @generated from enum norsk.api.media.CodecPictureStructure.H264PictureStructure.H264SliceType
|
|
2209
|
+
*/
|
|
2210
|
+
export declare enum CodecPictureStructure_H264PictureStructure_H264SliceType {
|
|
2211
|
+
/**
|
|
2212
|
+
* @generated from enum value: H264_SLICE_TYPE_UNKNOWN = 0;
|
|
2213
|
+
*/
|
|
2214
|
+
UNKNOWN = 0,
|
|
2215
|
+
/**
|
|
2216
|
+
* @generated from enum value: H264_SLICE_TYPE_I = 1;
|
|
2217
|
+
*/
|
|
2218
|
+
I = 1,
|
|
2219
|
+
/**
|
|
2220
|
+
* @generated from enum value: H264_SLICE_TYPE_P = 2;
|
|
2221
|
+
*/
|
|
2222
|
+
P = 2,
|
|
2223
|
+
/**
|
|
2224
|
+
* @generated from enum value: H264_SLICE_TYPE_B = 3;
|
|
2225
|
+
*/
|
|
2226
|
+
B = 3,
|
|
2227
|
+
/**
|
|
2228
|
+
* @generated from enum value: H264_SLICE_TYPE_SI = 4;
|
|
2229
|
+
*/
|
|
2230
|
+
SI = 4,
|
|
2231
|
+
/**
|
|
2232
|
+
* @generated from enum value: H264_SLICE_TYPE_SP = 5;
|
|
2233
|
+
*/
|
|
2234
|
+
SP = 5
|
|
2235
|
+
}
|
|
2236
|
+
/**
|
|
2237
|
+
* @generated from message norsk.api.media.CodecPictureStructure.HEVCPictureStructure
|
|
2238
|
+
*/
|
|
2239
|
+
export declare class CodecPictureStructure_HEVCPictureStructure extends Message<CodecPictureStructure_HEVCPictureStructure> {
|
|
2240
|
+
/**
|
|
2241
|
+
* @generated from field: bool irap_frame = 1;
|
|
2242
|
+
*/
|
|
2243
|
+
irapFrame: boolean;
|
|
2244
|
+
/**
|
|
2245
|
+
* @generated from field: bool idr_frame = 2;
|
|
2246
|
+
*/
|
|
2247
|
+
idrFrame: boolean;
|
|
2248
|
+
/**
|
|
2249
|
+
* @generated from field: repeated norsk.api.media.CodecPictureStructure.HEVCPictureStructure.HEVCSliceType slice_types = 3;
|
|
2250
|
+
*/
|
|
2251
|
+
sliceTypes: CodecPictureStructure_HEVCPictureStructure_HEVCSliceType[];
|
|
2252
|
+
constructor(data?: PartialMessage<CodecPictureStructure_HEVCPictureStructure>);
|
|
2253
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2254
|
+
static readonly typeName = "norsk.api.media.CodecPictureStructure.HEVCPictureStructure";
|
|
2255
|
+
static readonly fields: FieldList;
|
|
2256
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CodecPictureStructure_HEVCPictureStructure;
|
|
2257
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CodecPictureStructure_HEVCPictureStructure;
|
|
2258
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CodecPictureStructure_HEVCPictureStructure;
|
|
2259
|
+
static equals(a: CodecPictureStructure_HEVCPictureStructure | PlainMessage<CodecPictureStructure_HEVCPictureStructure> | undefined, b: CodecPictureStructure_HEVCPictureStructure | PlainMessage<CodecPictureStructure_HEVCPictureStructure> | undefined): boolean;
|
|
2260
|
+
}
|
|
2261
|
+
/**
|
|
2262
|
+
* @generated from enum norsk.api.media.CodecPictureStructure.HEVCPictureStructure.HEVCSliceType
|
|
2263
|
+
*/
|
|
2264
|
+
export declare enum CodecPictureStructure_HEVCPictureStructure_HEVCSliceType {
|
|
2265
|
+
/**
|
|
2266
|
+
* @generated from enum value: HEVC_SLICE_TYPE_UNKNOWN = 0;
|
|
2267
|
+
*/
|
|
2268
|
+
HEVC_SLICE_TYPE_UNKNOWN = 0,
|
|
2269
|
+
/**
|
|
2270
|
+
* @generated from enum value: HEVC_SLICE_TYPE_I = 1;
|
|
2271
|
+
*/
|
|
2272
|
+
HEVC_SLICE_TYPE_I = 1,
|
|
2273
|
+
/**
|
|
2274
|
+
* @generated from enum value: HEVC_SLICE_TYPE_P = 2;
|
|
2275
|
+
*/
|
|
2276
|
+
HEVC_SLICE_TYPE_P = 2,
|
|
2277
|
+
/**
|
|
2278
|
+
* @generated from enum value: HEVC_SLICE_TYPE_B = 3;
|
|
2279
|
+
*/
|
|
2280
|
+
HEVC_SLICE_TYPE_B = 3
|
|
2281
|
+
}
|
|
2282
|
+
/**
|
|
2283
|
+
* @generated from message norsk.api.media.GopStructure
|
|
2284
|
+
*/
|
|
2285
|
+
export declare class GopStructure extends Message<GopStructure> {
|
|
2286
|
+
/**
|
|
2287
|
+
* @generated from field: norsk.api.media.StreamKey stream_key = 1;
|
|
2288
|
+
*/
|
|
2289
|
+
streamKey?: StreamKey;
|
|
2290
|
+
/**
|
|
2291
|
+
* @generated from field: repeated norsk.api.media.GopStructure.SinglePictureStructure pictures = 2;
|
|
2292
|
+
*/
|
|
2293
|
+
pictures: GopStructure_SinglePictureStructure[];
|
|
2294
|
+
constructor(data?: PartialMessage<GopStructure>);
|
|
2295
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2296
|
+
static readonly typeName = "norsk.api.media.GopStructure";
|
|
2297
|
+
static readonly fields: FieldList;
|
|
2298
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GopStructure;
|
|
2299
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GopStructure;
|
|
2300
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GopStructure;
|
|
2301
|
+
static equals(a: GopStructure | PlainMessage<GopStructure> | undefined, b: GopStructure | PlainMessage<GopStructure> | undefined): boolean;
|
|
2302
|
+
}
|
|
2303
|
+
/**
|
|
2304
|
+
* @generated from enum norsk.api.media.GopStructure.PictureType
|
|
2305
|
+
*/
|
|
2306
|
+
export declare enum GopStructure_PictureType {
|
|
2307
|
+
/**
|
|
2308
|
+
* @generated from enum value: PICTURE_TYPE_UNKNOWN = 0;
|
|
2309
|
+
*/
|
|
2310
|
+
UNKNOWN = 0,
|
|
2311
|
+
/**
|
|
2312
|
+
* @generated from enum value: PICTURE_TYPE_I = 1;
|
|
2313
|
+
*/
|
|
2314
|
+
I = 1,
|
|
2315
|
+
/**
|
|
2316
|
+
* @generated from enum value: PICTURE_TYPE_P = 2;
|
|
2317
|
+
*/
|
|
2318
|
+
P = 2,
|
|
2319
|
+
/**
|
|
2320
|
+
* @generated from enum value: PICTURE_TYPE_B = 3;
|
|
2321
|
+
*/
|
|
2322
|
+
B = 3
|
|
2323
|
+
}
|
|
2324
|
+
/**
|
|
2325
|
+
* @generated from message norsk.api.media.GopStructure.SinglePictureStructure
|
|
2326
|
+
*/
|
|
2327
|
+
export declare class GopStructure_SinglePictureStructure extends Message<GopStructure_SinglePictureStructure> {
|
|
2328
|
+
/**
|
|
2329
|
+
* @generated from field: norsk.api.media.GopStructure.PictureType generic_picture_type = 1;
|
|
2330
|
+
*/
|
|
2331
|
+
genericPictureType: GopStructure_PictureType;
|
|
2332
|
+
/**
|
|
2333
|
+
* @generated from field: norsk.api.media.CodecPictureStructure codec_structure = 2;
|
|
2334
|
+
*/
|
|
2335
|
+
codecStructure?: CodecPictureStructure;
|
|
2336
|
+
constructor(data?: PartialMessage<GopStructure_SinglePictureStructure>);
|
|
2337
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
2338
|
+
static readonly typeName = "norsk.api.media.GopStructure.SinglePictureStructure";
|
|
2339
|
+
static readonly fields: FieldList;
|
|
2340
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GopStructure_SinglePictureStructure;
|
|
2341
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GopStructure_SinglePictureStructure;
|
|
2342
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GopStructure_SinglePictureStructure;
|
|
2343
|
+
static equals(a: GopStructure_SinglePictureStructure | PlainMessage<GopStructure_SinglePictureStructure> | undefined, b: GopStructure_SinglePictureStructure | PlainMessage<GopStructure_SinglePictureStructure> | undefined): boolean;
|
|
2344
|
+
}
|
|
2038
2345
|
/**
|
|
2039
2346
|
* @generated from message norsk.api.media.ConnectionId
|
|
2040
2347
|
*/
|
|
@@ -2524,6 +2831,12 @@ export declare class RtmpServerInputEvent extends Message<RtmpServerInputEvent>
|
|
|
2524
2831
|
*/
|
|
2525
2832
|
value: RtmpBytesRead;
|
|
2526
2833
|
case: "bytesRead";
|
|
2834
|
+
} | {
|
|
2835
|
+
/**
|
|
2836
|
+
* @generated from field: norsk.api.media.GopStructure gop_structure = 9;
|
|
2837
|
+
*/
|
|
2838
|
+
value: GopStructure;
|
|
2839
|
+
case: "gopStructure";
|
|
2527
2840
|
} | {
|
|
2528
2841
|
case: undefined;
|
|
2529
2842
|
value?: undefined;
|
|
@@ -2720,6 +3033,12 @@ export declare class TsInputEvent extends Message<TsInputEvent> {
|
|
|
2720
3033
|
*/
|
|
2721
3034
|
value: MultiStreamStatistics;
|
|
2722
3035
|
case: "streamStatistics";
|
|
3036
|
+
} | {
|
|
3037
|
+
/**
|
|
3038
|
+
* @generated from field: norsk.api.media.GopStructure gop_structure = 6;
|
|
3039
|
+
*/
|
|
3040
|
+
value: GopStructure;
|
|
3041
|
+
case: "gopStructure";
|
|
2723
3042
|
} | {
|
|
2724
3043
|
case: undefined;
|
|
2725
3044
|
value?: undefined;
|
|
@@ -3182,6 +3501,12 @@ export declare class SrtInputEvent extends Message<SrtInputEvent> {
|
|
|
3182
3501
|
*/
|
|
3183
3502
|
value: MultiStreamStatistics;
|
|
3184
3503
|
case: "streamStatistics";
|
|
3504
|
+
} | {
|
|
3505
|
+
/**
|
|
3506
|
+
* @generated from field: norsk.api.media.GopStructure gop_structure = 8;
|
|
3507
|
+
*/
|
|
3508
|
+
value: GopStructure;
|
|
3509
|
+
case: "gopStructure";
|
|
3185
3510
|
} | {
|
|
3186
3511
|
case: undefined;
|
|
3187
3512
|
value?: undefined;
|
|
@@ -4301,31 +4626,43 @@ export declare class BrowserInputEvent extends Message<BrowserInputEvent> {
|
|
|
4301
4626
|
static equals(a: BrowserInputEvent | PlainMessage<BrowserInputEvent> | undefined, b: BrowserInputEvent | PlainMessage<BrowserInputEvent> | undefined): boolean;
|
|
4302
4627
|
}
|
|
4303
4628
|
/**
|
|
4304
|
-
* @generated from message norsk.api.media.
|
|
4629
|
+
* @generated from message norsk.api.media.WebRtcConfiguration
|
|
4305
4630
|
*/
|
|
4306
|
-
export declare class
|
|
4631
|
+
export declare class WebRtcConfiguration extends Message<WebRtcConfiguration> {
|
|
4307
4632
|
/**
|
|
4308
4633
|
* STUN/TURN servers to use for the Norsk server (and by default report to
|
|
4309
4634
|
* clients)
|
|
4310
4635
|
*
|
|
4311
|
-
* @generated from field: repeated norsk.api.media.WebRtcIceServer
|
|
4636
|
+
* @generated from field: repeated norsk.api.media.WebRtcIceServer ice_servers = 1;
|
|
4312
4637
|
*/
|
|
4313
|
-
|
|
4638
|
+
iceServers: WebRtcIceServer[];
|
|
4314
4639
|
/**
|
|
4315
4640
|
* STUN/TURN servers to report to a connecting client (eg via WHIP/WHEP). If
|
|
4316
4641
|
* specified overrides the configuration in servers
|
|
4317
4642
|
*
|
|
4318
|
-
* @generated from field: repeated norsk.api.media.WebRtcIceServer
|
|
4643
|
+
* @generated from field: repeated norsk.api.media.WebRtcIceServer reported_ice_servers = 2;
|
|
4644
|
+
*/
|
|
4645
|
+
reportedIceServers: WebRtcIceServer[];
|
|
4646
|
+
/**
|
|
4647
|
+
* Server IPs to use instead of the local server IP (optional)
|
|
4648
|
+
*
|
|
4649
|
+
* @generated from field: repeated string hostIps = 3;
|
|
4650
|
+
*/
|
|
4651
|
+
hostIps: string[];
|
|
4652
|
+
/**
|
|
4653
|
+
* IPs to report as server relexive candiates at session startup (optional)
|
|
4654
|
+
*
|
|
4655
|
+
* @generated from field: repeated string serverReflexiveIps = 4;
|
|
4319
4656
|
*/
|
|
4320
|
-
|
|
4321
|
-
constructor(data?: PartialMessage<
|
|
4657
|
+
serverReflexiveIps: string[];
|
|
4658
|
+
constructor(data?: PartialMessage<WebRtcConfiguration>);
|
|
4322
4659
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4323
|
-
static readonly typeName = "norsk.api.media.
|
|
4660
|
+
static readonly typeName = "norsk.api.media.WebRtcConfiguration";
|
|
4324
4661
|
static readonly fields: FieldList;
|
|
4325
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
4326
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
4327
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
4328
|
-
static equals(a:
|
|
4662
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WebRtcConfiguration;
|
|
4663
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WebRtcConfiguration;
|
|
4664
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WebRtcConfiguration;
|
|
4665
|
+
static equals(a: WebRtcConfiguration | PlainMessage<WebRtcConfiguration> | undefined, b: WebRtcConfiguration | PlainMessage<WebRtcConfiguration> | undefined): boolean;
|
|
4329
4666
|
}
|
|
4330
4667
|
/**
|
|
4331
4668
|
* @generated from message norsk.api.media.WebRtcIceServer
|
|
@@ -4373,11 +4710,11 @@ export declare class WhipInputConfiguration extends Message<WhipInputConfigurati
|
|
|
4373
4710
|
*/
|
|
4374
4711
|
statsSampling?: StreamStatisticsSampling;
|
|
4375
4712
|
/**
|
|
4376
|
-
* Optionally configure ICE servers (STUN/TURN)
|
|
4713
|
+
* Optionally configure ICE servers (STUN/TURN...)
|
|
4377
4714
|
*
|
|
4378
|
-
* @generated from field: norsk.api.media.
|
|
4715
|
+
* @generated from field: norsk.api.media.WebRtcConfiguration server_configuration = 4;
|
|
4379
4716
|
*/
|
|
4380
|
-
|
|
4717
|
+
serverConfiguration?: WebRtcConfiguration;
|
|
4381
4718
|
constructor(data?: PartialMessage<WhipInputConfiguration>);
|
|
4382
4719
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
4383
4720
|
static readonly typeName = "norsk.api.media.WhipInputConfiguration";
|
|
@@ -6549,6 +6886,12 @@ export declare class HlsOutputEvent extends Message<HlsOutputEvent> {
|
|
|
6549
6886
|
*/
|
|
6550
6887
|
value: MultiStreamStatistics;
|
|
6551
6888
|
case: "streamStatistics";
|
|
6889
|
+
} | {
|
|
6890
|
+
/**
|
|
6891
|
+
* @generated from field: norsk.api.media.Context outbound_context = 5;
|
|
6892
|
+
*/
|
|
6893
|
+
value: Context;
|
|
6894
|
+
case: "outboundContext";
|
|
6552
6895
|
} | {
|
|
6553
6896
|
case: undefined;
|
|
6554
6897
|
value?: undefined;
|
|
@@ -6926,9 +7269,9 @@ export declare class WebRTCBrowserDuplexConfiguration extends Message<WebRTCBrow
|
|
|
6926
7269
|
/**
|
|
6927
7270
|
* Optionally configure ICE servers (STUN/TURN)
|
|
6928
7271
|
*
|
|
6929
|
-
* @generated from field: norsk.api.media.
|
|
7272
|
+
* @generated from field: norsk.api.media.WebRtcConfiguration server_configuration = 3;
|
|
6930
7273
|
*/
|
|
6931
|
-
|
|
7274
|
+
serverConfiguration?: WebRtcConfiguration;
|
|
6932
7275
|
/**
|
|
6933
7276
|
* @generated from field: uint32 buffer_delay_ms = 4;
|
|
6934
7277
|
*/
|
|
@@ -7039,9 +7382,9 @@ export declare class WhepOutputConfiguration extends Message<WhepOutputConfigura
|
|
|
7039
7382
|
/**
|
|
7040
7383
|
* Optionally configure ICE servers (STUN/TURN)
|
|
7041
7384
|
*
|
|
7042
|
-
* @generated from field: norsk.api.media.
|
|
7385
|
+
* @generated from field: norsk.api.media.WebRtcConfiguration server_configuration = 3;
|
|
7043
7386
|
*/
|
|
7044
|
-
|
|
7387
|
+
serverConfiguration?: WebRtcConfiguration;
|
|
7045
7388
|
/**
|
|
7046
7389
|
* @generated from field: uint32 buffer_delay_ms = 4;
|
|
7047
7390
|
*/
|
|
@@ -8213,6 +8556,18 @@ export declare class VideoEncodeStream extends Message<VideoEncodeStream> {
|
|
|
8213
8556
|
*/
|
|
8214
8557
|
value: QuadraHevc;
|
|
8215
8558
|
case: "quadraHevc";
|
|
8559
|
+
} | {
|
|
8560
|
+
/**
|
|
8561
|
+
* @generated from field: norsk.api.media.XilinxH264 xilinxH264 = 13;
|
|
8562
|
+
*/
|
|
8563
|
+
value: XilinxH264;
|
|
8564
|
+
case: "xilinxH264";
|
|
8565
|
+
} | {
|
|
8566
|
+
/**
|
|
8567
|
+
* @generated from field: norsk.api.media.XilinxHevc xilinxHevc = 14;
|
|
8568
|
+
*/
|
|
8569
|
+
value: XilinxHevc;
|
|
8570
|
+
case: "xilinxHevc";
|
|
8216
8571
|
} | {
|
|
8217
8572
|
case: undefined;
|
|
8218
8573
|
value?: undefined;
|
|
@@ -8978,6 +9333,111 @@ export declare enum LoganHevc_LoganHevcTier {
|
|
|
8978
9333
|
*/
|
|
8979
9334
|
HIGH = 1
|
|
8980
9335
|
}
|
|
9336
|
+
/**
|
|
9337
|
+
* @generated from message norsk.api.media.XilinxH264
|
|
9338
|
+
*/
|
|
9339
|
+
export declare class XilinxH264 extends Message<XilinxH264> {
|
|
9340
|
+
/**
|
|
9341
|
+
* @generated from field: norsk.api.media.XilinxH264.XilinxH264Profile profile = 1;
|
|
9342
|
+
*/
|
|
9343
|
+
profile: XilinxH264_XilinxH264Profile;
|
|
9344
|
+
/**
|
|
9345
|
+
* @generated from field: norsk.api.media.OptionalInt level = 2;
|
|
9346
|
+
*/
|
|
9347
|
+
level?: OptionalInt;
|
|
9348
|
+
constructor(data?: PartialMessage<XilinxH264>);
|
|
9349
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9350
|
+
static readonly typeName = "norsk.api.media.XilinxH264";
|
|
9351
|
+
static readonly fields: FieldList;
|
|
9352
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): XilinxH264;
|
|
9353
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): XilinxH264;
|
|
9354
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): XilinxH264;
|
|
9355
|
+
static equals(a: XilinxH264 | PlainMessage<XilinxH264> | undefined, b: XilinxH264 | PlainMessage<XilinxH264> | undefined): boolean;
|
|
9356
|
+
}
|
|
9357
|
+
/**
|
|
9358
|
+
* @generated from enum norsk.api.media.XilinxH264.XilinxH264Profile
|
|
9359
|
+
*/
|
|
9360
|
+
export declare enum XilinxH264_XilinxH264Profile {
|
|
9361
|
+
/**
|
|
9362
|
+
* @generated from enum value: XILINX_H264_PROFILE_DEFAULT = 0;
|
|
9363
|
+
*/
|
|
9364
|
+
DEFAULT = 0,
|
|
9365
|
+
/**
|
|
9366
|
+
* @generated from enum value: XILINX_H264_PROFILE_BASELINE = 1;
|
|
9367
|
+
*/
|
|
9368
|
+
BASELINE = 1,
|
|
9369
|
+
/**
|
|
9370
|
+
* @generated from enum value: XILINX_H264_PROFILE_MAIN = 2;
|
|
9371
|
+
*/
|
|
9372
|
+
MAIN = 2,
|
|
9373
|
+
/**
|
|
9374
|
+
* @generated from enum value: XILINX_H264_PROFILE_EXTENDED = 3;
|
|
9375
|
+
*/
|
|
9376
|
+
EXTENDED = 3,
|
|
9377
|
+
/**
|
|
9378
|
+
* @generated from enum value: XILINX_H264_PROFILE_HIGH = 4;
|
|
9379
|
+
*/
|
|
9380
|
+
HIGH = 4,
|
|
9381
|
+
/**
|
|
9382
|
+
* @generated from enum value: XILINX_H264_PROFILE_HIGH10 = 5;
|
|
9383
|
+
*/
|
|
9384
|
+
HIGH10 = 5
|
|
9385
|
+
}
|
|
9386
|
+
/**
|
|
9387
|
+
* @generated from message norsk.api.media.XilinxHevc
|
|
9388
|
+
*/
|
|
9389
|
+
export declare class XilinxHevc extends Message<XilinxHevc> {
|
|
9390
|
+
/**
|
|
9391
|
+
* @generated from field: norsk.api.media.XilinxHevc.XilinxHevcTier tier = 1;
|
|
9392
|
+
*/
|
|
9393
|
+
tier: XilinxHevc_XilinxHevcTier;
|
|
9394
|
+
/**
|
|
9395
|
+
* @generated from field: norsk.api.media.XilinxHevc.XilinxHevcProfile profile = 2;
|
|
9396
|
+
*/
|
|
9397
|
+
profile: XilinxHevc_XilinxHevcProfile;
|
|
9398
|
+
/**
|
|
9399
|
+
* @generated from field: norsk.api.media.OptionalInt level = 3;
|
|
9400
|
+
*/
|
|
9401
|
+
level?: OptionalInt;
|
|
9402
|
+
constructor(data?: PartialMessage<XilinxHevc>);
|
|
9403
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
9404
|
+
static readonly typeName = "norsk.api.media.XilinxHevc";
|
|
9405
|
+
static readonly fields: FieldList;
|
|
9406
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): XilinxHevc;
|
|
9407
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): XilinxHevc;
|
|
9408
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): XilinxHevc;
|
|
9409
|
+
static equals(a: XilinxHevc | PlainMessage<XilinxHevc> | undefined, b: XilinxHevc | PlainMessage<XilinxHevc> | undefined): boolean;
|
|
9410
|
+
}
|
|
9411
|
+
/**
|
|
9412
|
+
* @generated from enum norsk.api.media.XilinxHevc.XilinxHevcProfile
|
|
9413
|
+
*/
|
|
9414
|
+
export declare enum XilinxHevc_XilinxHevcProfile {
|
|
9415
|
+
/**
|
|
9416
|
+
* @generated from enum value: XILINX_HEVC_PROFILE_DEFAULT = 0;
|
|
9417
|
+
*/
|
|
9418
|
+
DEFAULT = 0,
|
|
9419
|
+
/**
|
|
9420
|
+
* @generated from enum value: XILINX_HEVC_PROFILE_MAIN = 1;
|
|
9421
|
+
*/
|
|
9422
|
+
MAIN = 1,
|
|
9423
|
+
/**
|
|
9424
|
+
* @generated from enum value: XILINX_HEVC_PROFILE_MAIN10 = 2;
|
|
9425
|
+
*/
|
|
9426
|
+
MAIN10 = 2
|
|
9427
|
+
}
|
|
9428
|
+
/**
|
|
9429
|
+
* @generated from enum norsk.api.media.XilinxHevc.XilinxHevcTier
|
|
9430
|
+
*/
|
|
9431
|
+
export declare enum XilinxHevc_XilinxHevcTier {
|
|
9432
|
+
/**
|
|
9433
|
+
* @generated from enum value: XILINX_HEVC_TIER_MAIN = 0;
|
|
9434
|
+
*/
|
|
9435
|
+
MAIN = 0,
|
|
9436
|
+
/**
|
|
9437
|
+
* @generated from enum value: XILINX_HEVC_TIER_HIGH = 1;
|
|
9438
|
+
*/
|
|
9439
|
+
HIGH = 1
|
|
9440
|
+
}
|
|
8981
9441
|
/**
|
|
8982
9442
|
* @generated from message norsk.api.media.VideoTransformConfiguration
|
|
8983
9443
|
*/
|
|
@@ -10998,6 +11458,8 @@ export declare class AncillaryMessage extends Message<AncillaryMessage> {
|
|
|
10998
11458
|
case: "subscription";
|
|
10999
11459
|
} | {
|
|
11000
11460
|
/**
|
|
11461
|
+
* Scte104Event scte104_event = 4;
|
|
11462
|
+
*
|
|
11001
11463
|
* @generated from field: norsk.api.media.Scte35Event scte35_event = 3;
|
|
11002
11464
|
*/
|
|
11003
11465
|
value: Scte35Event;
|
|
@@ -11042,10 +11504,18 @@ export declare class AncillaryEvent extends Message<AncillaryEvent> {
|
|
|
11042
11504
|
case: "subscriptionResponse";
|
|
11043
11505
|
} | {
|
|
11044
11506
|
/**
|
|
11507
|
+
* Scte104Event scte104_event = 5;
|
|
11508
|
+
*
|
|
11045
11509
|
* @generated from field: norsk.api.media.Scte35Event scte35_event = 4;
|
|
11046
11510
|
*/
|
|
11047
11511
|
value: Scte35Event;
|
|
11048
11512
|
case: "scte35Event";
|
|
11513
|
+
} | {
|
|
11514
|
+
/**
|
|
11515
|
+
* @generated from field: norsk.api.media.Smpte2038Message smpte2038_message = 6;
|
|
11516
|
+
*/
|
|
11517
|
+
value: Smpte2038Message;
|
|
11518
|
+
case: "smpte2038Message";
|
|
11049
11519
|
} | {
|
|
11050
11520
|
case: undefined;
|
|
11051
11521
|
value?: undefined;
|
|
@@ -11080,6 +11550,68 @@ export declare class Scte35Event extends Message<Scte35Event> {
|
|
|
11080
11550
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Scte35Event;
|
|
11081
11551
|
static equals(a: Scte35Event | PlainMessage<Scte35Event> | undefined, b: Scte35Event | PlainMessage<Scte35Event> | undefined): boolean;
|
|
11082
11552
|
}
|
|
11553
|
+
/**
|
|
11554
|
+
* @generated from message norsk.api.media.Smpte2038Message
|
|
11555
|
+
*/
|
|
11556
|
+
export declare class Smpte2038Message extends Message<Smpte2038Message> {
|
|
11557
|
+
/**
|
|
11558
|
+
* @generated from field: norsk.api.media.StreamKey stream = 1;
|
|
11559
|
+
*/
|
|
11560
|
+
stream?: StreamKey;
|
|
11561
|
+
/**
|
|
11562
|
+
* @generated from field: bool c_not_y_channel_flag = 2;
|
|
11563
|
+
*/
|
|
11564
|
+
cNotYChannelFlag: boolean;
|
|
11565
|
+
/**
|
|
11566
|
+
* @generated from field: uint32 line_number = 3;
|
|
11567
|
+
*/
|
|
11568
|
+
lineNumber: number;
|
|
11569
|
+
/**
|
|
11570
|
+
* @generated from field: uint32 horizontal_offset = 4;
|
|
11571
|
+
*/
|
|
11572
|
+
horizontalOffset: number;
|
|
11573
|
+
/**
|
|
11574
|
+
* @generated from field: norsk.api.media.VancPayloadFormat payload_format = 5;
|
|
11575
|
+
*/
|
|
11576
|
+
payloadFormat: VancPayloadFormat;
|
|
11577
|
+
/**
|
|
11578
|
+
* @generated from field: norsk.api.media.VancType2AncillaryId ancillary_id = 6;
|
|
11579
|
+
*/
|
|
11580
|
+
ancillaryId?: VancType2AncillaryId;
|
|
11581
|
+
/**
|
|
11582
|
+
* @generated from field: bytes user_data = 7;
|
|
11583
|
+
*/
|
|
11584
|
+
userData: Uint8Array;
|
|
11585
|
+
constructor(data?: PartialMessage<Smpte2038Message>);
|
|
11586
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11587
|
+
static readonly typeName = "norsk.api.media.Smpte2038Message";
|
|
11588
|
+
static readonly fields: FieldList;
|
|
11589
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Smpte2038Message;
|
|
11590
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Smpte2038Message;
|
|
11591
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Smpte2038Message;
|
|
11592
|
+
static equals(a: Smpte2038Message | PlainMessage<Smpte2038Message> | undefined, b: Smpte2038Message | PlainMessage<Smpte2038Message> | undefined): boolean;
|
|
11593
|
+
}
|
|
11594
|
+
/**
|
|
11595
|
+
* @generated from message norsk.api.media.VancType2AncillaryId
|
|
11596
|
+
*/
|
|
11597
|
+
export declare class VancType2AncillaryId extends Message<VancType2AncillaryId> {
|
|
11598
|
+
/**
|
|
11599
|
+
* @generated from field: uint32 did = 1;
|
|
11600
|
+
*/
|
|
11601
|
+
did: number;
|
|
11602
|
+
/**
|
|
11603
|
+
* @generated from field: uint32 sdid = 2;
|
|
11604
|
+
*/
|
|
11605
|
+
sdid: number;
|
|
11606
|
+
constructor(data?: PartialMessage<VancType2AncillaryId>);
|
|
11607
|
+
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
11608
|
+
static readonly typeName = "norsk.api.media.VancType2AncillaryId";
|
|
11609
|
+
static readonly fields: FieldList;
|
|
11610
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VancType2AncillaryId;
|
|
11611
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VancType2AncillaryId;
|
|
11612
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VancType2AncillaryId;
|
|
11613
|
+
static equals(a: VancType2AncillaryId | PlainMessage<VancType2AncillaryId> | undefined, b: VancType2AncillaryId | PlainMessage<VancType2AncillaryId> | undefined): boolean;
|
|
11614
|
+
}
|
|
11083
11615
|
/**
|
|
11084
11616
|
* @generated from message norsk.api.media.Scte35SpliceInfoSection
|
|
11085
11617
|
*/
|