Class: Aws::Types::VideoCodecSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#av_1_settingsTypes::Av1Settings

Returns the value of attribute av_1_settings.

Returns:



2485
2486
2487
# File 'sig/types.rbs', line 2485

def av_1_settings
  @av_1_settings
end

#avc_intra_settingsTypes::AvcIntraSettings

Returns the value of attribute avc_intra_settings.



2486
2487
2488
# File 'sig/types.rbs', line 2486

def avc_intra_settings
  @avc_intra_settings
end

#codec"AV1", ...

Returns the value of attribute codec.

Returns:

  • ("AV1", "AVC_INTRA", "FRAME_CAPTURE", "GIF", "H_264", "H_265", "MPEG2", "PASSTHROUGH", "PRORES", "UNCOMPRESSED", "VC3", "VP8", "VP9", "XAVC")


2487
2488
2489
# File 'sig/types.rbs', line 2487

def codec
  @codec
end

#frame_capture_settingsTypes::FrameCaptureSettings

Returns the value of attribute frame_capture_settings.



2488
2489
2490
# File 'sig/types.rbs', line 2488

def frame_capture_settings
  @frame_capture_settings
end

#gif_settingsTypes::GifSettings

Returns the value of attribute gif_settings.

Returns:



2489
2490
2491
# File 'sig/types.rbs', line 2489

def gif_settings
  @gif_settings
end

#h264_settingsTypes::H264Settings

Returns the value of attribute h264_settings.

Returns:



2490
2491
2492
# File 'sig/types.rbs', line 2490

def h264_settings
  @h264_settings
end

#h265_settingsTypes::H265Settings

Returns the value of attribute h265_settings.

Returns:



2491
2492
2493
# File 'sig/types.rbs', line 2491

def h265_settings
  @h265_settings
end

#mpeg_2_settingsTypes::Mpeg2Settings

Returns the value of attribute mpeg_2_settings.



2492
2493
2494
# File 'sig/types.rbs', line 2492

def mpeg_2_settings
  @mpeg_2_settings
end

#passthrough_settingsTypes::PassthroughSettings

Returns the value of attribute passthrough_settings.



2493
2494
2495
# File 'sig/types.rbs', line 2493

def passthrough_settings
  @passthrough_settings
end

#prores_settingsTypes::ProresSettings

Returns the value of attribute prores_settings.



2494
2495
2496
# File 'sig/types.rbs', line 2494

def prores_settings
  @prores_settings
end

#uncompressed_settingsTypes::UncompressedSettings

Returns the value of attribute uncompressed_settings.



2495
2496
2497
# File 'sig/types.rbs', line 2495

def uncompressed_settings
  @uncompressed_settings
end

#vc_3_settingsTypes::Vc3Settings

Returns the value of attribute vc_3_settings.

Returns:



2496
2497
2498
# File 'sig/types.rbs', line 2496

def vc_3_settings
  @vc_3_settings
end

#vp_8_settingsTypes::Vp8Settings

Returns the value of attribute vp_8_settings.

Returns:



2497
2498
2499
# File 'sig/types.rbs', line 2497

def vp_8_settings
  @vp_8_settings
end

#vp_9_settingsTypes::Vp9Settings

Returns the value of attribute vp_9_settings.

Returns:



2498
2499
2500
# File 'sig/types.rbs', line 2498

def vp_9_settings
  @vp_9_settings
end

#xavc_settingsTypes::XavcSettings

Returns the value of attribute xavc_settings.

Returns:



2499
2500
2501
# File 'sig/types.rbs', line 2499

def xavc_settings
  @xavc_settings
end