Tizen Native API  7.0
webrtc_stats_prop_info_s Struct Reference

Public Attributes

const char * name
webrtc_stats_prop_e prop
webrtc_stats_prop_type_e type
union {
   bool   v_bool
   int   v_int
   unsigned int   v_uint
   int64_t   v_int64
   uint64_t   v_uint64
   float   v_float
   double   v_double
   const char *   v_string
}; 

Detailed Description

The structure type for statistics property information.

Since :
7.0

Member Data Documentation

union { ... }

The property value as per the data type above

The property name

For signed integer

For 64-bit signed integer

For string

For unsigned integer

For 64-bit unsigned integer