-
public interface LiveVideoChecker
Interface to get information whether the video is Live or not.
-
-
Method Summary
Modifier and Type Method Description abstract boolean
isLiveVideo()
-
-
Method Detail
-
isLiveVideo
abstract boolean isLiveVideo()
-
-
-
-