-
public final class MediaNavigator.Playback.Buffer
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisPlayableprivate final Durationposition
-
Constructor Summary
Constructors Constructor Description MediaNavigator.Playback.Buffer(Boolean isPlayable, Duration position)
-
Method Summary
Modifier and Type Method Description final BooleangetIsPlayable()final DurationgetPosition()-
-
Method Detail
-
getIsPlayable
final Boolean getIsPlayable()
-
getPosition
final Duration getPosition()
-
-
-
-