Package com.castlabs.sdk.debug
Class RateLimitTracer.Trace
- java.lang.Object
-
- com.castlabs.sdk.debug.RateLimitTracer.Trace
-
- Enclosing class:
- RateLimitTracer
public static class RateLimitTracer.Trace extends Object
A single download trace with a start and end time. Note that the end time is exclusive.
-
-
Field Summary
Fields Modifier and Type Field Description long
bitrate
The bitrate of the trace in BPSlong
endTimeMs
The end time of the tracelong
startTimeMs
The start time of the trace
-