#include <AVClient.h>
Data Fields | |
uint32_t | cb |
uint32_t | server_type |
int32_t | resend |
int32_t | two_way_streaming |
int32_t | sync_recv_data |
AvSecurityMode | security_mode |
The output configuration of avClientStartEx
cb | [in] The check byte of this structure. |
server_type | [out] The user-defined service type set when an AV server starts. Can be NULL. |
resend | [out] Resend mechanism is enabling or not |
two_way_streaming | [out] two way audio/video streaming mechanism is enabling or not |
sync_recv_data | [out] Synchronously receive video/audio data is enabling or not |
security_mode | [out] The DTLS mechanism is enabling or not |
uint32_t cb |
int32_t resend |
AvSecurityMode security_mode |
uint32_t server_type |
int32_t sync_recv_data |
int32_t two_way_streaming |