A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes All Packages

A

accessToken(String) - Method in class video.api.client.api.models.AccessToken
 
AccessToken - Class in video.api.client.api.models
AccessToken
AccessToken() - Constructor for class video.api.client.api.models.AccessToken
 
Adapter() - Constructor for class video.api.client.api.models.Quality.QualityEnum.Adapter
 
Adapter() - Constructor for class video.api.client.api.models.Quality.StatusEnum.Adapter
 
Adapter() - Constructor for class video.api.client.api.models.Quality.TypeEnum.Adapter
 
Adapter() - Constructor for class video.api.client.api.models.VideoStatusIngest.StatusEnum.Adapter
 
addDataItem(Caption) - Method in class video.api.client.api.models.CaptionsListResponse
 
addDataItem(Chapter) - Method in class video.api.client.api.models.ChaptersListResponse
 
addDataItem(LiveStream) - Method in class video.api.client.api.models.LiveStreamListResponse
 
addDataItem(LiveStreamSession) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
addDataItem(PlayerSessionEvent) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
addDataItem(PlayerTheme) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
addDataItem(UploadToken) - Method in class video.api.client.api.models.TokenListResponse
 
addDataItem(Video) - Method in class video.api.client.api.models.VideosListResponse
 
addDataItem(VideoSession) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
addDataItem(Webhook) - Method in class video.api.client.api.models.WebhooksListResponse
 
addDefaultCookie(String, String) - Method in class video.api.client.api.ApiClient
Add a default cookie.
addDefaultHeader(String, String) - Method in class video.api.client.api.ApiClient
Add a default header.
addEventsItem(String) - Method in class video.api.client.api.models.Webhook
 
addEventsItem(String) - Method in class video.api.client.api.models.WebhooksCreationPayload
 
addLinksItem(PaginationLink) - Method in class video.api.client.api.models.Pagination
 
addLinksItem(VideoSourceLiveStreamLink) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
addMetadataItem(Metadata) - Method in class video.api.client.api.models.Video
 
addMetadataItem(Metadata) - Method in class video.api.client.api.models.VideoCreationPayload
 
addMetadataItem(Metadata) - Method in class video.api.client.api.models.VideoSessionSession
 
addMetadataItem(Metadata) - Method in class video.api.client.api.models.VideoUpdatePayload
 
addProblemsItem(BadRequest) - Method in class video.api.client.api.models.BadRequest
 
addQualitiesItem(Quality) - Method in class video.api.client.api.models.VideoStatusEncoding
 
addReceivedBytesItem(BytesRange) - Method in class video.api.client.api.models.VideoStatusIngest
 
addTagsItem(String) - Method in class video.api.client.api.models.Video
 
