Uses of Class
dev.onvoid.webrtc.RTCStatsType
-
Packages that use RTCStatsType Package Description dev.onvoid.webrtc -
-
Uses of RTCStatsType in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCStatsType Modifier and Type Method Description RTCStatsTypeRTCStats. getType()Get the type of the object that was inspected to produce the stats.static RTCStatsTypeRTCStatsType. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCStatsType[]RTCStatsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.onvoid.webrtc with parameters of type RTCStatsType Constructor Description RTCStats(long timestamp, RTCStatsType type, String id, Map<String,Object> members)
-