Package knf.hydra.core.models.data
Class VideoMediaItem
-
- All Implemented Interfaces:
public final class VideoMediaItem extends MediaItem
Represents a video item.
-
-
Constructor Summary
Constructors Constructor Description VideoMediaItem(String videoLink, Boolean usePlayer)
-
Method Summary
Modifier and Type Method Description final BooleangetUsePlayer()If true the app will try to stream the video using the built-in player (requires a direct link to the video file), otherwise it will played in a web browser -
-
Method Detail
-
getUsePlayer
final Boolean getUsePlayer()
If true the app will try to stream the video using the built-in player (requires a direct link to the video file), otherwise it will played in a web browser
-
-
-
-