Class: Aws::Types::VideoConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#avc_level::String

Returns the value of attribute avc_level.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def avc_level
  @avc_level
end

#avc_profile::String

Returns the value of attribute avc_profile.

Returns:

  • (::String)


892
893
894
# File 'sig/types.rbs', line 892

def avc_profile
  @avc_profile
end

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def codec
  @codec
end

#encoder::String

Returns the value of attribute encoder.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def encoder
  @encoder
end

#level::String

Returns the value of attribute level.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def level
  @level
end

#profile::String

Returns the value of attribute profile.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def profile
  @profile
end

#target_bitrate::Integer

Returns the value of attribute target_bitrate.

Returns:

  • (::Integer)


896
897
898
# File 'sig/types.rbs', line 896

def target_bitrate
  @target_bitrate
end

#target_framerate::Integer

Returns the value of attribute target_framerate.

Returns:

  • (::Integer)


897
898
899
# File 'sig/types.rbs', line 897

def target_framerate
  @target_framerate
end

#track::String

Returns the value of attribute track.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def track
  @track
end

#video_height::Integer

Returns the value of attribute video_height.

Returns:

  • (::Integer)


898
899
900
# File 'sig/types.rbs', line 898

def video_height
  @video_height
end

#video_width::Integer

Returns the value of attribute video_width.

Returns:

  • (::Integer)


899
900
901
# File 'sig/types.rbs', line 899

def video_width
  @video_width
end