Class: Aws::IVSRealTime::Types::Video

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Settings for video.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bitrateInteger

Bitrate for generated output, in bps. Default: 2500000.

Returns:

  • (Integer)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2059

class Video < Struct.new(
  :bitrate,
  :framerate,
  :height,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#framerateFloat

Video frame rate, in fps. Default: 30.

Returns:

  • (Float)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2059

class Video < Struct.new(
  :bitrate,
  :framerate,
  :height,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#heightInteger

Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.

Returns:

  • (Integer)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2059

class Video < Struct.new(
  :bitrate,
  :framerate,
  :height,
  :width)
  SENSITIVE = []
  include Aws::Structure
end

#widthInteger

Video-resolution width. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.

Returns:

  • (Integer)


2059
2060
2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2059

class Video < Struct.new(
  :bitrate,
  :framerate,
  :height,
  :width)
  SENSITIVE = []
  include Aws::Structure
end