camera_video_group_id_t
A 32-bit value that represents a unique identifier for a video group
Synopsis:
#include <camera/camera_api.h>typedef int32_t camera_video_group_id_t;Library:
libcamapiDescription:
A new video group is created by calling the camera_create_video_group() function. The ID returned by this function can then be used in other video group functions, such as camera_destroy_video_group().
Page updated:
