| 
    Tizen Native API
    10.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
| const char* webrtc_stats_prop_info_s::name | 
The property name
The property enum
The property data type
For boolean
For double
For float
For signed integer
For 64-bit signed integer
| const char* webrtc_stats_prop_info_s::v_string | 
For string
| unsigned int webrtc_stats_prop_info_s::v_uint | 
For unsigned integer
| uint64_t webrtc_stats_prop_info_s::v_uint64 | 
For 64-bit unsigned integer