@norskvideo/norsk-api 1.0.402-2026-01-15-5687d367 → 1.0.402-2026-01-16-61d8a916
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.ts
CHANGED
|
@@ -22125,6 +22125,11 @@ export class X264Codec extends Message<X264Codec> {
|
|
|
22125
22125
|
*/
|
|
22126
22126
|
extraOpts?: OptionalString;
|
|
22127
22127
|
|
|
22128
|
+
/**
|
|
22129
|
+
* @generated from field: repeated uint32 cpu_list = 28;
|
|
22130
|
+
*/
|
|
22131
|
+
cpuList: number[] = [];
|
|
22132
|
+
|
|
22128
22133
|
constructor(data?: PartialMessage<X264Codec>) {
|
|
22129
22134
|
super();
|
|
22130
22135
|
proto3.util.initPartial(data, this);
|
|
@@ -22156,6 +22161,7 @@ export class X264Codec extends Message<X264Codec> {
|
|
|
22156
22161
|
{ no: 25, name: "calculate_ssim", kind: "message", T: OptionalBool },
|
|
22157
22162
|
{ no: 26, name: "lookahead", kind: "message", T: OptionalInt },
|
|
22158
22163
|
{ no: 27, name: "extra_opts", kind: "message", T: OptionalString },
|
|
22164
|
+
{ no: 28, name: "cpu_list", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
|
|
22159
22165
|
]);
|
|
22160
22166
|
|
|
22161
22167
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): X264Codec {
|