-
public final class VideoCacheManager.DownloadResult.Success extends VideoCacheManager.DownloadResult
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanvideoPlayableprivate final LongvideoLength
-
Constructor Summary
Constructors Constructor Description VideoCacheManager.DownloadResult.Success(Boolean videoPlayable, Long videoLength)
-
Method Summary
Modifier and Type Method Description final BooleangetVideoPlayable()final LonggetVideoLength()-
-
Method Detail
-
getVideoPlayable
final Boolean getVideoPlayable()
-
getVideoLength
final Long getVideoLength()
-
-
-
-