Class: Aws::IVS::Types::VideoConfiguration

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

Overview

Object specifying a stream’s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfiguration object and used for monitoring stream health.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avc_levelString

Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#avc_profileString

Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#codecString

Codec used for the video encoding.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#encoderString

Software or hardware used to encode the video.

Returns:

  • (String)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#target_bitrateInteger

The expected ingest bitrate (bits per second). This is configured in the encoder.

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#target_framerateInteger

The expected ingest framerate. This is configured in the encoder.

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#video_heightInteger

Video-resolution height in pixels.

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end

#video_widthInteger

Video-resolution width in pixels.

Returns:

  • (Integer)


2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2455

class VideoConfiguration < Struct.new(
  :avc_level,
  :avc_profile,
  :codec,
  :encoder,
  :target_bitrate,
  :target_framerate,
  :video_height,
  :video_width)
  SENSITIVE = []
  include Aws::Structure
end