Download VeriCall Edge Function Reference Manual

Transcript
Trinity Convergence
VeriCall Edge Function Reference Manual
B.33.59 t_ve_user_msg_video_encode_path_config_err_s
The t_ve_user_msg_video_encode_path_config_err_s structure is part of the
t_ve_user_msg_s structure, as described in Appendix B.33 on Page 356. This event is
generated when the video encoder is incorrectly configured. The structure contains the video
encoder configuration that caused the error event to be generated. The notification event
structure, t_ve_user_msg_video_encode_path_config_err_s, is defined in ve_events.h and
is described below:
typedef struct{
t_ve_video_config_error_reason_e
reason;
UWord32
channel;
UWord32
pre_local_image_h_origin;
UWord32
pre_local_image_v_origin;
UWord32
pre_local_image_h_size;
UWord32
pre_local_image_v_size;
UWord32
pre_local_image_h_scale_factor_num;
UWord32
pre_local_image_h_scale_factor_den;
UWord32
pre_local_image_v_scale_factor_num;
UWord32
pre_local_image_v_scale_factor_den;
t_ve_video_default_image_rotate_e
pre_local_image_rotation;
t_ve_video_default_image_mirror_e
pre_local_image_mirror;
UWord32
pre_local_image_data_end_point_instance;
UWord32
pre_camera_h_size;
UWord32
pre_camera_v_size;
UWord32
pre_camera_data_end_point_instance;
UWord32
pre_tx_image_h_size;
UWord32
pre_tx_image_v_size;
UWord32
pre_tx_image_h_scale_factor_num;
UWord32
pre_tx_image_h_scale_factor_den;
UWord32
pre_tx_image_v_scale_factor_num;
UWord32
pre_tx_image_v_scale_factor_den;
t_ve_video_default_image_rotate_e
pre_tx_image_rotation;
t_ve_video_default_image_mirror_e
pre_tx_image_mirror;
UWord32
enc_image_h_size;
UWord32
enc_image_v_size;
}t_ve_user_msg_video_encode_path_config_err_s;
The element of this structure is as follows:
Element
Definition
reason
Enumerated type, t_ve_video_config_error_reason_e as described in
Appendix B.157 on Page 580, which specifies the reason for this event
being generated.
channel
The channel number against which this event was raised.
pre_local_image_h_origin
The local image horizontal origin.
pre_local_image_v_origin
The local image vertical origin.
pre_local_image_h_size
The local image horizontal size.
pre_local_image_v_size
The local image vertical size.
pre_local_image_h_scale_factor_num
The local image horizontal scale factor numerator.
Trinity Convergence Confidential
Appendix B: Structures and Enumerations
409