|
FireSync API
|
| kStatus kCameraPhaseDecoder_SetSubframeCount | ( | kCameraPhaseDecoder | extension, |
| k32u | count, | ||
| kAdjust | adjustment = kADJUST_NONE |
||
| ) |
Sets the desired number of compressed subframes.
Compressed frames consist of one or more subframes, where each subframe is represented by a kCompressedPhase object. This method specifies the desired number of subframes.
The desired subframe count is typically set to a value that corresponds with the number of processor cores on the client that will perform decompresion.
The actual number of subframes generated may be less than the maximum, depending on window size and PL subframing capability. Note, it is not considered a validation error if the desired subframe count exceeds capabilities. In this case, the actual number of subframes will be automatically adjusted downwards by the node.
By default, the desired subframe count is set to one.
| extension | Extension object. |
| count | Desired subframe count. |
| adjustment | Automatic adjustment style (optional). |