public static final class PlaybackStats.EventTimeAndFormat extends Object
null
to indicate
that no format was used.Modifier and Type | Field | Description |
---|---|---|
AnalyticsListener.EventTime |
eventTime |
The event time associated with
format . |
Format |
format |
The format that started being used, or
null if no format was used. |
Constructor | Description |
---|---|
EventTimeAndFormat(AnalyticsListener.EventTime eventTime,
Format format) |
Creates a new timed format event.
|
public final AnalyticsListener.EventTime eventTime
format
.@Nullable public final Format format
null
if no format was used.public EventTimeAndFormat(AnalyticsListener.EventTime eventTime, @Nullable Format format)
eventTime
- The event time associated with format
.format
- The format that started being used, or null
if no format was used.