@norskvideo/norsk-api 1.0.376 → 1.0.377
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 +4 -0
- package/lib/media_pb.js +5 -0
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +6 -0
- package/package.json +1 -1
package/lib/media_pb.d.ts
CHANGED
|
@@ -3978,6 +3978,10 @@ export declare class TestCardVideoConfiguration extends Message<TestCardVideoCon
|
|
|
3978
3978
|
* @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
|
|
3979
3979
|
*/
|
|
3980
3980
|
pixelFormat: PixelFormat;
|
|
3981
|
+
/**
|
|
3982
|
+
* @generated from field: bool interlaced = 8;
|
|
3983
|
+
*/
|
|
3984
|
+
interlaced: boolean;
|
|
3981
3985
|
constructor(data?: PartialMessage<TestCardVideoConfiguration>);
|
|
3982
3986
|
static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
|
|
3983
3987
|
static readonly typeName = "norsk.api.media.TestCardVideoConfiguration";
|
package/lib/media_pb.js
CHANGED
|
@@ -5015,6 +5015,10 @@ class TestCardVideoConfiguration extends protobuf_1.Message {
|
|
|
5015
5015
|
* @generated from field: norsk.api.media.PixelFormat pixel_format = 7;
|
|
5016
5016
|
*/
|
|
5017
5017
|
this.pixelFormat = PixelFormat.UNSPECIFIED;
|
|
5018
|
+
/**
|
|
5019
|
+
* @generated from field: bool interlaced = 8;
|
|
5020
|
+
*/
|
|
5021
|
+
this.interlaced = false;
|
|
5018
5022
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
5019
5023
|
}
|
|
5020
5024
|
static fromBinary(bytes, options) {
|
|
@@ -5041,6 +5045,7 @@ TestCardVideoConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
5041
5045
|
{ no: 5, name: "realtime", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
5042
5046
|
{ no: 6, name: "pattern", kind: "enum", T: protobuf_1.proto3.getEnumType(TestCardPattern) },
|
|
5043
5047
|
{ no: 7, name: "pixel_format", kind: "enum", T: protobuf_1.proto3.getEnumType(PixelFormat) },
|
|
5048
|
+
{ no: 8, name: "interlaced", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
5044
5049
|
]);
|
|
5045
5050
|
/**
|
|
5046
5051
|
* @generated from message norsk.api.media.VideoTestCardGeneratorMessage
|