A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/KinesisVideoMedia/Types/StartSelector.html below:

StartSelector — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideoMedia::Types::StartSelector
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing StartSelector as input to an Aws::Client method, you can use a vanilla Hash:

{
  start_selector_type: "FRAGMENT_NUMBER",   after_fragment_number: "FragmentNumberString",
  start_timestamp: Time.now,
  continuation_token: "ContinuationToken",
}

Identifies the chunk on the Kinesis video stream where you want the GetMedia API to start returning media data. You have the following options to identify the starting chunk:

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #after_fragment_number ⇒ String

Specifies the fragment number from where you want the GetMedia API to start returning the fragments.

#continuation_token ⇒ String

Continuation token that Kinesis Video Streams returned in the previous GetMedia response. The GetMedia API then starts with the chunk identified by the continuation token.

#start_selector_type ⇒ String

Identifies the fragment on the Kinesis video stream where you want to start getting the data from.

If you choose the NOW, EARLIEST, or CONTINUATION_TOKEN as the startSelectorType, you don\'t provide any additional information in the startSelector.

Possible values:

#start_timestamp ⇒ Time

A timestamp value. This value is required if you choose the PRODUCER_TIMESTAMP or the SERVER_TIMESTAMP as the startSelectorType. The GetMedia API then starts with the chunk containing the fragment that has the specified timestamp.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4