HlsSegmentApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getHlsAudioSegmentLegacyAac(itemId: String, segmentId: String): Response<<Error class: unknown class>>

Gets the specified audio segment for an audio item.

Link copied to clipboard

Gets the specified audio segment for an audio item.

Link copied to clipboard
suspend fun getHlsAudioSegmentLegacyMp3(itemId: String, segmentId: String): Response<<Error class: unknown class>>

Gets the specified audio segment for an audio item.

Link copied to clipboard

Gets the specified audio segment for an audio item.

Link copied to clipboard
suspend fun getHlsPlaylistLegacy(itemId: String, playlistId: String): Response<<Error class: unknown class>>

Gets a hls video playlist.

Link copied to clipboard
fun getHlsPlaylistLegacyUrl(itemId: String, playlistId: String): String

Gets a hls video playlist.

Link copied to clipboard
suspend fun getHlsVideoSegmentLegacy(itemId: String, playlistId: String, segmentId: String, segmentContainer: String): Response<<Error class: unknown class>>

Gets a hls video segment.

Link copied to clipboard
fun getHlsVideoSegmentLegacyUrl(itemId: String, playlistId: String, segmentId: String, segmentContainer: String): String

Gets a hls video segment.

Link copied to clipboard
suspend fun stopEncodingProcess(deviceId: String, playSessionId: String): Response<Unit>

Stops an active encoding.