Uses of Class
video.api.client.api.models.BytesRange
-
Packages that use BytesRange Package Description video.api.client.api.models -
-
Uses of BytesRange in video.api.client.api.models
Methods in video.api.client.api.models that return BytesRange Modifier and Type Method Description BytesRangeBytesRange. from(Integer from)BytesRangeBytesRange. to(Integer to)BytesRangeBytesRange. total(Integer total)Methods in video.api.client.api.models that return types with arguments of type BytesRange Modifier and Type Method Description List<BytesRange>VideoStatusIngest. getReceivedBytes()The total number of bytes received, listed for each chunk of the upload.Methods in video.api.client.api.models with parameters of type BytesRange Modifier and Type Method Description VideoStatusIngestVideoStatusIngest. addReceivedBytesItem(BytesRange receivedBytesItem)Method parameters in video.api.client.api.models with type arguments of type BytesRange Modifier and Type Method Description VideoStatusIngestVideoStatusIngest. receivedBytes(List<BytesRange> receivedBytes)voidVideoStatusIngest. setReceivedBytes(List<BytesRange> receivedBytes)
-