Class: Aws::KinesisVideoArchivedMedia::Types::Fragment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideoarchivedmedia/types.rb

Overview

Represents a segment of video or other time-delimited data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fragment_length_in_millisecondsInteger

The playback duration or other time value associated with the fragment.

Returns:

  • (Integer)


226
227
228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226

class Fragment < Struct.new(
  :fragment_number,
  :fragment_size_in_bytes,
  :producer_timestamp,
  :server_timestamp,
  :fragment_length_in_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#fragment_numberString

The unique identifier of the fragment. This value monotonically increases based on the ingestion order.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226

class Fragment < Struct.new(
  :fragment_number,
  :fragment_size_in_bytes,
  :producer_timestamp,
  :server_timestamp,
  :fragment_length_in_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#fragment_size_in_bytesInteger

The total fragment size, including information about the fragment and contained media data.

Returns:

  • (Integer)


226
227
228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226

class Fragment < Struct.new(
  :fragment_number,
  :fragment_size_in_bytes,
  :producer_timestamp,
  :server_timestamp,
  :fragment_length_in_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#producer_timestampTime

The timestamp from the producer corresponding to the fragment.

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226

class Fragment < Struct.new(
  :fragment_number,
  :fragment_size_in_bytes,
  :producer_timestamp,
  :server_timestamp,
  :fragment_length_in_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#server_timestampTime

The timestamp from the Amazon Web Services server corresponding to the fragment.

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
# File 'lib/aws-sdk-kinesisvideoarchivedmedia/types.rb', line 226

class Fragment < Struct.new(
  :fragment_number,
  :fragment_size_in_bytes,
  :producer_timestamp,
  :server_timestamp,
  :fragment_length_in_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end