RefreshInfo

data class RefreshInfo(refreshInterval: Long, presentationTimeReturn: Long)

Data class for the return of getRefreshInfo

See also

Constructors

RefreshInfo
Link copied to clipboard
fun RefreshInfo(refreshInterval: Long, presentationTimeReturn: Long)

Properties

presentationTimeReturn
Link copied to clipboard
val presentationTimeReturn: Long
refreshInterval
Link copied to clipboard
val refreshInterval: Long