@norskvideo/norsk-api 1.0.360 → 1.0.363
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 +7 -3
- package/lib/media_pb.js +9 -4
- package/lib/media_pb.js.map +1 -1
- package/lib/media_pb.ts +11 -5
- package/package.json +1 -1
package/lib/media_pb.ts
CHANGED
|
@@ -6585,12 +6585,17 @@ export class DeltacastInputConfiguration extends Message<DeltacastInputConfigura
|
|
|
6585
6585
|
deviceId = 0;
|
|
6586
6586
|
|
|
6587
6587
|
/**
|
|
6588
|
-
* @generated from field: uint32
|
|
6588
|
+
* @generated from field: uint32 channel_index = 4;
|
|
6589
6589
|
*/
|
|
6590
|
-
|
|
6590
|
+
channelIndex = 0;
|
|
6591
6591
|
|
|
6592
6592
|
/**
|
|
6593
|
-
* @generated from field:
|
|
6593
|
+
* @generated from field: uint32 audio_channel_mask = 5;
|
|
6594
|
+
*/
|
|
6595
|
+
audioChannelMask = 0;
|
|
6596
|
+
|
|
6597
|
+
/**
|
|
6598
|
+
* @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 6;
|
|
6594
6599
|
*/
|
|
6595
6600
|
statsSampling?: StreamStatisticsSampling;
|
|
6596
6601
|
|
|
@@ -6605,8 +6610,9 @@ export class DeltacastInputConfiguration extends Message<DeltacastInputConfigura
|
|
|
6605
6610
|
{ no: 1, name: "id", kind: "message", T: MediaNodeId },
|
|
6606
6611
|
{ no: 2, name: "source_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
6607
6612
|
{ no: 3, name: "device_id", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
6608
|
-
{ no: 4, name: "
|
|
6609
|
-
{ no: 5, name: "
|
|
6613
|
+
{ no: 4, name: "channel_index", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
6614
|
+
{ no: 5, name: "audio_channel_mask", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
|
|
6615
|
+
{ no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
|
|
6610
6616
|
]);
|
|
6611
6617
|
|
|
6612
6618
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeltacastInputConfiguration {
|