KinesisVideoArchivedMediaClient Class

(QtAws::KinesisVideoArchivedMedia::KinesisVideoArchivedMediaClient)

The KinesisVideoArchivedMediaClient class provides access to the Amazon Kinesis Video Streams Archived Media (Kinesis Video Archived Media) service. More...

Header: #include <KinesisVideoArchivedMediaClient>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

KinesisVideoArchivedMediaClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
KinesisVideoArchivedMediaClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

GetMediaForFragmentListResponse *getMediaForFragmentList(const GetMediaForFragmentListRequest &request)
ListFragmentsResponse *listFragments(const ListFragmentsRequest &request)

Additional Inherited Members

Detailed Description

The KinesisVideoArchivedMediaClient class provides access to the Amazon Kinesis Video Streams Archived Media (Kinesis Video Archived Media) service.

Member Function Documentation

KinesisVideoArchivedMediaClient::KinesisVideoArchivedMediaClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a KinesisVideoArchivedMediaClient object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

KinesisVideoArchivedMediaClient::KinesisVideoArchivedMediaClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads KinesisVideoArchivedMediaClient().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] GetMediaForFragmentListResponse *KinesisVideoArchivedMediaClient::getMediaForFragmentList(const GetMediaForFragmentListRequest &request)

Sends request to the KinesisVideoArchivedMediaClient service, and returns a pointer to an GetMediaForFragmentListResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Gets media for a list of fragments (specified by fragment number) from the archived data in a Kinesis video

stream> <note>

This operation is only available for the AWS SDK for Java. It is not supported in AWS SDKs for other

languages> </note>

The following limits apply when using the <code>GetMediaForFragmentList</code>

API> <ul> <li>

A client can call <code>GetMediaForFragmentList</code> up to five times per second per stream.

</p </li> <li>

Kinesis Video Streams sends media data at a rate of up to 25 megabytes per second (or 200 megabits per second) during a <code>GetMediaForFragmentList</code> session.

[slot] ListFragmentsResponse *KinesisVideoArchivedMediaClient::listFragments(const ListFragmentsRequest &request)

Sends request to the KinesisVideoArchivedMediaClient service, and returns a pointer to an ListFragmentsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns a list of <a>Fragment</a> objects from the specified stream and start location within the archived

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.