Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "getChannelScheduleResponseScheduleEntry")
fun Flow<GetChannelScheduleResponse>.items(): Flow<ScheduleEntry>

This paginator transforms the flow returned by getChannelSchedulePaginated to access the nested member ScheduleEntry

@JvmName(name = "listAlertsResponseAlert")
fun Flow<ListAlertsResponse>.items(): Flow<Alert>

This paginator transforms the flow returned by listAlertsPaginated to access the nested member Alert

@JvmName(name = "listChannelsResponseChannel")
fun Flow<ListChannelsResponse>.items(): Flow<Channel>

This paginator transforms the flow returned by listChannelsPaginated to access the nested member Channel

@JvmName(name = "listLiveSourcesResponseLiveSource")
fun Flow<ListLiveSourcesResponse>.items(): Flow<LiveSource>

This paginator transforms the flow returned by listLiveSourcesPaginated to access the nested member LiveSource

@JvmName(name = "listPlaybackConfigurationsResponsePlaybackConfiguration")
fun Flow<ListPlaybackConfigurationsResponse>.items(): Flow<PlaybackConfiguration>

This paginator transforms the flow returned by listPlaybackConfigurationsPaginated to access the nested member PlaybackConfiguration

@JvmName(name = "listPrefetchSchedulesResponsePrefetchSchedule")
fun Flow<ListPrefetchSchedulesResponse>.items(): Flow<PrefetchSchedule>

This paginator transforms the flow returned by listPrefetchSchedulesPaginated to access the nested member PrefetchSchedule

@JvmName(name = "listSourceLocationsResponseSourceLocation")
fun Flow<ListSourceLocationsResponse>.items(): Flow<SourceLocation>

This paginator transforms the flow returned by listSourceLocationsPaginated to access the nested member SourceLocation

@JvmName(name = "listVodSourcesResponseVodSource")
fun Flow<ListVodSourcesResponse>.items(): Flow<VodSource>

This paginator transforms the flow returned by listVodSourcesPaginated to access the nested member VodSource