Package live.hms.video.sdk
Object ProcessTimeVariables
-
- All Implemented Interfaces:
public class ProcessTimeVariables
-
-
Field Summary
Fields Modifier and Type Field Description private LongtimeTakenWithMLprivate LongtimeTakenWithoutMLpublic final static ProcessTimeVariablesINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetTimeTakenWithML()final UnitsetTimeTakenWithML(Long timeTakenWithML)final LonggetTimeTakenWithoutML()final UnitsetTimeTakenWithoutML(Long timeTakenWithoutML)-
-
Method Detail
-
getTimeTakenWithML
final Long getTimeTakenWithML()
-
setTimeTakenWithML
final Unit setTimeTakenWithML(Long timeTakenWithML)
-
getTimeTakenWithoutML
final Long getTimeTakenWithoutML()
-
setTimeTakenWithoutML
final Unit setTimeTakenWithoutML(Long timeTakenWithoutML)
-
-
-
-