FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
extensionExtension object.
countDesired subframe count.
adjustmentAutomatic adjustment style (optional).
Returns
Operation status.