addTagsItem(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
addTagsItem(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
ApiCallback<T> - Interface in video.api.client.api
Callback for asynchronous API call.
ApiClient - Class in video.api.client.api
 
ApiClient(String) - Constructor for class video.api.client.api.ApiClient
 
ApiClient(String, String) - Constructor for class video.api.client.api.ApiClient
Constructor for ApiClient with custom API base path
ApiClient(OkHttpClient, String) - Constructor for class video.api.client.api.ApiClient
Constructor for ApiClient with custom http client
ApiException - Exception in video.api.client.api
 
ApiException() - Constructor for exception video.api.client.api.ApiException
 
ApiException(int, String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(int, Map<String, List<String>>, String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception video.api.client.api.ApiException
 
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception video.api.client.api.ApiException
 
ApiException(Throwable) - Constructor for exception video.api.client.api.ApiException
 
ApiException.ApiProblem - Class in video.api.client.api
 
apiKey(String) - Method in class video.api.client.api.models.AuthenticatePayload
 
ApiProblem(String, String, String) - Constructor for class video.api.client.api.ApiException.ApiProblem
 
ApiResponse<T> - Class in video.api.client.api
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class video.api.client.api.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class video.api.client.api.ApiResponse
 
ApiVideoAuthInterceptor - Class in video.api.client.api.auth
 
ApiVideoAuthInterceptor(ApiClient, String) - Constructor for class video.api.client.api.auth.ApiVideoAuthInterceptor
 
ApiVideoClient - Class in video.api.client
 
ApiVideoClient() - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets production environment without authentication
ApiVideoClient(String) - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets the production environment with authentication
ApiVideoClient(String, Environment) - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets the given environment with authentication
ApiVideoClient(OkHttpClient) - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets the production environment using a custom OkHttp client
ApiVideoClient(OkHttpClient, Environment) - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets the production environment using a custom OkHttp client
ApiVideoClient(Environment) - Constructor for class video.api.client.ApiVideoClient
Build an instance that targets the given environment without authentication
aspectRatio(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
assets(LiveStreamAssets) - Method in class video.api.client.api.models.LiveStream
 
assets(PlayerThemeAssets) - Method in class video.api.client.api.models.PlayerTheme
 
assets(VideoAssets) - Method in class video.api.client.api.models.Video
 
at(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
audioCodec(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
authenticate(AuthenticatePayload) - Method in class video.api.client.api.clients.AuthenticationApi
Authenticate To get started, submit your API key in the body of your request.
AuthenticatePayload - Class in video.api.client.api.models
AuthenticatePayload
AuthenticatePayload() - Constructor for class video.api.client.api.models.AuthenticatePayload
 
authenticateWithHttpInfo(AuthenticatePayload) - Method in class video.api.client.api.clients.AuthenticationApi
Authenticate To get started, submit your API key in the body of your request.
AuthenticationApi - Class in video.api.client.api.clients
 
AuthenticationApi(ApiClient) - Constructor for class video.api.client.api.clients.AuthenticationApi
 

B

backgroundBottom(String) - Method in class video.api.client.api.models.PlayerTheme
 
backgroundBottom(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
backgroundBottom(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
backgroundText(String) - Method in class video.api.client.api.models.PlayerTheme
 
backgroundText(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
backgroundText(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
backgroundTop(String) - Method in class video.api.client.api.models.PlayerTheme
 
backgroundTop(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
backgroundTop(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
BadRequest - Class in video.api.client.api.models
BadRequest
BadRequest() - Constructor for class video.api.client.api.models.BadRequest
 
basePath - Variable in enum video.api.client.api.models.Environment
 
bitrate(BigDecimal) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
broadcasting(Boolean) - Method in class video.api.client.api.models.LiveStream
 
buildCall(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class video.api.client.api.ApiClient
Build HTTP call with the given options.
buildCall(ApiCallback) - Method in class video.api.client.api.clients.CaptionsApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.ChaptersApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Build call for listLiveStreamSessions
buildCall(ApiCallback) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
Build call for listSessionEvents
buildCall(ApiCallback) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Build call for listVideoSessions
buildCall(ApiCallback) - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Build call for list
buildCall(ApiCallback) - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Build call for list
buildRequest(String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class video.api.client.api.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class video.api.client.api.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class video.api.client.api.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, List<Pair>, List<Pair>) - Method in class video.api.client.api.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class video.api.client.api.JSON.ByteArrayAdapter
 
BytesRange - Class in video.api.client.api.models
BytesRange
BytesRange() - Constructor for class video.api.client.api.models.BytesRange
 

C

Caption - Class in video.api.client.api.models
Caption
Caption() - Constructor for class video.api.client.api.models.Caption
 
captions() - Method in class video.api.client.ApiVideoClient
Get an CaptionsApi instance
CaptionsApi - Class in video.api.client.api.clients
 
CaptionsApi(ApiClient) - Constructor for class video.api.client.api.clients.CaptionsApi
 
CaptionsApi.APIlistRequest - Class in video.api.client.api.clients
 
CaptionsListResponse - Class in video.api.client.api.models
CaptionsListResponse
CaptionsListResponse() - Constructor for class video.api.client.api.models.CaptionsListResponse
 
CaptionsUpdatePayload - Class in video.api.client.api.models
CaptionsUpdatePayload
CaptionsUpdatePayload() - Constructor for class video.api.client.api.models.CaptionsUpdatePayload
 
Chapter - Class in video.api.client.api.models
Chapter
Chapter() - Constructor for class video.api.client.api.models.Chapter
 
chapters() - Method in class video.api.client.ApiVideoClient
Get an ChaptersApi instance
ChaptersApi - Class in video.api.client.api.clients
 
ChaptersApi(ApiClient) - Constructor for class video.api.client.api.clients.ChaptersApi
 
ChaptersApi.APIlistRequest - Class in video.api.client.api.clients
 
ChaptersListResponse - Class in video.api.client.api.models
ChaptersListResponse
ChaptersListResponse() - Constructor for class video.api.client.api.models.ChaptersListResponse
 
city(String) - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
city(String) - Method in class video.api.client.api.models.VideoSessionLocation
 
client(LiveStreamSessionClient) - Method in class video.api.client.api.models.LiveStreamSession
 
client(VideoSessionClient) - Method in class video.api.client.api.models.VideoSession
 
collectionPathParameterToString(String, Collection) - Method in class video.api.client.api.ApiClient
Formats the specified collection path parameter to a string value.
containsIgnoreCase(String[], String) - Static method in class video.api.client.api.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class video.api.client.api.ProgressRequestBody
 
contentLength() - Method in class video.api.client.api.ProgressResponseBody
 
contentLength() - Method in class video.api.client.api.upload.UploadChunkRequestBody
 
contentType() - Method in class video.api.client.api.ProgressRequestBody
 
contentType() - Method in class video.api.client.api.ProgressResponseBody
 
contentType() - Method in class video.api.client.api.upload.UploadChunkRequestBody
 
country(String) - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
country(String) - Method in class video.api.client.api.models.VideoSessionLocation
 
create(LiveStreamCreationPayload) - Method in class video.api.client.api.clients.LiveStreamsApi
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to api.video.
create(PlayerThemeCreationPayload) - Method in class video.api.client.api.clients.PlayerThemesApi
Create a player Create a player for your video, and customise it.
create(VideoCreationPayload) - Method in class video.api.client.api.clients.VideosApi
Create a video ## We have tutorials on: * [Creating and uploading videos](https://api.video/blog/tutorials/video-upload-tutorial) * [Uploading large videos](https://api.video/blog/tutorials/video-upload-tutorial-large-videos) * [Using tags with videos](https://api.video/blog/tutorials/video-tagging-best-practices) * [Private videos](https://api.video/blog/tutorials/tutorial-private-videos) * [Using Dynamic Metadata](https://api.video/blog/tutorials/dynamic-metadata) * Full list of [tutorials](https://api.video/blog/endpoints/video-create) that demonstrate this endpoint.
create(WebhooksCreationPayload) - Method in class video.api.client.api.clients.WebhooksApi
Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes.
createdAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStream
 
createdAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerTheme
 
createdAt(OffsetDateTime) - Method in class video.api.client.api.models.UploadToken
 
createdAt(OffsetDateTime) - Method in class video.api.client.api.models.Video
 
createdAt(OffsetDateTime) - Method in class video.api.client.api.models.Webhook
 
createGson() - Static method in class video.api.client.api.JSON
 
createToken(TokenCreationPayload) - Method in class video.api.client.api.clients.UploadTokensApi
Generate an upload token Use this endpoint to generate an upload token.
createTokenWithHttpInfo(TokenCreationPayload) - Method in class video.api.client.api.clients.UploadTokensApi
Generate an upload token Use this endpoint to generate an upload token.
createUploadProgressiveSession(String) - Method in class video.api.client.api.clients.VideosApi
 
createUploadWithUploadTokenProgressiveSession(String) - Method in class video.api.client.api.clients.VideosApi
 
createWithHttpInfo(LiveStreamCreationPayload) - Method in class video.api.client.api.clients.LiveStreamsApi
Create live stream A live stream will give you the 'connection point' to RTMP your video stream to api.video.
createWithHttpInfo(PlayerThemeCreationPayload) - Method in class video.api.client.api.clients.PlayerThemesApi
Create a player Create a player for your video, and customise it.
createWithHttpInfo(VideoCreationPayload) - Method in class video.api.client.api.clients.VideosApi
Create a video ## We have tutorials on: * [Creating and uploading videos](https://api.video/blog/tutorials/video-upload-tutorial) * [Uploading large videos](https://api.video/blog/tutorials/video-upload-tutorial-large-videos) * [Using tags with videos](https://api.video/blog/tutorials/video-tagging-best-practices) * [Private videos](https://api.video/blog/tutorials/tutorial-private-videos) * [Using Dynamic Metadata](https://api.video/blog/tutorials/dynamic-metadata) * Full list of [tutorials](https://api.video/blog/endpoints/video-create) that demonstrate this endpoint.
createWithHttpInfo(WebhooksCreationPayload) - Method in class video.api.client.api.clients.WebhooksApi
Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes.
currentPage(Integer) - Method in class video.api.client.api.clients.CaptionsApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.ChaptersApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set currentPage
currentPage(Integer) - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Set currentPage

D

data(List<Caption>) - Method in class video.api.client.api.models.CaptionsListResponse
 
data(List<Chapter>) - Method in class video.api.client.api.models.ChaptersListResponse
 
data(List<LiveStream>) - Method in class video.api.client.api.models.LiveStreamListResponse
 
data(List<LiveStreamSession>) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
data(List<PlayerSessionEvent>) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
data(List<PlayerTheme>) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
data(List<UploadToken>) - Method in class video.api.client.api.models.TokenListResponse
 
data(List<Video>) - Method in class video.api.client.api.models.VideosListResponse
 
data(List<VideoSession>) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
data(List<Webhook>) - Method in class video.api.client.api.models.WebhooksListResponse
 
DateTypeAdapter() - Constructor for class video.api.client.api.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class video.api.client.api.JSON.DateTypeAdapter
 
delete(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Delete a live stream
delete(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Delete a player Delete a player if you no longer need it.
delete(String) - Method in class video.api.client.api.clients.VideosApi
Delete a video If you do not need a video any longer, you can send a request to delete it.
delete(String) - Method in class video.api.client.api.clients.WebhooksApi
Delete a Webhook This endpoint will delete the indicated webhook.
delete(String, String) - Method in class video.api.client.api.clients.CaptionsApi
Delete a caption Delete a caption in a specific language by providing the video ID for the video you want to delete the caption from and the language the caption is in.
delete(String, String) - Method in class video.api.client.api.clients.ChaptersApi
Delete a chapter
deleteLogo(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Delete logo
deleteLogoWithHttpInfo(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Delete logo
deleteThumbnail(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
deleteThumbnailWithHttpInfo(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Delete a thumbnail Send the unique identifier for a live stream to delete it from the system.
deleteToken(String) - Method in class video.api.client.api.clients.UploadTokensApi
Delete an upload token Delete an existing upload token.
deleteTokenWithHttpInfo(String) - Method in class video.api.client.api.clients.UploadTokensApi
Delete an upload token Delete an existing upload token.
deleteWithHttpInfo(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Delete a live stream
deleteWithHttpInfo(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Delete a player Delete a player if you no longer need it.
deleteWithHttpInfo(String) - Method in class video.api.client.api.clients.VideosApi
Delete a video If you do not need a video any longer, you can send a request to delete it.
deleteWithHttpInfo(String) - Method in class video.api.client.api.clients.WebhooksApi
Delete a Webhook This endpoint will delete the indicated webhook.
deleteWithHttpInfo(String, String) - Method in class video.api.client.api.clients.CaptionsApi
Delete a caption Delete a caption in a specific language by providing the video ID for the video you want to delete the caption from and the language the caption is in.
deleteWithHttpInfo(String, String) - Method in class video.api.client.api.clients.ChaptersApi
Delete a chapter
description(String) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set description
description(String) - Method in class video.api.client.api.models.Video
 
description(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
description(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
deserialize(String, Type) - Method in class video.api.client.api.JSON
Deserialize the given JSON string to Java object.
deserialize(Response, Type) - Method in class video.api.client.api.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
device(LiveStreamSessionDevice) - Method in class video.api.client.api.models.LiveStreamSession
 
device(VideoSessionDevice) - Method in class video.api.client.api.models.VideoSession
 
downloadFileFromResponse(Response) - Method in class video.api.client.api.ApiClient
Download file from the given response.
duration(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 

E

emittedAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerSessionEvent
 
enableApi(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
enableApi(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
enableApi(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
enableControls(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
enableControls(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
enableControls(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
ENCODED - video.api.client.api.models.Quality.StatusEnum
 
encoding(VideoStatusEncoding) - Method in class video.api.client.api.models.VideoStatus
 
ENCODING - video.api.client.api.models.Quality.StatusEnum
 
endedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
endedAt(OffsetDateTime) - Method in class video.api.client.api.models.VideoSessionSession
 
Environment - Enum in video.api.client.api.models
 
equals(Object) - Method in class video.api.client.api.ApiException.ApiProblem
 
equals(Object) - Method in class video.api.client.api.models.AccessToken
 
equals(Object) - Method in class video.api.client.api.models.AuthenticatePayload
 
equals(Object) - Method in class video.api.client.api.models.BadRequest
 
equals(Object) - Method in class video.api.client.api.models.BytesRange
 
equals(Object) - Method in class video.api.client.api.models.Caption
 
equals(Object) - Method in class video.api.client.api.models.CaptionsListResponse
 
equals(Object) - Method in class video.api.client.api.models.CaptionsUpdatePayload
 
equals(Object) - Method in class video.api.client.api.models.Chapter
 
equals(Object) - Method in class video.api.client.api.models.ChaptersListResponse
 
equals(Object) - Method in class video.api.client.api.models.Link
 
equals(Object) - Method in class video.api.client.api.models.LiveStream
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamAssets
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamListResponse
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSession
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
equals(Object) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
equals(Object) - Method in class video.api.client.api.models.Metadata
 
equals(Object) - Method in class video.api.client.api.models.NotFound
 
equals(Object) - Method in class video.api.client.api.models.Pagination
 
equals(Object) - Method in class video.api.client.api.models.PaginationLink
 
equals(Object) - Method in class video.api.client.api.models.PlayerSessionEvent
 
equals(Object) - Method in class video.api.client.api.models.PlayerTheme
 
equals(Object) - Method in class video.api.client.api.models.PlayerThemeAssets
 
equals(Object) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
equals(Object) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
equals(Object) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
equals(Object) - Method in class video.api.client.api.models.Quality
 
equals(Object) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
equals(Object) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
equals(Object) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
equals(Object) - Method in class video.api.client.api.models.RefreshTokenPayload
 
equals(Object) - Method in class video.api.client.api.models.TokenCreationPayload
 
equals(Object) - Method in class video.api.client.api.models.TokenListResponse
 
equals(Object) - Method in class video.api.client.api.models.UploadToken
 
equals(Object) - Method in class video.api.client.api.models.Video
 
equals(Object) - Method in class video.api.client.api.models.VideoAssets
 
equals(Object) - Method in class video.api.client.api.models.VideoCreationPayload
 
equals(Object) - Method in class video.api.client.api.models.VideoSession
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionClient
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionDevice
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionLocation
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionOs
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionReferrer
 
equals(Object) - Method in class video.api.client.api.models.VideoSessionSession
 
equals(Object) - Method in class video.api.client.api.models.VideosListResponse
 
equals(Object) - Method in class video.api.client.api.models.VideoSource
 
equals(Object) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
equals(Object) - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
equals(Object) - Method in class video.api.client.api.models.VideoStatus
 
equals(Object) - Method in class video.api.client.api.models.VideoStatusEncoding
 
equals(Object) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
equals(Object) - Method in class video.api.client.api.models.VideoStatusIngest
 
equals(Object) - Method in class video.api.client.api.models.VideoThumbnailPickPayload
 
equals(Object) - Method in class video.api.client.api.models.VideoUpdatePayload
 
equals(Object) - Method in class video.api.client.api.models.Webhook
 
equals(Object) - Method in class video.api.client.api.models.WebhooksCreationPayload
 
equals(Object) - Method in class video.api.client.api.models.WebhooksListResponse
 
escapeString(String) - Method in class video.api.client.api.ApiClient
Escape the given string to be used as URL query value.
events(String) - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Set events
events(List<String>) - Method in class video.api.client.api.models.Webhook
 
events(List<String>) - Method in class video.api.client.api.models.WebhooksCreationPayload
 
execute() - Method in class video.api.client.api.clients.CaptionsApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.ChaptersApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Execute listLiveStreamSessions request
execute() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
Execute listSessionEvents request
execute() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Execute listVideoSessions request
execute() - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Execute list request
execute() - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Execute list request
execute(Call) - Method in class video.api.client.api.ApiClient
execute(Call, Type) - Method in class video.api.client.api.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, Type, ApiCallback<T>) - Method in class video.api.client.api.ApiClient
Execute HTTP call asynchronously.
executeAsync(Call, ApiCallback<T>) - Method in class video.api.client.api.ApiClient
executeWithHttpInfo() - Method in class video.api.client.api.clients.CaptionsApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.ChaptersApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Execute listLiveStreamSessions request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
Execute listSessionEvents request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Execute listVideoSessions request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Execute list request with HTTP info returned
executeWithHttpInfo() - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Execute list request with HTTP info returned
expiresAt(OffsetDateTime) - Method in class video.api.client.api.models.UploadToken
 
expiresIn(Integer) - Method in class video.api.client.api.models.AccessToken
 

F

FAILED - video.api.client.api.models.Quality.StatusEnum
 
filesize(Integer) - Method in class video.api.client.api.models.VideoStatusIngest
 
forceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
forceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
forceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
forceLoop(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
forceLoop(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
forceLoop(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
framerate(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
from(Integer) - Method in class video.api.client.api.models.BytesRange
 
from(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
fromValue(String) - Static method in enum video.api.client.api.models.Quality.QualityEnum
 
fromValue(String) - Static method in enum video.api.client.api.models.Quality.StatusEnum
 
fromValue(String) - Static method in enum video.api.client.api.models.Quality.TypeEnum
 
fromValue(String) - Static method in enum video.api.client.api.models.VideoStatusIngest.StatusEnum
 

G

get(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the livestream.
get(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Show a player Use a player ID to retrieve details about the player and display it for viewers.
get(String) - Method in class video.api.client.api.clients.VideosApi
Show a video This call provides the same JSON information provided on video creation.
get(String) - Method in class video.api.client.api.clients.WebhooksApi
Show Webhook details This call provides the same JSON information provided on Webjhook creation.
get(String, String) - Method in class video.api.client.api.clients.CaptionsApi
Show a caption Display a caption for a video in a specific language.
get(String, String) - Method in class video.api.client.api.clients.ChaptersApi
Show a chapter Chapters help your viewers find the sections of the video they are most interested in viewing.
getAccessToken() - Method in class video.api.client.api.ApiClient
Get access token
getAccessToken() - Method in class video.api.client.api.auth.ApiVideoAuthInterceptor
 
getAccessToken() - Method in class video.api.client.api.models.AccessToken
The access token containing security credentials allowing you to acccess the API.
getApiClient() - Method in class video.api.client.api.clients.AuthenticationApi
 
getApiClient() - Method in class video.api.client.api.clients.CaptionsApi
 
getApiClient() - Method in class video.api.client.api.clients.ChaptersApi
 
getApiClient() - Method in class video.api.client.api.clients.LiveStreamsApi
 
getApiClient() - Method in class video.api.client.api.clients.PlayerThemesApi
 
getApiClient() - Method in class video.api.client.api.clients.RawStatisticsApi
 
getApiClient() - Method in class video.api.client.api.clients.UploadTokensApi
 
getApiClient() - Method in class video.api.client.api.clients.VideosApi
 
getApiClient() - Method in class video.api.client.api.clients.WebhooksApi
 
getApiKey() - Method in class video.api.client.api.models.AuthenticatePayload
Your account API key.
getAspectRatio() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
Get aspectRatio
getAssets() - Method in class video.api.client.api.models.LiveStream
Get assets
getAssets() - Method in class video.api.client.api.models.PlayerTheme
Get assets
getAssets() - Method in class video.api.client.api.models.Video
Get assets
getAt() - Method in class video.api.client.api.models.PlayerSessionEvent
Get at
getAudioCodec() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The method used to compress and decompress digital audio for your video.
getBackgroundBottom() - Method in class video.api.client.api.models.PlayerTheme
RGBA color: bottom 50% of background.
getBackgroundBottom() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color: bottom 50% of background.
getBackgroundBottom() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color: bottom 50% of background.
getBackgroundText() - Method in class video.api.client.api.models.PlayerTheme
RGBA color for title text.
getBackgroundText() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color for title text.
getBackgroundText() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color for title text.
getBackgroundTop() - Method in class video.api.client.api.models.PlayerTheme
RGBA color: top 50% of background.
getBackgroundTop() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color: top 50% of background.
getBackgroundTop() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color: top 50% of background.
getBasePath() - Method in class video.api.client.api.ApiClient
Get base path
getBitrate() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The number of bits processed per second.
getBroadcasting() - Method in class video.api.client.api.models.LiveStream
Whether or not you are broadcasting the live video you recorded for others to see.
getCity() - Method in class video.api.client.api.models.LiveStreamSessionLocation
The city of the viewer of the live stream.
getCity() - Method in class video.api.client.api.models.VideoSessionLocation
The city of the viewer.
getClient() - Method in class video.api.client.api.models.LiveStreamSession
Get client
getClient() - Method in class video.api.client.api.models.VideoSession
Get client
getCode() - Method in exception video.api.client.api.ApiException
Get the HTTP status code.
getConnectTimeout() - Method in class video.api.client.api.ApiClient
Get connection timeout (in milliseconds).
getCountry() - Method in class video.api.client.api.models.LiveStreamSessionLocation
The country of the viewer of the live stream.
getCountry() - Method in class video.api.client.api.models.VideoSessionLocation
The country of the viewer.
getCreatedAt() - Method in class video.api.client.api.models.LiveStream
When the player was created, presented in ISO-8601 format.
getCreatedAt() - Method in class video.api.client.api.models.PlayerTheme
When the player was created, presented in ISO-8601 format.
getCreatedAt() - Method in class video.api.client.api.models.UploadToken
When the token was created, displayed in ISO-8601 format.
getCreatedAt() - Method in class video.api.client.api.models.Video
When a video was created, presented in ISO-8601 format.
getCreatedAt() - Method in class video.api.client.api.models.Webhook
When an webhook was created, presented in ISO-8601 format.
getCurrentPage() - Method in class video.api.client.api.models.Page
 
getCurrentPage() - Method in class video.api.client.api.models.Pagination
The current page index.
getCurrentPageItems() - Method in class video.api.client.api.models.Page
 
getCurrentPageItems() - Method in class video.api.client.api.models.Pagination
The number of items on the current page.
getData() - Method in class video.api.client.api.ApiResponse
 
getData() - Method in class video.api.client.api.models.CaptionsListResponse
Get data
getData() - Method in class video.api.client.api.models.ChaptersListResponse
Get data
getData() - Method in class video.api.client.api.models.LiveStreamListResponse
Get data
getData() - Method in class video.api.client.api.models.PlayerThemesListResponse
Get data
getData() - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
Get data
getData() - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
Get data
getData() - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
Get data
getData() - Method in class video.api.client.api.models.TokenListResponse
Get data
getData() - Method in class video.api.client.api.models.VideosListResponse
Get data
getData() - Method in class video.api.client.api.models.WebhooksListResponse
Get data
getDefault() - Method in class video.api.client.api.models.Caption
Whether you will have subtitles or not.
getDefault() - Method in class video.api.client.api.models.CaptionsUpdatePayload
Get _default
getDescription() - Method in class video.api.client.api.models.Video
A description for the video content.
getDescription() - Method in class video.api.client.api.models.VideoCreationPayload
A brief description of your video.
getDescription() - Method in class video.api.client.api.models.VideoUpdatePayload
A brief description of the video.
getDevice() - Method in class video.api.client.api.models.LiveStreamSession
Get device
getDevice() - Method in class video.api.client.api.models.VideoSession
Get device
getDuration() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The length of the video.
getEmittedAt() - Method in class video.api.client.api.models.PlayerSessionEvent
When an event occurred, presented in ISO-8601 format.
getEnableApi() - Method in class video.api.client.api.models.PlayerTheme
enable/disable player SDK access.
getEnableApi() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
enable/disable player SDK access.
getEnableApi() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
enable/disable player SDK access.
getEnableControls() - Method in class video.api.client.api.models.PlayerTheme
enable/disable player controls.
getEnableControls() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
enable/disable player controls.
getEnableControls() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
enable/disable player controls.
getEncoding() - Method in class video.api.client.api.models.VideoStatus
Get encoding
getEndedAt() - Method in class video.api.client.api.models.LiveStreamSessionSession
When the session ended, with the date and time presented in ISO-8601 format.
getEndedAt() - Method in class video.api.client.api.models.VideoSessionSession
When the video session ended, presented in ISO-8601 format.
getEvents() - Method in class video.api.client.api.models.Webhook
A list of events that will trigger the webhook.
getEvents() - Method in class video.api.client.api.models.WebhooksCreationPayload
A list of the webhooks that you are subscribing to.
getExpiresAt() - Method in class video.api.client.api.models.UploadToken
When the token expires, displayed in ISO-8601 format.
getExpiresIn() - Method in class video.api.client.api.models.AccessToken
Lists the time in seconds when your access token expires.
getFileName() - Method in class video.api.client.api.upload.UploadChunkRequestBody
 
getFilesize() - Method in class video.api.client.api.models.VideoStatusIngest
The size of your file in bytes.
getForceAutoplay() - Method in class video.api.client.api.models.PlayerTheme
enable/disable player autoplay.
getForceAutoplay() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
enable/disable player autoplay.
getForceAutoplay() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
enable/disable player autoplay.
getForceLoop() - Method in class video.api.client.api.models.PlayerTheme
enable/disable looping.
getForceLoop() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
enable/disable looping.
getForceLoop() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
enable/disable looping.
getFramerate() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The frequency with which consecutive images or frames appear on a display.
getFrom() - Method in class video.api.client.api.models.BytesRange
The starting point for the range of bytes for a chunk of a video.
getFrom() - Method in class video.api.client.api.models.PlayerSessionEvent
Get from
getGson() - Method in class video.api.client.api.JSON
Get Gson.
getHeaders() - Method in class video.api.client.api.ApiResponse
 
getHeight() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The height of the video in pixels.
getHideTitle() - Method in class video.api.client.api.models.PlayerTheme
enable/disable title.
getHideTitle() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
enable/disable title.
getHideTitle() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
enable/disable title.
getHls() - Method in class video.api.client.api.models.LiveStreamAssets
The http live streaming (HLS) link for your live video stream.
getHls() - Method in class video.api.client.api.models.VideoAssets
This is the manifest URL.
getHttpClient() - Method in class video.api.client.api.ApiClient
Get HTTP client
getHttpClient() - Method in class video.api.client.ApiVideoClient
 
getIframe() - Method in class video.api.client.api.models.LiveStreamAssets
The embed code for the iframe containing your live video stream.
getIframe() - Method in class video.api.client.api.models.VideoAssets
Code to use video from a third party website
getIngest() - Method in class video.api.client.api.models.VideoStatus
Get ingest
getItems() - Method in class video.api.client.api.models.Page
 
getItemsTotal() - Method in class video.api.client.api.models.Page
 
getItemsTotal() - Method in class video.api.client.api.models.Pagination
Total number of items that exist.
getJSON() - Method in class video.api.client.api.ApiClient
Get JSON
getKey() - Method in class video.api.client.api.models.Metadata
The constant that defines the data set.
getKeyManagers() - Method in class video.api.client.api.ApiClient
 
getLanguage() - Method in class video.api.client.api.models.Chapter
Get language
getLink() - Method in class video.api.client.api.models.PlayerTheme
RGBA color for all controls.
getLink() - Method in class video.api.client.api.models.PlayerThemeAssets
The path to the file containing your logo.
getLink() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color for all controls.
getLink() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color for all controls.
getLinkActive() - Method in class video.api.client.api.models.PlayerTheme
Deprecated
getLinkHover() - Method in class video.api.client.api.models.PlayerTheme
RGBA color for all controls when hovered.
getLinkHover() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color for all controls when hovered.
getLinkHover() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color for all controls when hovered.
getLinks() - Method in class video.api.client.api.models.Page
 
getLinks() - Method in class video.api.client.api.models.Pagination
Get links
getLinks() - Method in class video.api.client.api.models.VideoSourceLiveStream
Get links
getLiveStream() - Method in class video.api.client.api.models.VideoSource
Get liveStream
getLiveStreamId() - Method in class video.api.client.api.models.LiveStream
The unique identifier for the live stream.
getLiveStreamId() - Method in class video.api.client.api.models.VideoSourceLiveStream
The unique identifier for the live stream.
getLoadedAt() - Method in class video.api.client.api.models.LiveStreamSessionSession
When the session started, with the date and time presented in ISO-8601 format.
getLoadedAt() - Method in class video.api.client.api.models.VideoSessionSession
When the video session started, presented in ISO-8601 format.
getLocation() - Method in class video.api.client.api.models.LiveStreamSession
Get location
getLocation() - Method in class video.api.client.api.models.VideoSession
Get location
getLogo() - Method in class video.api.client.api.models.PlayerThemeAssets
The name of the file containing the logo you want to use.
getMedium() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
The type of search that brought the viewer to the live stream.
getMedium() - Method in class video.api.client.api.models.VideoSessionReferrer
How they arrived at the site, for example organic or paid.
getMessage() - Method in exception video.api.client.api.ApiException
 
getMetadata() - Method in class video.api.client.api.models.Video
Metadata you can use to categorise and filter videos.
getMetadata() - Method in class video.api.client.api.models.VideoCreationPayload
A list of key value pairs that you use to provide metadata for your video.
getMetadata() - Method in class video.api.client.api.models.VideoSessionSession
A list of key value pairs that you use to provide metadata for your video.
getMetadata() - Method in class video.api.client.api.models.VideoStatusEncoding
Get metadata
getMetadata() - Method in class video.api.client.api.models.VideoUpdatePayload
A list (array) of dictionaries where each dictionary contains a key value pair that describes the video.
getModel() - Method in class video.api.client.api.models.LiveStreamSessionDevice
The specific model of the device, if known.
getModel() - Method in class video.api.client.api.models.VideoSessionDevice
The specific model of the device, if known.
getMp4() - Method in class video.api.client.api.models.VideoAssets
Available only if mp4Support is enabled.
getMp4Support() - Method in class video.api.client.api.models.Video
This lets you know whether mp4 is supported.
getMp4Support() - Method in class video.api.client.api.models.VideoCreationPayload
Enables mp4 version in addition to streamed version.
getMp4Support() - Method in class video.api.client.api.models.VideoUpdatePayload
Whether the player supports the mp4 format.
getName() - Method in class video.api.client.api.ApiException.ApiProblem
 
getName() - Method in class video.api.client.api.models.BadRequest
Get name
getName() - Method in class video.api.client.api.models.LiveStream
The name of your live stream.
getName() - Method in class video.api.client.api.models.LiveStreamCreationPayload
Add a name for your live stream here.
getName() - Method in class video.api.client.api.models.LiveStreamSessionClient
The name of the browser used to view the live stream session.
getName() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
The name you want to use for your live stream.
getName() - Method in class video.api.client.api.models.NotFound
Get name
getName() - Method in class video.api.client.api.models.VideoSessionClient
The name of the browser used to view the video session.
getName() - Method in class video.api.client.api.models.VideoSessionOs
The name of the operating system.
getName() - Method in class video.api.client.api.Pair
 
getOs() - Method in class video.api.client.api.models.LiveStreamSession
Get os
getOs() - Method in class video.api.client.api.models.VideoSession
Get os
getPageSize() - Method in class video.api.client.api.models.Page
 
getPageSize() - Method in class video.api.client.api.models.Pagination
Maximum number of item per page.
getPagesTotal() - Method in class video.api.client.api.models.Page
 
getPagesTotal() - Method in class video.api.client.api.models.Pagination
Number of items listed in the current page.
getPagination() - Method in class video.api.client.api.models.CaptionsListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.ChaptersListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.LiveStreamListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.PlayerThemesListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.TokenListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.VideosListResponse
Get pagination
getPagination() - Method in class video.api.client.api.models.WebhooksListResponse
Get pagination
getPanoramic() - Method in class video.api.client.api.models.Video
Defines if video is panoramic.
getPanoramic() - Method in class video.api.client.api.models.VideoCreationPayload
Indicates if your video is a 360/immersive video.
getPanoramic() - Method in class video.api.client.api.models.VideoUpdatePayload
Whether the video is a 360 degree or immersive video.
getPlayable() - Method in class video.api.client.api.models.VideoStatusEncoding
Whether the video is playable or not.
getPlayer() - Method in class video.api.client.api.models.LiveStreamAssets
A link to the video player that is playing your live stream.
getPlayer() - Method in class video.api.client.api.models.VideoAssets
Raw url of the player.
getPlayerId() - Method in class video.api.client.api.models.LiveStream
The unique identifier for the player.
getPlayerId() - Method in class video.api.client.api.models.LiveStreamCreationPayload
The unique identifier for the player.
getPlayerId() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
The unique ID for the player associated with a live stream that you want to update.
getPlayerId() - Method in class video.api.client.api.models.PlayerTheme
Get playerId
getPlayerId() - Method in class video.api.client.api.models.Video
The id of the player that will be applied on the video.
getPlayerId() - Method in class video.api.client.api.models.VideoCreationPayload
The unique identification number for your video player.
getPlayerId() - Method in class video.api.client.api.models.VideoUpdatePayload
The unique ID for the player you want to associate with your video.
getProblems() - Method in exception video.api.client.api.ApiException
 
getProblems() - Method in class video.api.client.api.models.BadRequest
Get problems
getPublic() - Method in class video.api.client.api.models.LiveStream
BETA FEATURE Please limit all public = false (\"private\") livestreams to 3,000 users.
getPublic() - Method in class video.api.client.api.models.LiveStreamCreationPayload
BETA FEATURE Please limit all public = false (\"private\") livestreams to 3,000 users.
getPublic() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
BETA FEATURE Please limit all public = false (\"private\") livestreams to 3,000 users.
getPublic() - Method in class video.api.client.api.models.Video
Defines if the content is publicly reachable or if a unique token is needed for each play session.
getPublic() - Method in class video.api.client.api.models.VideoCreationPayload
Whether your video can be viewed by everyone, or requires authentication to see it.
getPublic() - Method in class video.api.client.api.models.VideoUpdatePayload
Whether the video is publicly available or not.
getPublishedAt() - Method in class video.api.client.api.models.Video
The date and time the API created the video.
getQualities() - Method in class video.api.client.api.models.VideoStatusEncoding
Available qualities the video can be viewed in.
getQuality() - Method in class video.api.client.api.models.Quality
The quality of the video you have, in pixels.
getReadTimeout() - Method in class video.api.client.api.ApiClient
Get read timeout (in milliseconds).
getReceivedBytes() - Method in class video.api.client.api.models.VideoStatusIngest
The total number of bytes received, listed for each chunk of the upload.
getRecord() - Method in class video.api.client.api.models.LiveStream
Whether you are recording or not.
getRecord() - Method in class video.api.client.api.models.LiveStreamCreationPayload
Whether you are recording or not.
getRecord() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
Use this to indicate whether you want the recording on or off.
getReferrer() - Method in class video.api.client.api.models.LiveStreamSession
Get referrer
getReferrer() - Method in class video.api.client.api.models.VideoSession
Get referrer
getRefreshToken() - Method in class video.api.client.api.models.AccessToken
A token you can use to get the next access token when your current access token expires.
getRefreshToken() - Method in class video.api.client.api.models.RefreshTokenPayload
The refresh token is either the first refresh token you received when you authenticated with the auth/api-key endpoint, or it's the refresh token from the last time you used the auth/refresh endpoint.
getRel() - Method in class video.api.client.api.models.Link
Get rel
getRel() - Method in class video.api.client.api.models.PaginationLink
Get rel
getRel() - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
Get rel
getResponseBody() - Method in exception video.api.client.api.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception video.api.client.api.ApiException
Get the HTTP response headers.
getSamplerate() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
How many samples per second a digital audio system uses to record an audio signal.
getSearchTerm() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
What term they searched for that led them to the live stream.
getSearchTerm() - Method in class video.api.client.api.models.VideoSessionReferrer
The search term they typed to arrive at the video session.
getSession() - Method in class video.api.client.api.models.LiveStreamSession
Get session
getSession() - Method in class video.api.client.api.models.VideoSession
Get session
getSessionId() - Method in class video.api.client.api.models.LiveStreamSessionSession
A unique identifier for your session.
getSessionId() - Method in class video.api.client.api.models.VideoSessionSession
The unique identifier for the session that you can use to track what happens during it.
getShortname() - Method in class video.api.client.api.models.VideoSessionOs
The nickname for the operating system, often representing the version.
getSource() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
Where the viewer came from to see the live stream (usually where they searched from).
getSource() - Method in class video.api.client.api.models.Video
Get source
getSource() - Method in class video.api.client.api.models.VideoCreationPayload
If you add a video already on the web, this is where you enter the url for the video.
getSource() - Method in class video.api.client.api.models.VideoSessionReferrer
The source the referrer came from to the video session.
getSrc() - Method in class video.api.client.api.models.Caption
Get src
getSrc() - Method in class video.api.client.api.models.Chapter
The link to your VTT file, which contains your chapters information for the video.
getSrclang() - Method in class video.api.client.api.models.Caption
Get srclang
getSslCaCert() - Method in class video.api.client.api.ApiClient
Get SSL CA cert.
getStatus() - Method in class video.api.client.api.models.BadRequest
Get status
getStatus() - Method in class video.api.client.api.models.NotFound
Get status
getStatus() - Method in class video.api.client.api.models.Quality
The status of your video.
getStatus() - Method in class video.api.client.api.models.VideoStatusIngest
There are three possible ingest statuses.
getStatus(String) - Method in class video.api.client.api.clients.VideosApi
Show video status This API provides upload status & encoding status to determine when the video is uploaded or ready to playback.
getStatusCode() - Method in class video.api.client.api.ApiResponse
 
getStatusWithHttpInfo(String) - Method in class video.api.client.api.clients.VideosApi
Show video status This API provides upload status & encoding status to determine when the video is uploaded or ready to playback.
getStreamKey() - Method in class video.api.client.api.models.LiveStream
The unique, private stream key that you use to begin streaming.
getTags() - Method in class video.api.client.api.models.Video
One array of tags (each tag is a string) in order to categorize a video.
getTags() - Method in class video.api.client.api.models.VideoCreationPayload
A list of tags you want to use to describe your video.
getTags() - Method in class video.api.client.api.models.VideoUpdatePayload
A list of terms or words you want to tag the video with.
getText() - Method in class video.api.client.api.models.PlayerTheme
RGBA color for timer text.
getText() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color for timer text.
getText() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color for timer text.
getThumbnail() - Method in class video.api.client.api.models.LiveStreamAssets
A link to the thumbnail for your video.
getThumbnail() - Method in class video.api.client.api.models.VideoAssets
Poster of the video.
getTimecode() - Method in class video.api.client.api.models.VideoThumbnailPickPayload
Frame in video to be used as a placeholder before the video plays.
getTitle() - Method in class video.api.client.api.ApiException.ApiProblem
 
getTitle() - Method in class video.api.client.api.models.BadRequest
Get title
getTitle() - Method in class video.api.client.api.models.NotFound
Get title
getTitle() - Method in class video.api.client.api.models.Video
The title of the video content.
getTitle() - Method in class video.api.client.api.models.VideoCreationPayload
The title of your new video.
getTitle() - Method in class video.api.client.api.models.VideoUpdatePayload
The title you want to use for your video.
getTo() - Method in class video.api.client.api.models.BytesRange
The ending point for the range of bytes for a chunk of a video.
getTo() - Method in class video.api.client.api.models.PlayerSessionEvent
Get to
getToken() - Method in class video.api.client.api.models.UploadToken
The unique identifier for the token you will use to authenticate an upload.
getToken(String) - Method in class video.api.client.api.clients.UploadTokensApi
Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token.
getTokenType() - Method in class video.api.client.api.models.AccessToken
The type of token you have.
getTokenWithHttpInfo(String) - Method in class video.api.client.api.clients.UploadTokensApi
Show upload token You can retrieve details about a specific upload token if you have the unique identifier for the upload token.
getTotal() - Method in class video.api.client.api.models.BytesRange
The total number of bytes in the provided range.
getTrackBackground() - Method in class video.api.client.api.models.PlayerTheme
RGBA color playback bar: background.
getTrackBackground() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color playback bar: background.
getTrackBackground() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color playback bar: background.
getTrackPlayed() - Method in class video.api.client.api.models.PlayerTheme
RGBA color playback bar: played content.
getTrackPlayed() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color playback bar: played content.
getTrackPlayed() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color playback bar: played content.
getTrackUnplayed() - Method in class video.api.client.api.models.PlayerTheme
RGBA color playback bar: downloaded but unplayed (buffered) content.
getTrackUnplayed() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
RGBA color playback bar: downloaded but unplayed (buffered) content.
getTrackUnplayed() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
RGBA color playback bar: downloaded but unplayed (buffered) content.
getTtl() - Method in class video.api.client.api.models.TokenCreationPayload
Time in seconds that the token will be active.
getTtl() - Method in class video.api.client.api.models.UploadToken
Time-to-live - how long the upload token is valid for.
getType() - Method in class video.api.client.api.ApiException.ApiProblem
 
getType() - Method in class video.api.client.api.models.BadRequest
Get type
getType() - Method in class video.api.client.api.models.LiveStreamSessionClient
The type of client used to view the live stream session.
getType() - Method in class video.api.client.api.models.LiveStreamSessionDevice
What the type is like desktop, laptop, mobile.
getType() - Method in class video.api.client.api.models.NotFound
Get type
getType() - Method in class video.api.client.api.models.PlayerSessionEvent
Possible values are: ready, play, pause, resume, seek.backward, seek.forward, end
getType() - Method in class video.api.client.api.models.Quality
The type of video (hls or mp4).
getType() - Method in class video.api.client.api.models.VideoSessionClient
The type of client used to view the video session.
getType() - Method in class video.api.client.api.models.VideoSessionDevice
What the type is like desktop, laptop, mobile.
getType() - Method in class video.api.client.api.models.VideoSource
Get type
getUpdatedAt() - Method in class video.api.client.api.models.LiveStream
When the player was last updated, presented in ISO-8601 format.
getUpdatedAt() - Method in class video.api.client.api.models.PlayerTheme
When the player was last updated, presented in ISO-8601 format.
getUpdatedAt() - Method in class video.api.client.api.models.Video
The date and time the video was updated.
getUploadChunkSize() - Method in class video.api.client.api.ApiClient
 
getUploadChunkSize() - Method in class video.api.client.ApiVideoClient
 
getUri() - Method in class video.api.client.api.models.Caption
Get uri
getUri() - Method in class video.api.client.api.models.Chapter
Get uri
getUri() - Method in class video.api.client.api.models.Link
Get uri
getUri() - Method in class video.api.client.api.models.PaginationLink
Get uri
getUri() - Method in class video.api.client.api.models.VideoSource
The URL where the video is stored.
getUri() - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
Get uri
getUrl() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
The website the viewer of the live stream was referred to in order to view the live stream.
getUrl() - Method in class video.api.client.api.models.VideoSessionReferrer
The link the viewer used to reach the video session.
getUrl() - Method in class video.api.client.api.models.Webhook
URL of the webhook
getUrl() - Method in class video.api.client.api.models.WebhooksCreationPayload
The the url to which HTTP notifications are sent.
getValue() - Method in class video.api.client.api.models.Metadata
A variable which belongs to the data set.
getValue() - Method in enum video.api.client.api.models.Quality.QualityEnum
 
getValue() - Method in enum video.api.client.api.models.Quality.StatusEnum
 
getValue() - Method in enum video.api.client.api.models.Quality.TypeEnum
 
getValue() - Method in enum video.api.client.api.models.VideoStatusIngest.StatusEnum
 
getValue() - Method in class video.api.client.api.Pair
 
getVendor() - Method in class video.api.client.api.models.LiveStreamSessionDevice
If known, what the brand of the device is, like Apple, Dell, etc.
getVendor() - Method in class video.api.client.api.models.VideoSessionDevice
If known, what the brand of the device is, like Apple, Dell, etc.
getVersion() - Method in class video.api.client.api.models.LiveStreamSessionClient
The version of the browser used to view the live stream session.
getVersion() - Method in class video.api.client.api.models.VideoSessionClient
The version of the browser used to view the video session.
getVersion() - Method in class video.api.client.api.models.VideoSessionOs
The version of the operating system.
getVideoCodec() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The method used to compress and decompress digital video.
getVideoId() - Method in class video.api.client.api.models.Video
The unique identifier of the video object.
getWebhookId() - Method in class video.api.client.api.models.Webhook
Unique identifier of the webhook
getWidth() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
The width of the video in pixels.
getWithHttpInfo(String) - Method in class video.api.client.api.clients.LiveStreamsApi
Show live stream Supply a LivestreamId, and you'll get all the details for streaming into, and watching the livestream.
getWithHttpInfo(String) - Method in class video.api.client.api.clients.PlayerThemesApi
Show a player Use a player ID to retrieve details about the player and display it for viewers.
getWithHttpInfo(String) - Method in class video.api.client.api.clients.VideosApi
Show a video This call provides the same JSON information provided on video creation.
getWithHttpInfo(String) - Method in class video.api.client.api.clients.WebhooksApi
Show Webhook details This call provides the same JSON information provided on Webjhook creation.
getWithHttpInfo(String, String) - Method in class video.api.client.api.clients.CaptionsApi
Show a caption Display a caption for a video in a specific language.
getWithHttpInfo(String, String) - Method in class video.api.client.api.clients.ChaptersApi
Show a chapter Chapters help your viewers find the sections of the video they are most interested in viewing.
getWriteTimeout() - Method in class video.api.client.api.ApiClient
Get write timeout (in milliseconds).
guessContentTypeFromFile(File) - Method in class video.api.client.api.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type) - Method in class video.api.client.api.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class video.api.client.api.models.AccessToken
 
hashCode() - Method in class video.api.client.api.models.AuthenticatePayload
 
hashCode() - Method in class video.api.client.api.models.BadRequest
 
hashCode() - Method in class video.api.client.api.models.BytesRange
 
hashCode() - Method in class video.api.client.api.models.Caption
 
hashCode() - Method in class video.api.client.api.models.CaptionsListResponse
 
hashCode() - Method in class video.api.client.api.models.CaptionsUpdatePayload
 
hashCode() - Method in class video.api.client.api.models.Chapter
 
hashCode() - Method in class video.api.client.api.models.ChaptersListResponse
 
hashCode() - Method in class video.api.client.api.models.Link
 
hashCode() - Method in class video.api.client.api.models.LiveStream
 
hashCode() - Method in class video.api.client.api.models.LiveStreamAssets
 
hashCode() - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
hashCode() - Method in class video.api.client.api.models.LiveStreamListResponse
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSession
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSessionClient
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
hashCode() - Method in class video.api.client.api.models.LiveStreamSessionSession
 
hashCode() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
hashCode() - Method in class video.api.client.api.models.Metadata
 
hashCode() - Method in class video.api.client.api.models.NotFound
 
hashCode() - Method in class video.api.client.api.models.Pagination
 
hashCode() - Method in class video.api.client.api.models.PaginationLink
 
hashCode() - Method in class video.api.client.api.models.PlayerSessionEvent
 
hashCode() - Method in class video.api.client.api.models.PlayerTheme
 
hashCode() - Method in class video.api.client.api.models.PlayerThemeAssets
 
hashCode() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
hashCode() - Method in class video.api.client.api.models.PlayerThemesListResponse
 
hashCode() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
hashCode() - Method in class video.api.client.api.models.Quality
 
hashCode() - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
hashCode() - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
hashCode() - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
hashCode() - Method in class video.api.client.api.models.RefreshTokenPayload
 
hashCode() - Method in class video.api.client.api.models.TokenCreationPayload
 
hashCode() - Method in class video.api.client.api.models.TokenListResponse
 
hashCode() - Method in class video.api.client.api.models.UploadToken
 
hashCode() - Method in class video.api.client.api.models.Video
 
hashCode() - Method in class video.api.client.api.models.VideoAssets
 
hashCode() - Method in class video.api.client.api.models.VideoCreationPayload
 
hashCode() - Method in class video.api.client.api.models.VideoSession
 
hashCode() - Method in class video.api.client.api.models.VideoSessionClient
 
hashCode() - Method in class video.api.client.api.models.VideoSessionDevice
 
hashCode() - Method in class video.api.client.api.models.VideoSessionLocation
 
hashCode() - Method in class video.api.client.api.models.VideoSessionOs
 
hashCode() - Method in class video.api.client.api.models.VideoSessionReferrer
 
hashCode() - Method in class video.api.client.api.models.VideoSessionSession
 
hashCode() - Method in class video.api.client.api.models.VideosListResponse
 
hashCode() - Method in class video.api.client.api.models.VideoSource
 
hashCode() - Method in class video.api.client.api.models.VideoSourceLiveStream
 
hashCode() - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
hashCode() - Method in class video.api.client.api.models.VideoStatus
 
hashCode() - Method in class video.api.client.api.models.VideoStatusEncoding
 
hashCode() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
hashCode() - Method in class video.api.client.api.models.VideoStatusIngest
 
hashCode() - Method in class video.api.client.api.models.VideoThumbnailPickPayload
 
hashCode() - Method in class video.api.client.api.models.VideoUpdatePayload
 
hashCode() - Method in class video.api.client.api.models.Webhook
 
hashCode() - Method in class video.api.client.api.models.WebhooksCreationPayload
 
hashCode() - Method in class video.api.client.api.models.WebhooksListResponse
 
height(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
hideTitle(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
hideTitle(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
hideTitle(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
hls(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
hls(URI) - Method in class video.api.client.api.models.VideoAssets
 
HLS - video.api.client.api.models.Quality.TypeEnum
 

I

iframe(String) - Method in class video.api.client.api.models.LiveStreamAssets
 
iframe(String) - Method in class video.api.client.api.models.VideoAssets
 
ingest(VideoStatusIngest) - Method in class video.api.client.api.models.VideoStatus
 
intercept(Interceptor.Chain) - Method in class video.api.client.api.auth.ApiVideoAuthInterceptor
 
isDebugging() - Method in class video.api.client.api.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class video.api.client.api.ApiClient
Check if the given MIME is a JSON MIME.
isVerifyingSsl() - Method in class video.api.client.api.ApiClient
True if isVerifyingSsl flag is on
iterator() - Method in class video.api.client.api.models.Page
 

J

join(String[], String) - Static method in class video.api.client.api.StringUtil
Join an array of strings with the given separator.
join(Collection<String>, String) - Static method in class video.api.client.api.StringUtil
Join a list of strings with the given separator.
JSON - Class in video.api.client.api
 
JSON() - Constructor for class video.api.client.api.JSON
 
JSON.ByteArrayAdapter - Class in video.api.client.api
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in video.api.client.api
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in video.api.client.api
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in video.api.client.api
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in video.api.client.api
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

K

key(String) - Method in class video.api.client.api.models.Metadata
 

L

language(String) - Method in class video.api.client.api.models.Chapter
 
link(String) - Method in class video.api.client.api.models.PlayerTheme
 
link(String) - Method in class video.api.client.api.models.PlayerThemeAssets
 
link(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
link(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
Link - Class in video.api.client.api.models
Link
Link() - Constructor for class video.api.client.api.models.Link
 
linkActive(String) - Method in class video.api.client.api.models.PlayerTheme
 
linkHover(String) - Method in class video.api.client.api.models.PlayerTheme
 
linkHover(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
linkHover(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
links(List<PaginationLink>) - Method in class video.api.client.api.models.Pagination
 
links(List<VideoSourceLiveStreamLink>) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
list() - Method in class video.api.client.api.clients.LiveStreamsApi
List all live streams With no parameters added to the url, this will return all livestreams.
list() - Method in class video.api.client.api.clients.PlayerThemesApi
List all players Retrieve a list of all the players you created, as well as details about each one.
list() - Method in class video.api.client.api.clients.UploadTokensApi
List all active upload tokens.
list() - Method in class video.api.client.api.clients.VideosApi
List all videos Requests to this endpoint return a list of your videos (with all their details).
list() - Method in class video.api.client.api.clients.WebhooksApi
List all webhooks Requests to this endpoint return a list of your webhooks (with all their details).
list(String) - Method in class video.api.client.api.clients.CaptionsApi
List video captions Retrieve a list of available captions for the videoId you provide.
list(String) - Method in class video.api.client.api.clients.ChaptersApi
List video chapters Retrieve a list of all chapters for a specified video.
listLiveStreamSessions(String) - Method in class video.api.client.api.clients.RawStatisticsApi
List live stream player sessions
listSessionEvents(String) - Method in class video.api.client.api.clients.RawStatisticsApi
List player session events Useful to track and measure video's engagement.
listVideoSessions(String) - Method in class video.api.client.api.clients.RawStatisticsApi
List video player sessions Retrieve all available user sessions for a specific video.
liveStream(VideoSourceLiveStream) - Method in class video.api.client.api.models.VideoSource
 
LiveStream - Class in video.api.client.api.models
LiveStream
LiveStream() - Constructor for class video.api.client.api.models.LiveStream
 
LiveStreamAssets - Class in video.api.client.api.models
LiveStreamAssets
LiveStreamAssets() - Constructor for class video.api.client.api.models.LiveStreamAssets
 
LiveStreamCreationPayload - Class in video.api.client.api.models
LiveStreamCreationPayload
LiveStreamCreationPayload() - Constructor for class video.api.client.api.models.LiveStreamCreationPayload
 
liveStreamId(String) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set liveStreamId
liveStreamId(String) - Method in class video.api.client.api.models.LiveStream
 
liveStreamId(String) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
LiveStreamListResponse - Class in video.api.client.api.models
LiveStreamListResponse
LiveStreamListResponse() - Constructor for class video.api.client.api.models.LiveStreamListResponse
 
liveStreams() - Method in class video.api.client.ApiVideoClient
Get an LiveStreamsApi instance
LiveStreamsApi - Class in video.api.client.api.clients
 
LiveStreamsApi(ApiClient) - Constructor for class video.api.client.api.clients.LiveStreamsApi
 
LiveStreamsApi.APIlistRequest - Class in video.api.client.api.clients
 
LiveStreamSession - Class in video.api.client.api.models
LiveStreamSession
LiveStreamSession() - Constructor for class video.api.client.api.models.LiveStreamSession
 
LiveStreamSessionClient - Class in video.api.client.api.models
What kind of browser the viewer is using for the live stream session.
LiveStreamSessionClient() - Constructor for class video.api.client.api.models.LiveStreamSessionClient
 
LiveStreamSessionDevice - Class in video.api.client.api.models
What type of device the user is on when in the live stream session.
LiveStreamSessionDevice() - Constructor for class video.api.client.api.models.LiveStreamSessionDevice
 
LiveStreamSessionLocation - Class in video.api.client.api.models
The location of the viewer of the live stream.
LiveStreamSessionLocation() - Constructor for class video.api.client.api.models.LiveStreamSessionLocation
 
LiveStreamSessionReferrer - Class in video.api.client.api.models
LiveStreamSessionReferrer
LiveStreamSessionReferrer() - Constructor for class video.api.client.api.models.LiveStreamSessionReferrer
 
LiveStreamSessionSession - Class in video.api.client.api.models
LiveStreamSessionSession
LiveStreamSessionSession() - Constructor for class video.api.client.api.models.LiveStreamSessionSession
 
LiveStreamUpdatePayload - Class in video.api.client.api.models
LiveStreamUpdatePayload
LiveStreamUpdatePayload() - Constructor for class video.api.client.api.models.LiveStreamUpdatePayload
 
loadedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
loadedAt(OffsetDateTime) - Method in class video.api.client.api.models.VideoSessionSession
 
LocalDateTypeAdapter() - Constructor for class video.api.client.api.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class video.api.client.api.JSON.LocalDateTypeAdapter
 
location(LiveStreamSessionLocation) - Method in class video.api.client.api.models.LiveStreamSession
 
location(VideoSessionLocation) - Method in class video.api.client.api.models.VideoSession
 
logo(String) - Method in class video.api.client.api.models.PlayerThemeAssets
 

M

medium(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
medium(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
metadata(List<Metadata>) - Method in class video.api.client.api.models.Video
 
metadata(List<Metadata>) - Method in class video.api.client.api.models.VideoCreationPayload
 
metadata(List<Metadata>) - Method in class video.api.client.api.models.VideoSessionSession
 
metadata(List<Metadata>) - Method in class video.api.client.api.models.VideoUpdatePayload
 
metadata(Map<String, String>) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Set metadata
metadata(Map<String, String>) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set metadata
metadata(VideoStatusEncodingMetadata) - Method in class video.api.client.api.models.VideoStatusEncoding
 
Metadata - Class in video.api.client.api.models
Metadata
Metadata(String, String) - Constructor for class video.api.client.api.models.Metadata
 
MISSING - video.api.client.api.models.VideoStatusIngest.StatusEnum
 
model(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
model(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
mp4(URI) - Method in class video.api.client.api.models.VideoAssets
 
MP4 - video.api.client.api.models.Quality.TypeEnum
 
mp4Support(Boolean) - Method in class video.api.client.api.models.Video
 
mp4Support(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
mp4Support(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 

N

name(String) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set name
name(String) - Method in class video.api.client.api.models.BadRequest
 
name(String) - Method in class video.api.client.api.models.LiveStream
 
name(String) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
name(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
name(String) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
name(String) - Method in class video.api.client.api.models.NotFound
 
name(String) - Method in class video.api.client.api.models.VideoSessionClient
 
name(String) - Method in class video.api.client.api.models.VideoSessionOs
 
NotFound - Class in video.api.client.api.models
NotFound
NotFound() - Constructor for class video.api.client.api.models.NotFound
 

O

OffsetDateTimeTypeAdapter() - Constructor for class video.api.client.api.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class video.api.client.api.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface video.api.client.api.ApiCallback
This is called when the API downlond processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface video.api.client.api.ApiCallback
This is called when the API call fails.
onProgress(Long, Long) - Method in interface video.api.client.api.upload.UploadPartProgressListener
 
onProgress(Long, Long, int, int) - Method in interface video.api.client.api.upload.UploadProgressListener
 
onSuccess(T, int, Map<String, List<String>>) - Method in interface video.api.client.api.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface video.api.client.api.ApiCallback
This is called when the API upload processing.
os(VideoSessionOs) - Method in class video.api.client.api.models.LiveStreamSession
 
os(VideoSessionOs) - Method in class video.api.client.api.models.VideoSession
 

P

Page<T> - Class in video.api.client.api.models
 
Page(List<T>, Pagination, Supplier<Page<T>>) - Constructor for class video.api.client.api.models.Page
 
pageSize(Integer) - Method in class video.api.client.api.clients.CaptionsApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.ChaptersApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistSessionEventsRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set pageSize
pageSize(Integer) - Method in class video.api.client.api.clients.WebhooksApi.APIlistRequest
Set pageSize
pagination(Pagination) - Method in class video.api.client.api.models.CaptionsListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.ChaptersListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.LiveStreamListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.TokenListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.VideosListResponse
 
pagination(Pagination) - Method in class video.api.client.api.models.WebhooksListResponse
 
Pagination - Class in video.api.client.api.models
Pagination
Pagination() - Constructor for class video.api.client.api.models.Pagination
 
PaginationLink - Class in video.api.client.api.models
PaginationLink
PaginationLink() - Constructor for class video.api.client.api.models.PaginationLink
 
Pair - Class in video.api.client.api
 
Pair(String, String) - Constructor for class video.api.client.api.Pair
 
panoramic(Boolean) - Method in class video.api.client.api.models.Video
 
panoramic(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
panoramic(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 
parameterToPair(String, Object) - Method in class video.api.client.api.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class video.api.client.api.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
period(String) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistLiveStreamSessionsRequest
Set period
period(String) - Method in class video.api.client.api.clients.RawStatisticsApi.APIlistVideoSessionsRequest
Set period
pickThumbnail(String, VideoThumbnailPickPayload) - Method in class video.api.client.api.clients.VideosApi
Pick a thumbnail Pick a thumbnail from the given time code.
pickThumbnailWithHttpInfo(String, VideoThumbnailPickPayload) - Method in class video.api.client.api.clients.VideosApi
Pick a thumbnail Pick a thumbnail from the given time code.
playable(Boolean) - Method in class video.api.client.api.models.VideoStatusEncoding
 
player(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
player(URI) - Method in class video.api.client.api.models.VideoAssets
 
playerId(String) - Method in class video.api.client.api.models.LiveStream
 
playerId(String) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
playerId(String) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
playerId(String) - Method in class video.api.client.api.models.PlayerTheme
 
playerId(String) - Method in class video.api.client.api.models.Video
 
playerId(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
playerId(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
PlayerSessionEvent - Class in video.api.client.api.models
PlayerSessionEvent
PlayerSessionEvent() - Constructor for class video.api.client.api.models.PlayerSessionEvent
 
PlayerTheme - Class in video.api.client.api.models
PlayerTheme
PlayerTheme() - Constructor for class video.api.client.api.models.PlayerTheme
 
PlayerThemeAssets - Class in video.api.client.api.models
PlayerThemeAssets
PlayerThemeAssets() - Constructor for class video.api.client.api.models.PlayerThemeAssets
 
PlayerThemeCreationPayload - Class in video.api.client.api.models
PlayerThemeCreationPayload
PlayerThemeCreationPayload() - Constructor for class video.api.client.api.models.PlayerThemeCreationPayload
 
playerThemes() - Method in class video.api.client.ApiVideoClient
Get an PlayerThemesApi instance
PlayerThemesApi - Class in video.api.client.api.clients
 
PlayerThemesApi(ApiClient) - Constructor for class video.api.client.api.clients.PlayerThemesApi
 
PlayerThemesApi.APIlistRequest - Class in video.api.client.api.clients
 
PlayerThemesListResponse - Class in video.api.client.api.models
PlayerThemesListResponse
PlayerThemesListResponse() - Constructor for class video.api.client.api.models.PlayerThemesListResponse
 
PlayerThemeUpdatePayload - Class in video.api.client.api.models
PlayerThemeUpdatePayload
PlayerThemeUpdatePayload() - Constructor for class video.api.client.api.models.PlayerThemeUpdatePayload
 
prepareDownloadFile(Response) - Method in class video.api.client.api.ApiClient
Prepare file for download
problems(Set<BadRequest>) - Method in class video.api.client.api.models.BadRequest
 
processCookieParams(Map<String, String>, Request.Builder) - Method in class video.api.client.api.ApiClient
Set cookie parameters to the request builder, including default cookies.
processHeaderParams(Map<String, String>, Request.Builder) - Method in class video.api.client.api.ApiClient
Set header parameters to the request builder, including default headers.
PRODUCTION - video.api.client.api.models.Environment
 
ProgressRequestBody - Class in video.api.client.api
 
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class video.api.client.api.ProgressRequestBody
 
ProgressResponseBody - Class in video.api.client.api
 
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class video.api.client.api.ProgressResponseBody
 
publishedAt(String) - Method in class video.api.client.api.models.Video
 

Q

qualities(List<Quality>) - Method in class video.api.client.api.models.VideoStatusEncoding
 
quality(Quality.QualityEnum) - Method in class video.api.client.api.models.Quality
 
Quality - Class in video.api.client.api.models
Quality
Quality() - Constructor for class video.api.client.api.models.Quality
 
Quality.QualityEnum - Enum in video.api.client.api.models
The quality of the video you have, in pixels.
Quality.QualityEnum.Adapter - Class in video.api.client.api.models
 
Quality.StatusEnum - Enum in video.api.client.api.models
The status of your video.
Quality.StatusEnum.Adapter - Class in video.api.client.api.models
 
Quality.TypeEnum - Enum in video.api.client.api.models
The type of video (hls or mp4).
Quality.TypeEnum.Adapter - Class in video.api.client.api.models
 

R

rawStatistics() - Method in class video.api.client.ApiVideoClient
Get an RawStatisticsApi instance
RawStatisticsApi - Class in video.api.client.api.clients
 
RawStatisticsApi(ApiClient) - Constructor for class video.api.client.api.clients.RawStatisticsApi
 
RawStatisticsApi.APIlistLiveStreamSessionsRequest - Class in video.api.client.api.clients
 
RawStatisticsApi.APIlistSessionEventsRequest - Class in video.api.client.api.clients
 
RawStatisticsApi.APIlistVideoSessionsRequest - Class in video.api.client.api.clients
 
RawStatisticsListLiveStreamAnalyticsResponse - Class in video.api.client.api.models
RawStatisticsListLiveStreamAnalyticsResponse
RawStatisticsListLiveStreamAnalyticsResponse() - Constructor for class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
RawStatisticsListPlayerSessionEventsResponse - Class in video.api.client.api.models
RawStatisticsListPlayerSessionEventsResponse
RawStatisticsListPlayerSessionEventsResponse() - Constructor for class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
RawStatisticsListSessionsResponse - Class in video.api.client.api.models
RawStatisticsListSessionsResponse
RawStatisticsListSessionsResponse() - Constructor for class video.api.client.api.models.RawStatisticsListSessionsResponse
 
read(JsonReader) - Method in class video.api.client.api.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class video.api.client.api.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class video.api.client.api.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class video.api.client.api.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class video.api.client.api.JSON.SqlDateTypeAdapter
 
read(JsonReader) - Method in class video.api.client.api.models.Quality.QualityEnum.Adapter
 
read(JsonReader) - Method in class video.api.client.api.models.Quality.StatusEnum.Adapter
 
read(JsonReader) - Method in class video.api.client.api.models.Quality.TypeEnum.Adapter
 
read(JsonReader) - Method in class video.api.client.api.models.VideoStatusIngest.StatusEnum.Adapter
 
receivedBytes(List<BytesRange>) - Method in class video.api.client.api.models.VideoStatusIngest
 
record(Boolean) - Method in class video.api.client.api.models.LiveStream
 
record(Boolean) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
record(Boolean) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
referrer(LiveStreamSessionReferrer) - Method in class video.api.client.api.models.LiveStreamSession
 
referrer(VideoSessionReferrer) - Method in class video.api.client.api.models.VideoSession
 
refresh(RefreshTokenPayload) - Method in class video.api.client.api.clients.AuthenticationApi
Refresh token Use the refresh endpoint with the refresh token you received when you first authenticated using the api-key endpoint.
refreshToken(String) - Method in class video.api.client.api.models.AccessToken
 
refreshToken(String) - Method in class video.api.client.api.models.RefreshTokenPayload
 
RefreshTokenPayload - Class in video.api.client.api.models
RefreshTokenPayload
RefreshTokenPayload() - Constructor for class video.api.client.api.models.RefreshTokenPayload
 
refreshWithHttpInfo(RefreshTokenPayload) - Method in class video.api.client.api.clients.AuthenticationApi
Refresh token Use the refresh endpoint with the refresh token you received when you first authenticated using the api-key endpoint.
rel(String) - Method in class video.api.client.api.models.Link
 
rel(String) - Method in class video.api.client.api.models.PaginationLink
 
rel(String) - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 

S

samplerate(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SANDBOX - video.api.client.api.models.Environment
 
sanitizeFilename(String) - Method in class video.api.client.api.ApiClient
Sanitize filename by removing path.
searchTerm(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
searchTerm(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
selectHeaderAccept(String[]) - Method in class video.api.client.api.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class video.api.client.api.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
serialize(Object) - Method in class video.api.client.api.JSON
Serialize the given Java object into JSON string.
serialize(Object, String) - Method in class video.api.client.api.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
SERIALIZED_NAME_ACCESS_TOKEN - Static variable in class video.api.client.api.models.AccessToken
 
SERIALIZED_NAME_API_KEY - Static variable in class video.api.client.api.models.AuthenticatePayload
 
SERIALIZED_NAME_ASPECT_RATIO - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_ASSETS - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_ASSETS - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_ASSETS - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_AT - Static variable in class video.api.client.api.models.PlayerSessionEvent
 
SERIALIZED_NAME_AUDIO_CODEC - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_BACKGROUND_BOTTOM - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_BACKGROUND_BOTTOM - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_BACKGROUND_BOTTOM - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_BACKGROUND_TEXT - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_BACKGROUND_TEXT - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_BACKGROUND_TEXT - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_BACKGROUND_TOP - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_BACKGROUND_TOP - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_BACKGROUND_TOP - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_BITRATE - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_BROADCASTING - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_CITY - Static variable in class video.api.client.api.models.LiveStreamSessionLocation
 
SERIALIZED_NAME_CITY - Static variable in class video.api.client.api.models.VideoSessionLocation
 
SERIALIZED_NAME_CLIENT - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_CLIENT - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_COUNTRY - Static variable in class video.api.client.api.models.LiveStreamSessionLocation
 
SERIALIZED_NAME_COUNTRY - Static variable in class video.api.client.api.models.VideoSessionLocation
 
SERIALIZED_NAME_CREATED_AT - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_CREATED_AT - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_CREATED_AT - Static variable in class video.api.client.api.models.UploadToken
 
SERIALIZED_NAME_CREATED_AT - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_CREATED_AT - Static variable in class video.api.client.api.models.Webhook
 
SERIALIZED_NAME_CURRENT_PAGE - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_CURRENT_PAGE_ITEMS - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.CaptionsListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.ChaptersListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.LiveStreamListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.PlayerThemesListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.TokenListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.VideosListResponse
 
SERIALIZED_NAME_DATA - Static variable in class video.api.client.api.models.WebhooksListResponse
 
SERIALIZED_NAME_DEFAULT - Static variable in class video.api.client.api.models.Caption
 
SERIALIZED_NAME_DEFAULT - Static variable in class video.api.client.api.models.CaptionsUpdatePayload
 
SERIALIZED_NAME_DESCRIPTION - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_DESCRIPTION - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_DESCRIPTION - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_DEVICE - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_DEVICE - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_DURATION - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_EMITTED_AT - Static variable in class video.api.client.api.models.PlayerSessionEvent
 
SERIALIZED_NAME_ENABLE_API - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_ENABLE_API - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_ENABLE_API - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_ENABLE_CONTROLS - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_ENABLE_CONTROLS - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_ENABLE_CONTROLS - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_ENCODING - Static variable in class video.api.client.api.models.VideoStatus
 
SERIALIZED_NAME_ENDED_AT - Static variable in class video.api.client.api.models.LiveStreamSessionSession
 
SERIALIZED_NAME_ENDED_AT - Static variable in class video.api.client.api.models.VideoSessionSession
 
SERIALIZED_NAME_EVENTS - Static variable in class video.api.client.api.models.Webhook
 
SERIALIZED_NAME_EVENTS - Static variable in class video.api.client.api.models.WebhooksCreationPayload
 
SERIALIZED_NAME_EXPIRES_AT - Static variable in class video.api.client.api.models.UploadToken
 
SERIALIZED_NAME_EXPIRES_IN - Static variable in class video.api.client.api.models.AccessToken
 
SERIALIZED_NAME_FILESIZE - Static variable in class video.api.client.api.models.VideoStatusIngest
 
SERIALIZED_NAME_FORCE_AUTOPLAY - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_FORCE_AUTOPLAY - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_FORCE_AUTOPLAY - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_FORCE_LOOP - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_FORCE_LOOP - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_FORCE_LOOP - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_FRAMERATE - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_FROM - Static variable in class video.api.client.api.models.BytesRange
 
SERIALIZED_NAME_FROM - Static variable in class video.api.client.api.models.PlayerSessionEvent
 
SERIALIZED_NAME_HEIGHT - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_HIDE_TITLE - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_HIDE_TITLE - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_HIDE_TITLE - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_HLS - Static variable in class video.api.client.api.models.LiveStreamAssets
 
SERIALIZED_NAME_HLS - Static variable in class video.api.client.api.models.VideoAssets
 
SERIALIZED_NAME_IFRAME - Static variable in class video.api.client.api.models.LiveStreamAssets
 
SERIALIZED_NAME_IFRAME - Static variable in class video.api.client.api.models.VideoAssets
 
SERIALIZED_NAME_INGEST - Static variable in class video.api.client.api.models.VideoStatus
 
SERIALIZED_NAME_ITEMS_TOTAL - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_KEY - Static variable in class video.api.client.api.models.Metadata
 
SERIALIZED_NAME_LANGUAGE - Static variable in class video.api.client.api.models.Chapter
 
SERIALIZED_NAME_LINK - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_LINK - Static variable in class video.api.client.api.models.PlayerThemeAssets
 
SERIALIZED_NAME_LINK - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_LINK - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_LINK_ACTIVE - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_LINK_HOVER - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_LINK_HOVER - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_LINK_HOVER - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_LINKS - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_LINKS - Static variable in class video.api.client.api.models.VideoSourceLiveStream
 
SERIALIZED_NAME_LIVE_STREAM - Static variable in class video.api.client.api.models.VideoSource
 
SERIALIZED_NAME_LIVE_STREAM_ID - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_LIVE_STREAM_ID - Static variable in class video.api.client.api.models.VideoSourceLiveStream
 
SERIALIZED_NAME_LOADED_AT - Static variable in class video.api.client.api.models.LiveStreamSessionSession
 
SERIALIZED_NAME_LOADED_AT - Static variable in class video.api.client.api.models.VideoSessionSession
 
SERIALIZED_NAME_LOCATION - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_LOCATION - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_LOGO - Static variable in class video.api.client.api.models.PlayerThemeAssets
 
SERIALIZED_NAME_MEDIUM - Static variable in class video.api.client.api.models.LiveStreamSessionReferrer
 
SERIALIZED_NAME_MEDIUM - Static variable in class video.api.client.api.models.VideoSessionReferrer
 
SERIALIZED_NAME_METADATA - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_METADATA - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_METADATA - Static variable in class video.api.client.api.models.VideoSessionSession
 
SERIALIZED_NAME_METADATA - Static variable in class video.api.client.api.models.VideoStatusEncoding
 
SERIALIZED_NAME_METADATA - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_MODEL - Static variable in class video.api.client.api.models.LiveStreamSessionDevice
 
SERIALIZED_NAME_MODEL - Static variable in class video.api.client.api.models.VideoSessionDevice
 
SERIALIZED_NAME_MP4 - Static variable in class video.api.client.api.models.VideoAssets
 
SERIALIZED_NAME_MP4_SUPPORT - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_MP4_SUPPORT - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_MP4_SUPPORT - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.BadRequest
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.LiveStreamCreationPayload
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.LiveStreamSessionClient
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.LiveStreamUpdatePayload
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.NotFound
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.VideoSessionClient
 
SERIALIZED_NAME_NAME - Static variable in class video.api.client.api.models.VideoSessionOs
 
SERIALIZED_NAME_OS - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_OS - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_PAGE_SIZE - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_PAGES_TOTAL - Static variable in class video.api.client.api.models.Pagination
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.CaptionsListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.ChaptersListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.LiveStreamListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.PlayerThemesListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.TokenListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.VideosListResponse
 
SERIALIZED_NAME_PAGINATION - Static variable in class video.api.client.api.models.WebhooksListResponse
 
SERIALIZED_NAME_PANORAMIC - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_PANORAMIC - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_PANORAMIC - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_PLAYABLE - Static variable in class video.api.client.api.models.VideoStatusEncoding
 
SERIALIZED_NAME_PLAYER - Static variable in class video.api.client.api.models.LiveStreamAssets
 
SERIALIZED_NAME_PLAYER - Static variable in class video.api.client.api.models.VideoAssets
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.LiveStreamCreationPayload
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.LiveStreamUpdatePayload
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_PLAYER_ID - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_PROBLEMS - Static variable in class video.api.client.api.models.BadRequest
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.LiveStreamCreationPayload
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.LiveStreamUpdatePayload
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_PUBLIC - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_PUBLISHED_AT - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_QUALITIES - Static variable in class video.api.client.api.models.VideoStatusEncoding
 
SERIALIZED_NAME_QUALITY - Static variable in class video.api.client.api.models.Quality
 
SERIALIZED_NAME_RECEIVED_BYTES - Static variable in class video.api.client.api.models.VideoStatusIngest
 
SERIALIZED_NAME_RECORD - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_RECORD - Static variable in class video.api.client.api.models.LiveStreamCreationPayload
 
SERIALIZED_NAME_RECORD - Static variable in class video.api.client.api.models.LiveStreamUpdatePayload
 
SERIALIZED_NAME_REFERRER - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_REFERRER - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_REFRESH_TOKEN - Static variable in class video.api.client.api.models.AccessToken
 
SERIALIZED_NAME_REFRESH_TOKEN - Static variable in class video.api.client.api.models.RefreshTokenPayload
 
SERIALIZED_NAME_REL - Static variable in class video.api.client.api.models.Link
 
SERIALIZED_NAME_REL - Static variable in class video.api.client.api.models.PaginationLink
 
SERIALIZED_NAME_REL - Static variable in class video.api.client.api.models.VideoSourceLiveStreamLink
 
SERIALIZED_NAME_SAMPLERATE - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_SEARCH_TERM - Static variable in class video.api.client.api.models.LiveStreamSessionReferrer
 
SERIALIZED_NAME_SEARCH_TERM - Static variable in class video.api.client.api.models.VideoSessionReferrer
 
SERIALIZED_NAME_SESSION - Static variable in class video.api.client.api.models.LiveStreamSession
 
SERIALIZED_NAME_SESSION - Static variable in class video.api.client.api.models.VideoSession
 
SERIALIZED_NAME_SESSION_ID - Static variable in class video.api.client.api.models.LiveStreamSessionSession
 
SERIALIZED_NAME_SESSION_ID - Static variable in class video.api.client.api.models.VideoSessionSession
 
SERIALIZED_NAME_SHORTNAME - Static variable in class video.api.client.api.models.VideoSessionOs
 
SERIALIZED_NAME_SOURCE - Static variable in class video.api.client.api.models.LiveStreamSessionReferrer
 
SERIALIZED_NAME_SOURCE - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_SOURCE - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_SOURCE - Static variable in class video.api.client.api.models.VideoSessionReferrer
 
SERIALIZED_NAME_SRC - Static variable in class video.api.client.api.models.Caption
 
SERIALIZED_NAME_SRC - Static variable in class video.api.client.api.models.Chapter
 
SERIALIZED_NAME_SRCLANG - Static variable in class video.api.client.api.models.Caption
 
SERIALIZED_NAME_STATUS - Static variable in class video.api.client.api.models.BadRequest
 
SERIALIZED_NAME_STATUS - Static variable in class video.api.client.api.models.NotFound
 
SERIALIZED_NAME_STATUS - Static variable in class video.api.client.api.models.Quality
 
SERIALIZED_NAME_STATUS - Static variable in class video.api.client.api.models.VideoStatusIngest
 
SERIALIZED_NAME_STREAM_KEY - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_TAGS - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_TAGS - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_TAGS - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_TEXT - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_TEXT - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_TEXT - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_THUMBNAIL - Static variable in class video.api.client.api.models.LiveStreamAssets
 
SERIALIZED_NAME_THUMBNAIL - Static variable in class video.api.client.api.models.VideoAssets
 
SERIALIZED_NAME_TIMECODE - Static variable in class video.api.client.api.models.VideoThumbnailPickPayload
 
SERIALIZED_NAME_TITLE - Static variable in class video.api.client.api.models.BadRequest
 
SERIALIZED_NAME_TITLE - Static variable in class video.api.client.api.models.NotFound
 
SERIALIZED_NAME_TITLE - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_TITLE - Static variable in class video.api.client.api.models.VideoCreationPayload
 
SERIALIZED_NAME_TITLE - Static variable in class video.api.client.api.models.VideoUpdatePayload
 
SERIALIZED_NAME_TO - Static variable in class video.api.client.api.models.BytesRange
 
SERIALIZED_NAME_TO - Static variable in class video.api.client.api.models.PlayerSessionEvent
 
SERIALIZED_NAME_TOKEN - Static variable in class video.api.client.api.models.UploadToken
 
SERIALIZED_NAME_TOKEN_TYPE - Static variable in class video.api.client.api.models.AccessToken
 
SERIALIZED_NAME_TOTAL - Static variable in class video.api.client.api.models.BytesRange
 
SERIALIZED_NAME_TRACK_BACKGROUND - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_TRACK_BACKGROUND - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_TRACK_BACKGROUND - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_TRACK_PLAYED - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_TRACK_PLAYED - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_TRACK_PLAYED - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_TRACK_UNPLAYED - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_TRACK_UNPLAYED - Static variable in class video.api.client.api.models.PlayerThemeCreationPayload
 
SERIALIZED_NAME_TRACK_UNPLAYED - Static variable in class video.api.client.api.models.PlayerThemeUpdatePayload
 
SERIALIZED_NAME_TTL - Static variable in class video.api.client.api.models.TokenCreationPayload
 
SERIALIZED_NAME_TTL - Static variable in class video.api.client.api.models.UploadToken
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.BadRequest
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.LiveStreamSessionClient
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.LiveStreamSessionDevice
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.NotFound
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.PlayerSessionEvent
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.Quality
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.VideoSessionClient
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.VideoSessionDevice
 
SERIALIZED_NAME_TYPE - Static variable in class video.api.client.api.models.VideoSource
 
SERIALIZED_NAME_UPDATED_AT - Static variable in class video.api.client.api.models.LiveStream
 
SERIALIZED_NAME_UPDATED_AT - Static variable in class video.api.client.api.models.PlayerTheme
 
SERIALIZED_NAME_UPDATED_AT - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.Caption
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.Chapter
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.Link
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.PaginationLink
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.VideoSource
 
SERIALIZED_NAME_URI - Static variable in class video.api.client.api.models.VideoSourceLiveStreamLink
 
SERIALIZED_NAME_URL - Static variable in class video.api.client.api.models.LiveStreamSessionReferrer
 
SERIALIZED_NAME_URL - Static variable in class video.api.client.api.models.VideoSessionReferrer
 
SERIALIZED_NAME_URL - Static variable in class video.api.client.api.models.Webhook
 
SERIALIZED_NAME_URL - Static variable in class video.api.client.api.models.WebhooksCreationPayload
 
SERIALIZED_NAME_VALUE - Static variable in class video.api.client.api.models.Metadata
 
SERIALIZED_NAME_VENDOR - Static variable in class video.api.client.api.models.LiveStreamSessionDevice
 
SERIALIZED_NAME_VENDOR - Static variable in class video.api.client.api.models.VideoSessionDevice
 
SERIALIZED_NAME_VERSION - Static variable in class video.api.client.api.models.LiveStreamSessionClient
 
SERIALIZED_NAME_VERSION - Static variable in class video.api.client.api.models.VideoSessionClient
 
SERIALIZED_NAME_VERSION - Static variable in class video.api.client.api.models.VideoSessionOs
 
SERIALIZED_NAME_VIDEO_CODEC - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
SERIALIZED_NAME_VIDEO_ID - Static variable in class video.api.client.api.models.Video
 
SERIALIZED_NAME_WEBHOOK_ID - Static variable in class video.api.client.api.models.Webhook
 
SERIALIZED_NAME_WIDTH - Static variable in class video.api.client.api.models.VideoStatusEncodingMetadata
 
session(LiveStreamSessionSession) - Method in class video.api.client.api.models.LiveStreamSession
 
session(VideoSessionSession) - Method in class video.api.client.api.models.VideoSession
 
sessionId(String) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
sessionId(String) - Method in class video.api.client.api.models.VideoSessionSession
 
setAccessToken(String) - Method in class video.api.client.api.models.AccessToken
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.AuthenticationApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.CaptionsApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.ChaptersApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.LiveStreamsApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.PlayerThemesApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.RawStatisticsApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.UploadTokensApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.VideosApi
 
setApiClient(ApiClient) - Method in class video.api.client.api.clients.WebhooksApi
 
setApiKey(String) - Method in class video.api.client.api.models.AuthenticatePayload
 
setAspectRatio(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setAssets(LiveStreamAssets) - Method in class video.api.client.api.models.LiveStream
 
setAssets(PlayerThemeAssets) - Method in class video.api.client.api.models.PlayerTheme
 
setAssets(VideoAssets) - Method in class video.api.client.api.models.Video
 
setAt(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
setAudioCodec(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setBackgroundBottom(String) - Method in class video.api.client.api.models.PlayerTheme
 
setBackgroundBottom(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setBackgroundBottom(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setBackgroundText(String) - Method in class video.api.client.api.models.PlayerTheme
 
setBackgroundText(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setBackgroundText(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setBackgroundTop(String) - Method in class video.api.client.api.models.PlayerTheme
 
setBackgroundTop(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setBackgroundTop(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setBasePath(String) - Method in class video.api.client.api.ApiClient
Set base path
setBitrate(BigDecimal) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setBroadcasting(Boolean) - Method in class video.api.client.api.models.LiveStream
 
setCity(String) - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
setCity(String) - Method in class video.api.client.api.models.VideoSessionLocation
 
setClient(LiveStreamSessionClient) - Method in class video.api.client.api.models.LiveStreamSession
 
setClient(VideoSessionClient) - Method in class video.api.client.api.models.VideoSession
 
setConnectTimeout(int) - Method in class video.api.client.api.ApiClient
Sets the connect timeout (in milliseconds).
setCountry(String) - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
setCountry(String) - Method in class video.api.client.api.models.VideoSessionLocation
 
setCreatedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStream
 
setCreatedAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerTheme
 
setCreatedAt(OffsetDateTime) - Method in class video.api.client.api.models.UploadToken
 
setCreatedAt(OffsetDateTime) - Method in class video.api.client.api.models.Video
 
setCreatedAt(OffsetDateTime) - Method in class video.api.client.api.models.Webhook
 
setData(List<Caption>) - Method in class video.api.client.api.models.CaptionsListResponse
 
setData(List<Chapter>) - Method in class video.api.client.api.models.ChaptersListResponse
 
setData(List<LiveStream>) - Method in class video.api.client.api.models.LiveStreamListResponse
 
setData(List<LiveStreamSession>) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
setData(List<PlayerSessionEvent>) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
setData(List<PlayerTheme>) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
setData(List<UploadToken>) - Method in class video.api.client.api.models.TokenListResponse
 
setData(List<Video>) - Method in class video.api.client.api.models.VideosListResponse
 
setData(List<VideoSession>) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
setData(List<Webhook>) - Method in class video.api.client.api.models.WebhooksListResponse
 
setDateFormat(DateFormat) - Method in class video.api.client.api.JSON
 
setDebugging(boolean) - Method in class video.api.client.api.ApiClient
Enable/disable debugging for this API client.
setDefault(Boolean) - Method in class video.api.client.api.models.Caption
 
setDefault(Boolean) - Method in class video.api.client.api.models.CaptionsUpdatePayload
 
setDescription(String) - Method in class video.api.client.api.models.Video
 
setDescription(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
setDescription(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setDevice(LiveStreamSessionDevice) - Method in class video.api.client.api.models.LiveStreamSession
 
setDevice(VideoSessionDevice) - Method in class video.api.client.api.models.VideoSession
 
setDuration(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setEmittedAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerSessionEvent
 
setEnableApi(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
setEnableApi(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setEnableApi(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setEnableControls(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
setEnableControls(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setEnableControls(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setEncoding(VideoStatusEncoding) - Method in class video.api.client.api.models.VideoStatus
 
setEndedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
setEndedAt(OffsetDateTime) - Method in class video.api.client.api.models.VideoSessionSession
 
setEvents(List<String>) - Method in class video.api.client.api.models.Webhook
 
setEvents(List<String>) - Method in class video.api.client.api.models.WebhooksCreationPayload
 
setExpiresAt(OffsetDateTime) - Method in class video.api.client.api.models.UploadToken
 
setExpiresIn(Integer) - Method in class video.api.client.api.models.AccessToken
 
setFilesize(Integer) - Method in class video.api.client.api.models.VideoStatusIngest
 
setForceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
setForceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setForceAutoplay(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setForceLoop(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
setForceLoop(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setForceLoop(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setFormat(DateFormat) - Method in class video.api.client.api.JSON.DateTypeAdapter
 
setFormat(DateFormat) - Method in class video.api.client.api.JSON.SqlDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class video.api.client.api.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class video.api.client.api.JSON.OffsetDateTimeTypeAdapter
 
setFramerate(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setFrom(Integer) - Method in class video.api.client.api.models.BytesRange
 
setFrom(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
setGson(Gson) - Method in class video.api.client.api.JSON
Set Gson.
setHeight(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setHideTitle(Boolean) - Method in class video.api.client.api.models.PlayerTheme
 
setHideTitle(Boolean) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setHideTitle(Boolean) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setHls(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
setHls(URI) - Method in class video.api.client.api.models.VideoAssets
 
setIframe(String) - Method in class video.api.client.api.models.LiveStreamAssets
 
setIframe(String) - Method in class video.api.client.api.models.VideoAssets
 
setIngest(VideoStatusIngest) - Method in class video.api.client.api.models.VideoStatus
 
setJSON(JSON) - Method in class video.api.client.api.ApiClient
Set JSON
setKey(String) - Method in class video.api.client.api.models.Metadata
 
setKeyManagers(KeyManager[]) - Method in class video.api.client.api.ApiClient
Configure client keys to use for authorization in an SSL session.
setLanguage(String) - Method in class video.api.client.api.models.Chapter
 
setLenientOnJson(boolean) - Method in class video.api.client.api.JSON
 
setLink(String) - Method in class video.api.client.api.models.PlayerTheme
 
setLink(String) - Method in class video.api.client.api.models.PlayerThemeAssets
 
setLink(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setLink(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setLinkActive(String) - Method in class video.api.client.api.models.PlayerTheme
 
setLinkHover(String) - Method in class video.api.client.api.models.PlayerTheme
 
setLinkHover(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setLinkHover(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setLinks(List<PaginationLink>) - Method in class video.api.client.api.models.Pagination
 
setLinks(List<VideoSourceLiveStreamLink>) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
setLiveStream(VideoSourceLiveStream) - Method in class video.api.client.api.models.VideoSource
 
setLiveStreamId(String) - Method in class video.api.client.api.models.LiveStream
 
setLiveStreamId(String) - Method in class video.api.client.api.models.VideoSourceLiveStream
 
setLoadedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
setLoadedAt(OffsetDateTime) - Method in class video.api.client.api.models.VideoSessionSession
 
setLocalDateFormat(DateTimeFormatter) - Method in class video.api.client.api.JSON
 
setLocation(LiveStreamSessionLocation) - Method in class video.api.client.api.models.LiveStreamSession
 
setLocation(VideoSessionLocation) - Method in class video.api.client.api.models.VideoSession
 
setLogo(String) - Method in class video.api.client.api.models.PlayerThemeAssets
 
setMedium(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
setMedium(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
setMetadata(List<Metadata>) - Method in class video.api.client.api.models.Video
 
setMetadata(List<Metadata>) - Method in class video.api.client.api.models.VideoCreationPayload
 
setMetadata(List<Metadata>) - Method in class video.api.client.api.models.VideoSessionSession
 
setMetadata(List<Metadata>) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setMetadata(VideoStatusEncodingMetadata) - Method in class video.api.client.api.models.VideoStatusEncoding
 
setModel(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
setModel(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
setMp4(URI) - Method in class video.api.client.api.models.VideoAssets
 
setMp4Support(Boolean) - Method in class video.api.client.api.models.Video
 
setMp4Support(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
setMp4Support(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setName(String) - Method in class video.api.client.api.models.BadRequest
 
setName(String) - Method in class video.api.client.api.models.LiveStream
 
setName(String) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
setName(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
setName(String) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
setName(String) - Method in class video.api.client.api.models.NotFound
 
setName(String) - Method in class video.api.client.api.models.VideoSessionClient
 
setName(String) - Method in class video.api.client.api.models.VideoSessionOs
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class video.api.client.api.JSON
 
setOs(VideoSessionOs) - Method in class video.api.client.api.models.LiveStreamSession
 
setOs(VideoSessionOs) - Method in class video.api.client.api.models.VideoSession
 
setPagination(Pagination) - Method in class video.api.client.api.models.CaptionsListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.ChaptersListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.LiveStreamListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.PlayerThemesListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.TokenListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.VideosListResponse
 
setPagination(Pagination) - Method in class video.api.client.api.models.WebhooksListResponse
 
setPanoramic(Boolean) - Method in class video.api.client.api.models.Video
 
setPanoramic(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
setPanoramic(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setPlayable(Boolean) - Method in class video.api.client.api.models.VideoStatusEncoding
 
setPlayer(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
setPlayer(URI) - Method in class video.api.client.api.models.VideoAssets
 
setPlayerId(String) - Method in class video.api.client.api.models.LiveStream
 
setPlayerId(String) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
setPlayerId(String) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
setPlayerId(String) - Method in class video.api.client.api.models.PlayerTheme
 
setPlayerId(String) - Method in class video.api.client.api.models.Video
 
setPlayerId(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
setPlayerId(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setProblems(Set<BadRequest>) - Method in class video.api.client.api.models.BadRequest
 
setPublic(Boolean) - Method in class video.api.client.api.models.LiveStream
 
setPublic(Boolean) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
setPublic(Boolean) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
setPublic(Boolean) - Method in class video.api.client.api.models.Video
 
setPublic(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
setPublic(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setPublishedAt(String) - Method in class video.api.client.api.models.Video
 
setQualities(List<Quality>) - Method in class video.api.client.api.models.VideoStatusEncoding
 
setQuality(Quality.QualityEnum) - Method in class video.api.client.api.models.Quality
 
setReadTimeout(int) - Method in class video.api.client.api.ApiClient
Sets the read timeout (in milliseconds).
setReceivedBytes(List<BytesRange>) - Method in class video.api.client.api.models.VideoStatusIngest
 
setRecord(Boolean) - Method in class video.api.client.api.models.LiveStream
 
setRecord(Boolean) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
setRecord(Boolean) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
setReferrer(LiveStreamSessionReferrer) - Method in class video.api.client.api.models.LiveStreamSession
 
setReferrer(VideoSessionReferrer) - Method in class video.api.client.api.models.VideoSession
 
setRefreshToken(String) - Method in class video.api.client.api.models.AccessToken
 
setRefreshToken(String) - Method in class video.api.client.api.models.RefreshTokenPayload
 
setRel(String) - Method in class video.api.client.api.models.Link
 
setRel(String) - Method in class video.api.client.api.models.PaginationLink
 
setRel(String) - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
setSamplerate(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setSearchTerm(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
setSearchTerm(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
setSession(LiveStreamSessionSession) - Method in class video.api.client.api.models.LiveStreamSession
 
setSession(VideoSessionSession) - Method in class video.api.client.api.models.VideoSession
 
setSessionId(String) - Method in class video.api.client.api.models.LiveStreamSessionSession
 
setSessionId(String) - Method in class video.api.client.api.models.VideoSessionSession
 
setShortname(String) - Method in class video.api.client.api.models.VideoSessionOs
 
setSource(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
setSource(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
setSource(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
setSource(VideoSource) - Method in class video.api.client.api.models.Video
 
setSqlDateFormat(DateFormat) - Method in class video.api.client.api.JSON
 
setSrc(String) - Method in class video.api.client.api.models.Caption
 
setSrc(String) - Method in class video.api.client.api.models.Chapter
 
setSrclang(String) - Method in class video.api.client.api.models.Caption
 
setSslCaCert(InputStream) - Method in class video.api.client.api.ApiClient
Configure the CA certificate to be trusted when making https requests.
setStatus(Integer) - Method in class video.api.client.api.models.BadRequest
 
setStatus(Integer) - Method in class video.api.client.api.models.NotFound
 
setStatus(Quality.StatusEnum) - Method in class video.api.client.api.models.Quality
 
setStatus(VideoStatusIngest.StatusEnum) - Method in class video.api.client.api.models.VideoStatusIngest
 
setStreamKey(String) - Method in class video.api.client.api.models.LiveStream
 
setTags(List<String>) - Method in class video.api.client.api.models.Video
 
setTags(List<String>) - Method in class video.api.client.api.models.VideoCreationPayload
 
setTags(List<String>) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setText(String) - Method in class video.api.client.api.models.PlayerTheme
 
setText(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setText(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setThumbnail(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
setThumbnail(URI) - Method in class video.api.client.api.models.VideoAssets
 
setTimecode(String) - Method in class video.api.client.api.models.VideoThumbnailPickPayload
 
setTitle(String) - Method in class video.api.client.api.models.BadRequest
 
setTitle(String) - Method in class video.api.client.api.models.NotFound
 
setTitle(String) - Method in class video.api.client.api.models.Video
 
setTitle(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
setTitle(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
setTo(Integer) - Method in class video.api.client.api.models.BytesRange
 
setTo(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
setToken(String) - Method in class video.api.client.api.models.UploadToken
 
setTokenType(String) - Method in class video.api.client.api.models.AccessToken
 
setTotal(Integer) - Method in class video.api.client.api.models.BytesRange
 
setTrackBackground(String) - Method in class video.api.client.api.models.PlayerTheme
 
setTrackBackground(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setTrackBackground(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setTrackPlayed(String) - Method in class video.api.client.api.models.PlayerTheme
 
setTrackPlayed(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setTrackPlayed(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setTrackUnplayed(String) - Method in class video.api.client.api.models.PlayerTheme
 
setTrackUnplayed(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
setTrackUnplayed(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
setTtl(Integer) - Method in class video.api.client.api.models.TokenCreationPayload
 
setTtl(Integer) - Method in class video.api.client.api.models.UploadToken
 
setType(String) - Method in class video.api.client.api.models.BadRequest
 
setType(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
setType(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
setType(String) - Method in class video.api.client.api.models.NotFound
 
setType(String) - Method in class video.api.client.api.models.PlayerSessionEvent
 
setType(String) - Method in class video.api.client.api.models.VideoSessionClient
 
setType(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
setType(String) - Method in class video.api.client.api.models.VideoSource
 
setType(Quality.TypeEnum) - Method in class video.api.client.api.models.Quality
 
setUpdatedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStream
 
setUpdatedAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerTheme
 
setUpdatedAt(OffsetDateTime) - Method in class video.api.client.api.models.Video
 
setUploadChunkSize(long) - Method in class video.api.client.api.ApiClient
 
setUploadChunkSize(long) - Method in class video.api.client.ApiVideoClient
 
setUri(String) - Method in class video.api.client.api.models.Caption
 
setUri(String) - Method in class video.api.client.api.models.Chapter
 
setUri(String) - Method in class video.api.client.api.models.Link
 
setUri(String) - Method in class video.api.client.api.models.VideoSource
 
setUri(String) - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
setUri(URI) - Method in class video.api.client.api.models.PaginationLink
 
setUrl(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
setUrl(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
setUrl(String) - Method in class video.api.client.api.models.Webhook
 
setUrl(String) - Method in class video.api.client.api.models.WebhooksCreationPayload
 
setValue(String) - Method in class video.api.client.api.models.Metadata
 
setVendor(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
setVendor(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
setVerifyingSsl(boolean) - Method in class video.api.client.api.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setVersion(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
setVersion(String) - Method in class video.api.client.api.models.VideoSessionClient
 
setVersion(String) - Method in class video.api.client.api.models.VideoSessionOs
 
setVideoCodec(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setVideoId(String) - Method in class video.api.client.api.models.Video
 
setWebhookId(String) - Method in class video.api.client.api.models.Webhook
 
setWidth(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
setWriteTimeout(int) - Method in class video.api.client.api.ApiClient
Sets the write timeout (in milliseconds).
shortname(String) - Method in class video.api.client.api.models.VideoSessionOs
 
sortBy(String) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set sortBy
sortBy(String) - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Set sortBy
sortBy(String) - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Set sortBy
sortBy(String) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set sortBy
sortOrder(String) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set sortOrder
sortOrder(String) - Method in class video.api.client.api.clients.PlayerThemesApi.APIlistRequest
Set sortOrder
sortOrder(String) - Method in class video.api.client.api.clients.UploadTokensApi.APIlistRequest
Set sortOrder
sortOrder(String) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set sortOrder
source() - Method in class video.api.client.api.ProgressResponseBody
 
source(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
source(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
source(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
source(VideoSource) - Method in class video.api.client.api.models.Video
 
SqlDateTypeAdapter() - Constructor for class video.api.client.api.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class video.api.client.api.JSON.SqlDateTypeAdapter
 
src(String) - Method in class video.api.client.api.models.Caption
 
src(String) - Method in class video.api.client.api.models.Chapter
 
srclang(String) - Method in class video.api.client.api.models.Caption
 
status(Integer) - Method in class video.api.client.api.models.BadRequest
 
status(Integer) - Method in class video.api.client.api.models.NotFound
 
status(Quality.StatusEnum) - Method in class video.api.client.api.models.Quality
 
status(VideoStatusIngest.StatusEnum) - Method in class video.api.client.api.models.VideoStatusIngest
 
streamKey(String) - Method in class video.api.client.api.clients.LiveStreamsApi.APIlistRequest
Set streamKey
streamKey(String) - Method in class video.api.client.api.models.LiveStream
 
StringUtil - Class in video.api.client.api
 
StringUtil() - Constructor for class video.api.client.api.StringUtil
 

T

tags(List<String>) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set tags
tags(List<String>) - Method in class video.api.client.api.models.Video
 
tags(List<String>) - Method in class video.api.client.api.models.VideoCreationPayload
 
tags(List<String>) - Method in class video.api.client.api.models.VideoUpdatePayload
 
text(String) - Method in class video.api.client.api.models.PlayerTheme
 
text(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
text(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
thumbnail(URI) - Method in class video.api.client.api.models.LiveStreamAssets
 
thumbnail(URI) - Method in class video.api.client.api.models.VideoAssets
 
timecode(String) - Method in class video.api.client.api.models.VideoThumbnailPickPayload
 
title(String) - Method in class video.api.client.api.clients.VideosApi.APIlistRequest
Set title
title(String) - Method in class video.api.client.api.models.BadRequest
 
title(String) - Method in class video.api.client.api.models.NotFound
 
title(String) - Method in class video.api.client.api.models.Video
 
title(String) - Method in class video.api.client.api.models.VideoCreationPayload
 
title(String) - Method in class video.api.client.api.models.VideoUpdatePayload
 
to(Integer) - Method in class video.api.client.api.models.BytesRange
 
to(Integer) - Method in class video.api.client.api.models.PlayerSessionEvent
 
token(String) - Method in class video.api.client.api.models.UploadToken
 
TokenCreationPayload - Class in video.api.client.api.models
TokenCreationPayload
TokenCreationPayload() - Constructor for class video.api.client.api.models.TokenCreationPayload
 
TokenListResponse - Class in video.api.client.api.models
TokenListResponse
TokenListResponse() - Constructor for class video.api.client.api.models.TokenListResponse
 
tokenType(String) - Method in class video.api.client.api.models.AccessToken
 
toString() - Method in class video.api.client.api.ApiException.ApiProblem
 
toString() - Method in class video.api.client.api.models.AccessToken
 
toString() - Method in class video.api.client.api.models.AuthenticatePayload
 
toString() - Method in class video.api.client.api.models.BadRequest
 
toString() - Method in class video.api.client.api.models.BytesRange
 
toString() - Method in class video.api.client.api.models.Caption
 
toString() - Method in class video.api.client.api.models.CaptionsListResponse
 
toString() - Method in class video.api.client.api.models.CaptionsUpdatePayload
 
toString() - Method in class video.api.client.api.models.Chapter
 
toString() - Method in class video.api.client.api.models.ChaptersListResponse
 
toString() - Method in class video.api.client.api.models.Link
 
toString() - Method in class video.api.client.api.models.LiveStream
 
toString() - Method in class video.api.client.api.models.LiveStreamAssets
 
toString() - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
toString() - Method in class video.api.client.api.models.LiveStreamListResponse
 
toString() - Method in class video.api.client.api.models.LiveStreamSession
 
toString() - Method in class video.api.client.api.models.LiveStreamSessionClient
 
toString() - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
toString() - Method in class video.api.client.api.models.LiveStreamSessionLocation
 
toString() - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
toString() - Method in class video.api.client.api.models.LiveStreamSessionSession
 
toString() - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
toString() - Method in class video.api.client.api.models.Metadata
 
toString() - Method in class video.api.client.api.models.NotFound
 
toString() - Method in class video.api.client.api.models.Page
 
toString() - Method in class video.api.client.api.models.Pagination
 
toString() - Method in class video.api.client.api.models.PaginationLink
 
toString() - Method in class video.api.client.api.models.PlayerSessionEvent
 
toString() - Method in class video.api.client.api.models.PlayerTheme
 
toString() - Method in class video.api.client.api.models.PlayerThemeAssets
 
toString() - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
toString() - Method in class video.api.client.api.models.PlayerThemesListResponse
 
toString() - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
toString() - Method in enum video.api.client.api.models.Quality.QualityEnum
 
toString() - Method in enum video.api.client.api.models.Quality.StatusEnum
 
toString() - Method in class video.api.client.api.models.Quality
 
toString() - Method in enum video.api.client.api.models.Quality.TypeEnum
 
toString() - Method in class video.api.client.api.models.RawStatisticsListLiveStreamAnalyticsResponse
 
toString() - Method in class video.api.client.api.models.RawStatisticsListPlayerSessionEventsResponse
 
toString() - Method in class video.api.client.api.models.RawStatisticsListSessionsResponse
 
toString() - Method in class video.api.client.api.models.RefreshTokenPayload
 
toString() - Method in class video.api.client.api.models.TokenCreationPayload
 
toString() - Method in class video.api.client.api.models.TokenListResponse
 
toString() - Method in class video.api.client.api.models.UploadToken
 
toString() - Method in class video.api.client.api.models.Video
 
toString() - Method in class video.api.client.api.models.VideoAssets
 
toString() - Method in class video.api.client.api.models.VideoCreationPayload
 
toString() - Method in class video.api.client.api.models.VideoSession
 
toString() - Method in class video.api.client.api.models.VideoSessionClient
 
toString() - Method in class video.api.client.api.models.VideoSessionDevice
 
toString() - Method in class video.api.client.api.models.VideoSessionLocation
 
toString() - Method in class video.api.client.api.models.VideoSessionOs
 
toString() - Method in class video.api.client.api.models.VideoSessionReferrer
 
toString() - Method in class video.api.client.api.models.VideoSessionSession
 
toString() - Method in class video.api.client.api.models.VideosListResponse
 
toString() - Method in class video.api.client.api.models.VideoSource
 
toString() - Method in class video.api.client.api.models.VideoSourceLiveStream
 
toString() - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
toString() - Method in class video.api.client.api.models.VideoStatus
 
toString() - Method in class video.api.client.api.models.VideoStatusEncoding
 
toString() - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
toString() - Method in enum video.api.client.api.models.VideoStatusIngest.StatusEnum
 
toString() - Method in class video.api.client.api.models.VideoStatusIngest
 
toString() - Method in class video.api.client.api.models.VideoThumbnailPickPayload
 
toString() - Method in class video.api.client.api.models.VideoUpdatePayload
 
toString() - Method in class video.api.client.api.models.Webhook
 
toString() - Method in class video.api.client.api.models.WebhooksCreationPayload
 
toString() - Method in class video.api.client.api.models.WebhooksListResponse
 
total(Integer) - Method in class video.api.client.api.models.BytesRange
 
trackBackground(String) - Method in class video.api.client.api.models.PlayerTheme
 
trackBackground(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
trackBackground(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
trackPlayed(String) - Method in class video.api.client.api.models.PlayerTheme
 
trackPlayed(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
trackPlayed(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
trackUnplayed(String) - Method in class video.api.client.api.models.PlayerTheme
 
trackUnplayed(String) - Method in class video.api.client.api.models.PlayerThemeCreationPayload
 
trackUnplayed(String) - Method in class video.api.client.api.models.PlayerThemeUpdatePayload
 
ttl(Integer) - Method in class video.api.client.api.models.TokenCreationPayload
 
ttl(Integer) - Method in class video.api.client.api.models.UploadToken
 
type(String) - Method in class video.api.client.api.models.BadRequest
 
type(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
type(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
type(String) - Method in class video.api.client.api.models.NotFound
 
type(String) - Method in class video.api.client.api.models.PlayerSessionEvent
 
type(String) - Method in class video.api.client.api.models.VideoSessionClient
 
type(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
type(String) - Method in class video.api.client.api.models.VideoSource
 
type(Quality.TypeEnum) - Method in class video.api.client.api.models.Quality
 

U

update(String, String, CaptionsUpdatePayload) - Method in class video.api.client.api.clients.CaptionsApi
Update caption To have the captions on automatically, use this PATCH to set default: true.
update(String, LiveStreamUpdatePayload) - Method in class video.api.client.api.clients.LiveStreamsApi
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the livestream).
update(String, PlayerThemeUpdatePayload) - Method in class video.api.client.api.clients.PlayerThemesApi
Update a player Use a player ID to update specific details for a player.
update(String, VideoUpdatePayload) - Method in class video.api.client.api.clients.VideosApi
Update a video Use this endpoint to update the parameters associated with your video.
updatedAt(OffsetDateTime) - Method in class video.api.client.api.models.LiveStream
 
updatedAt(OffsetDateTime) - Method in class video.api.client.api.models.PlayerTheme
 
updatedAt(OffsetDateTime) - Method in class video.api.client.api.models.Video
 
updateWithHttpInfo(String, String, CaptionsUpdatePayload) - Method in class video.api.client.api.clients.CaptionsApi
Update caption To have the captions on automatically, use this PATCH to set default: true.
updateWithHttpInfo(String, LiveStreamUpdatePayload) - Method in class video.api.client.api.clients.LiveStreamsApi
Update a live stream Use this endpoint to update the player, or to turn recording on/off (saving a copy of the livestream).
updateWithHttpInfo(String, PlayerThemeUpdatePayload) - Method in class video.api.client.api.clients.PlayerThemesApi
Update a player Use a player ID to update specific details for a player.
updateWithHttpInfo(String, VideoUpdatePayload) - Method in class video.api.client.api.clients.VideosApi
Update a video Use this endpoint to update the parameters associated with your video.
upload(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload a video To upload a video to the videoId you created.
upload(String, File, UploadProgressListener) - Method in class video.api.client.api.clients.VideosApi
Upload a video To upload a video to the videoId you created.
upload(String, String, File) - Method in class video.api.client.api.clients.CaptionsApi
Upload a caption Upload a VTT file to add captions to your video.
upload(String, String, File) - Method in class video.api.client.api.clients.ChaptersApi
Upload a chapter Chapters help break the video into sections.
UploadChunkRequestBody - Class in video.api.client.api.upload
 
UploadChunkRequestBody(File, long, UploadPartProgressListener) - Constructor for class video.api.client.api.upload.UploadChunkRequestBody
 
UploadChunkRequestBody(File, Integer, Integer, long, long, long, UploadProgressListener) - Constructor for class video.api.client.api.upload.UploadChunkRequestBody
 
UPLOADED - video.api.client.api.models.VideoStatusIngest.StatusEnum
 
UPLOADING - video.api.client.api.models.VideoStatusIngest.StatusEnum
 
uploadLastPart(File) - Method in class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
uploadLastPart(File) - Method in class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
uploadLastPart(File, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
uploadLastPart(File, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
uploadLogo(String, File, String) - Method in class video.api.client.api.clients.PlayerThemesApi
Upload a logo The uploaded image maximum size should be 200x100 and its weight should be 200KB.
uploadLogoWithHttpInfo(String, File, String) - Method in class video.api.client.api.clients.PlayerThemesApi
Upload a logo The uploaded image maximum size should be 200x100 and its weight should be 200KB.
uploadPart(File) - Method in class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
uploadPart(File) - Method in class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
uploadPart(File, boolean, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
uploadPart(File, boolean, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
uploadPart(File, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
uploadPart(File, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
UploadPartProgressListener - Interface in video.api.client.api.upload
 
uploadPartWithHttpInfo(String, File, Integer, boolean, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi
 
UploadProgressiveSession(String) - Constructor for class video.api.client.api.clients.VideosApi.UploadProgressiveSession
 
UploadProgressListener - Interface in video.api.client.api.upload
 
uploadThumbnail(String, File) - Method in class video.api.client.api.clients.LiveStreamsApi
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
uploadThumbnail(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload a thumbnail The thumbnail is the poster that appears in the player window before video playback begins.
uploadThumbnailWithHttpInfo(String, File) - Method in class video.api.client.api.clients.LiveStreamsApi
Upload a thumbnail Upload an image to use as a backdrop for your livestream.
uploadThumbnailWithHttpInfo(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload a thumbnail The thumbnail is the poster that appears in the player window before video playback begins.
UploadToken - Class in video.api.client.api.models
UploadToken
UploadToken() - Constructor for class video.api.client.api.models.UploadToken
 
uploadTokens() - Method in class video.api.client.ApiVideoClient
Get an UploadTokensApi instance
UploadTokensApi - Class in video.api.client.api.clients
 
UploadTokensApi(ApiClient) - Constructor for class video.api.client.api.clients.UploadTokensApi
 
UploadTokensApi.APIlistRequest - Class in video.api.client.api.clients
 
uploadWithHttpInfo(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload a video To upload a video to the videoId you created.
uploadWithHttpInfo(String, File, UploadProgressListener) - Method in class video.api.client.api.clients.VideosApi
Upload a video To upload a video to the videoId you created.
uploadWithHttpInfo(String, String, File) - Method in class video.api.client.api.clients.CaptionsApi
Upload a caption Upload a VTT file to add captions to your video.
uploadWithHttpInfo(String, String, File) - Method in class video.api.client.api.clients.ChaptersApi
Upload a chapter Chapters help break the video into sections.
uploadWithUploadToken(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`.
uploadWithUploadToken(String, File, UploadProgressListener) - Method in class video.api.client.api.clients.VideosApi
Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`.
uploadWithUploadTokenPartWithHttpInfo(String, File, String, Integer, boolean, UploadPartProgressListener) - Method in class video.api.client.api.clients.VideosApi
 
UploadWithUploadTokenProgressiveSession(String) - Constructor for class video.api.client.api.clients.VideosApi.UploadWithUploadTokenProgressiveSession
 
uploadWithUploadTokenWithHttpInfo(String, File) - Method in class video.api.client.api.clients.VideosApi
Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`.
uploadWithUploadTokenWithHttpInfo(String, File, UploadProgressListener) - Method in class video.api.client.api.clients.VideosApi
Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`.
uri(String) - Method in class video.api.client.api.models.Caption
 
uri(String) - Method in class video.api.client.api.models.Chapter
 
uri(String) - Method in class video.api.client.api.models.Link
 
uri(String) - Method in class video.api.client.api.models.VideoSource
 
uri(String) - Method in class video.api.client.api.models.VideoSourceLiveStreamLink
 
uri(URI) - Method in class video.api.client.api.models.PaginationLink
 
url(String) - Method in class video.api.client.api.models.LiveStreamSessionReferrer
 
url(String) - Method in class video.api.client.api.models.VideoSessionReferrer
 
url(String) - Method in class video.api.client.api.models.Webhook
 
url(String) - Method in class video.api.client.api.models.WebhooksCreationPayload
 

V

value(String) - Method in class video.api.client.api.models.Metadata
 
valueOf(String) - Static method in enum video.api.client.api.models.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum video.api.client.api.models.Quality.QualityEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum video.api.client.api.models.Quality.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum video.api.client.api.models.Quality.TypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum video.api.client.api.models.VideoStatusIngest.StatusEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum video.api.client.api.models.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum video.api.client.api.models.Quality.QualityEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum video.api.client.api.models.Quality.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum video.api.client.api.models.Quality.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum video.api.client.api.models.VideoStatusIngest.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
vendor(String) - Method in class video.api.client.api.models.LiveStreamSessionDevice
 
vendor(String) - Method in class video.api.client.api.models.VideoSessionDevice
 
version(String) - Method in class video.api.client.api.models.LiveStreamSessionClient
 
version(String) - Method in class video.api.client.api.models.VideoSessionClient
 
version(String) - Method in class video.api.client.api.models.VideoSessionOs
 
Video - Class in video.api.client.api.models
Video
Video() - Constructor for class video.api.client.api.models.Video
 
video.api.client - package video.api.client
 
video.api.client.api - package video.api.client.api
 
video.api.client.api.auth - package video.api.client.api.auth
 
video.api.client.api.clients - package video.api.client.api.clients
 
video.api.client.api.models - package video.api.client.api.models
 
video.api.client.api.upload - package video.api.client.api.upload
 
VideoAssets - Class in video.api.client.api.models
Collection of details about the video object that you can use to work with the video object.
VideoAssets() - Constructor for class video.api.client.api.models.VideoAssets
 
videoCodec(String) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
VideoCreationPayload - Class in video.api.client.api.models
VideoCreationPayload
VideoCreationPayload() - Constructor for class video.api.client.api.models.VideoCreationPayload
 
videoId(String) - Method in class video.api.client.api.models.Video
 
videos() - Method in class video.api.client.ApiVideoClient
Get an VideosApi instance
VideosApi - Class in video.api.client.api.clients
 
VideosApi(ApiClient) - Constructor for class video.api.client.api.clients.VideosApi
 
VideosApi.APIlistRequest - Class in video.api.client.api.clients
 
VideosApi.UploadProgressiveSession - Class in video.api.client.api.clients
 
VideosApi.UploadWithUploadTokenProgressiveSession - Class in video.api.client.api.clients
 
VideoSession - Class in video.api.client.api.models
VideoSession
VideoSession() - Constructor for class video.api.client.api.models.VideoSession
 
VideoSessionClient - Class in video.api.client.api.models
What kind of browser the viewer is using for the video session.
VideoSessionClient() - Constructor for class video.api.client.api.models.VideoSessionClient
 
VideoSessionDevice - Class in video.api.client.api.models
What type of device the user is on when in the video session.
VideoSessionDevice() - Constructor for class video.api.client.api.models.VideoSessionDevice
 
VideoSessionLocation - Class in video.api.client.api.models
The location of the viewer.
VideoSessionLocation() - Constructor for class video.api.client.api.models.VideoSessionLocation
 
VideoSessionOs - Class in video.api.client.api.models
The operating system the viewer is on.
VideoSessionOs() - Constructor for class video.api.client.api.models.VideoSessionOs
 
VideoSessionReferrer - Class in video.api.client.api.models
VideoSessionReferrer
VideoSessionReferrer() - Constructor for class video.api.client.api.models.VideoSessionReferrer
 
VideoSessionSession - Class in video.api.client.api.models
VideoSessionSession
VideoSessionSession() - Constructor for class video.api.client.api.models.VideoSessionSession
 
VideosListResponse - Class in video.api.client.api.models
VideosListResponse
VideosListResponse() - Constructor for class video.api.client.api.models.VideosListResponse
 
VideoSource - Class in video.api.client.api.models
Source information about the video.
VideoSource() - Constructor for class video.api.client.api.models.VideoSource
 
VideoSourceLiveStream - Class in video.api.client.api.models
This appears if the video is from a Live Record.
VideoSourceLiveStream() - Constructor for class video.api.client.api.models.VideoSourceLiveStream
 
VideoSourceLiveStreamLink - Class in video.api.client.api.models
VideoSourceLiveStreamLink
VideoSourceLiveStreamLink() - Constructor for class video.api.client.api.models.VideoSourceLiveStreamLink
 
VideoStatus - Class in video.api.client.api.models
VideoStatus
VideoStatus() - Constructor for class video.api.client.api.models.VideoStatus
 
VideoStatusEncoding - Class in video.api.client.api.models
VideoStatusEncoding
VideoStatusEncoding() - Constructor for class video.api.client.api.models.VideoStatusEncoding
 
VideoStatusEncodingMetadata - Class in video.api.client.api.models
VideoStatusEncodingMetadata
VideoStatusEncodingMetadata() - Constructor for class video.api.client.api.models.VideoStatusEncodingMetadata
 
VideoStatusIngest - Class in video.api.client.api.models
Details about the capturing, transferring, and storing of your video for use immediately or in the future.
VideoStatusIngest() - Constructor for class video.api.client.api.models.VideoStatusIngest
 
VideoStatusIngest.StatusEnum - Enum in video.api.client.api.models
There are three possible ingest statuses.
VideoStatusIngest.StatusEnum.Adapter - Class in video.api.client.api.models
 
VideoThumbnailPickPayload - Class in video.api.client.api.models
VideoThumbnailPickPayload
VideoThumbnailPickPayload() - Constructor for class video.api.client.api.models.VideoThumbnailPickPayload
 
VideoUpdatePayload - Class in video.api.client.api.models
VideoUpdatePayload
VideoUpdatePayload() - Constructor for class video.api.client.api.models.VideoUpdatePayload
 

W

WAITING - video.api.client.api.models.Quality.StatusEnum
 
Webhook - Class in video.api.client.api.models
Webhook
Webhook() - Constructor for class video.api.client.api.models.Webhook
 
webhookId(String) - Method in class video.api.client.api.models.Webhook
 
webhooks() - Method in class video.api.client.ApiVideoClient
Get an WebhooksApi instance
WebhooksApi - Class in video.api.client.api.clients
 
WebhooksApi(ApiClient) - Constructor for class video.api.client.api.clients.WebhooksApi
 
WebhooksApi.APIlistRequest - Class in video.api.client.api.clients
 
WebhooksCreationPayload - Class in video.api.client.api.models
WebhooksCreationPayload
WebhooksCreationPayload() - Constructor for class video.api.client.api.models.WebhooksCreationPayload
 
WebhooksListResponse - Class in video.api.client.api.models
WebhooksListResponse
WebhooksListResponse() - Constructor for class video.api.client.api.models.WebhooksListResponse
 
width(Integer) - Method in class video.api.client.api.models.VideoStatusEncodingMetadata
 
write(JsonWriter, byte[]) - Method in class video.api.client.api.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class video.api.client.api.JSON.SqlDateTypeAdapter
 
write(JsonWriter, Date) - Method in class video.api.client.api.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class video.api.client.api.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class video.api.client.api.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Quality.QualityEnum) - Method in class video.api.client.api.models.Quality.QualityEnum.Adapter
 
write(JsonWriter, Quality.StatusEnum) - Method in class video.api.client.api.models.Quality.StatusEnum.Adapter
 
write(JsonWriter, Quality.TypeEnum) - Method in class video.api.client.api.models.Quality.TypeEnum.Adapter
 
write(JsonWriter, VideoStatusIngest.StatusEnum) - Method in class video.api.client.api.models.VideoStatusIngest.StatusEnum.Adapter
 
writeTo(BufferedSink) - Method in class video.api.client.api.ProgressRequestBody
 
writeTo(BufferedSink) - Method in class video.api.client.api.upload.UploadChunkRequestBody
 

_

_1080P - video.api.client.api.models.Quality.QualityEnum
 
_2160P - video.api.client.api.models.Quality.QualityEnum
 
_240P - video.api.client.api.models.Quality.QualityEnum
 
_360P - video.api.client.api.models.Quality.QualityEnum
 
_480P - video.api.client.api.models.Quality.QualityEnum
 
_720P - video.api.client.api.models.Quality.QualityEnum
 
_default(Boolean) - Method in class video.api.client.api.models.Caption
 
_default(Boolean) - Method in class video.api.client.api.models.CaptionsUpdatePayload
 
_public(Boolean) - Method in class video.api.client.api.models.LiveStream
 
_public(Boolean) - Method in class video.api.client.api.models.LiveStreamCreationPayload
 
_public(Boolean) - Method in class video.api.client.api.models.LiveStreamUpdatePayload
 
_public(Boolean) - Method in class video.api.client.api.models.Video
 
_public(Boolean) - Method in class video.api.client.api.models.VideoCreationPayload
 
_public(Boolean) - Method in class video.api.client.api.models.VideoUpdatePayload
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
All Classes All Packages