The supported slice types for H.264/AVC.
#include <camera/camera_h264avc.h>
typedef enum {
CAMERA_H264AVC_SLICE_FRAME = 0
CAMERA_H264AVC_SLICE_BYTES
CAMERA_H264AVC_SLICE_MACROBLOCKS
} camera_h264avc_slicetype_t;
BlackBerry 10.2.0
These are acceptable values to use when you configure the CAMERA_H264AVC_SLICETYPE parameter in parameter-value pairs that you pass in encoding functions. Use camera_get_supported_videoencoder_parameter_values() to determine the supported values at runtime.