getSubtitleWithTicksDeprecatedUrl
fun getSubtitleWithTicksDeprecatedUrl(routeItemId: <Error class: unknown class>, routeMediaSourceId: String, routeIndex: Int, routeStartPositionTicks: Long, routeFormat: String, itemId: <Error class: unknown class>? = null, mediaSourceId: String? = null, index: Int? = null, startPositionTicks: Long? = null, format: String? = null, endPositionTicks: Long? = null, copyTimestamps: Boolean? = false, addVttTimeMap: Boolean? = false): String
Deprecated
This member is deprecated and may be removed in the future
Gets subtitles in a specified format.
Parameters
routeItemId
The (route) item id.
routeMediaSourceId
The (route) media source id.
routeIndex
The (route) subtitle stream index.
routeStartPositionTicks
The (route) start position of the subtitle in ticks.
routeFormat
The (route) format of the returned subtitle.
itemId
The item id.
mediaSourceId
The media source id.
index
The subtitle stream index.
startPositionTicks
The start position of the subtitle in ticks.
format
The format of the returned subtitle.
endPositionTicks
Optional. The end position of the subtitle in ticks.
copyTimestamps
Optional. Whether to copy the timestamps.
addVttTimeMap
Optional. Whether to add a VTT time map.