Uses of Class
video.api.client.api.models.LiveStreamSession
-
Packages that use LiveStreamSession Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of LiveStreamSession in video.api.client.api.clients
Methods in video.api.client.api.clients that return types with arguments of type LiveStreamSession Modifier and Type Method Description Page<LiveStreamSession>RawStatisticsApi.APIlistLiveStreamSessionsRequest. execute()Execute listLiveStreamSessions request -
Uses of LiveStreamSession in video.api.client.api.models
Methods in video.api.client.api.models that return LiveStreamSession Modifier and Type Method Description LiveStreamSessionLiveStreamSession. client(LiveStreamSessionClient client)LiveStreamSessionLiveStreamSession. device(LiveStreamSessionDevice device)LiveStreamSessionLiveStreamSession. location(LiveStreamSessionLocation location)LiveStreamSessionLiveStreamSession. os(VideoSessionOs os)LiveStreamSessionLiveStreamSession. referrer(LiveStreamSessionReferrer referrer)LiveStreamSessionLiveStreamSession. session(LiveStreamSessionSession session)Methods in video.api.client.api.models that return types with arguments of type LiveStreamSession Modifier and Type Method Description List<LiveStreamSession>RawStatisticsListLiveStreamAnalyticsResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type LiveStreamSession Modifier and Type Method Description RawStatisticsListLiveStreamAnalyticsResponseRawStatisticsListLiveStreamAnalyticsResponse. addDataItem(LiveStreamSession dataItem)Method parameters in video.api.client.api.models with type arguments of type LiveStreamSession Modifier and Type Method Description RawStatisticsListLiveStreamAnalyticsResponseRawStatisticsListLiveStreamAnalyticsResponse. data(List<LiveStreamSession> data)voidRawStatisticsListLiveStreamAnalyticsResponse. setData(List<LiveStreamSession> data)
-