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:



2519
2520
2521
# File 'sig/types.rbs', line 2519

def av_1_settings
  @av_1_settings
end

#avc_intra_settingsTypes::AvcIntraSettings

Returns the value of attribute avc_intra_settings.



2520
2521
2522
# File 'sig/types.rbs', line 2520

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")


2521
2522
2523
# File 'sig/types.rbs', line 2521

def codec
  @codec
end

#frame_capture_settingsTypes::FrameCaptureSettings

Returns the value of attribute frame_capture_settings.



2522
2523
2524
# File 'sig/types.rbs', line 2522

def frame_capture_settings
  @frame_capture_settings
end

#gif_settingsTypes::GifSettings

Returns the value of attribute gif_settings.

Returns:



2523
2524
2525
# File 'sig/types.rbs', line 2523

def gif_settings
  @gif_settings
end

#h264_settingsTypes::H264Settings

Returns the value of attribute h264_settings.

Returns:



2524
2525
2526
# File 'sig/types.rbs', line 2524

def h264_settings
  @h264_settings
end

#h265_settingsTypes::H265Settings

Returns the value of attribute h265_settings.

Returns:



2525
2526
2527
# File 'sig/types.rbs', line 2525

def h265_settings
  @h265_settings
end

#mpeg_2_settingsTypes::Mpeg2Settings

Returns the value of attribute mpeg_2_settings.



2526
2527
2528
# File 'sig/types.rbs', line 2526

def mpeg_2_settings
  @mpeg_2_settings
end

#passthrough_settingsTypes::PassthroughSettings

Returns the value of attribute passthrough_settings.



2527
2528
2529
# File 'sig/types.rbs', line 2527

def passthrough_settings
  @passthrough_settings
end

#prores_settingsTypes::ProresSettings

Returns the value of attribute prores_settings.



2528
2529
2530
# File 'sig/types.rbs', line 2528

def prores_settings
  @prores_settings
end

#uncompressed_settingsTypes::UncompressedSettings

Returns the value of attribute uncompressed_settings.



2529
2530
2531
# File 'sig/types.rbs', line 2529

def uncompressed_settings
  @uncompressed_settings
end

#vc_3_settingsTypes::Vc3Settings

Returns the value of attribute vc_3_settings.

Returns:



2530
2531
2532
# File 'sig/types.rbs', line 2530

def vc_3_settings
  @vc_3_settings
end

#vp_8_settingsTypes::Vp8Settings

Returns the value of attribute vp_8_settings.

Returns:



2531
2532
2533
# File 'sig/types.rbs', line 2531

def vp_8_settings
  @vp_8_settings
end

#vp_9_settingsTypes::Vp9Settings

Returns the value of attribute vp_9_settings.

Returns:



2532
2533
2534
# File 'sig/types.rbs', line 2532

def vp_9_settings
  @vp_9_settings
end

#xavc_settingsTypes::XavcSettings

Returns the value of attribute xavc_settings.

Returns:



2533
2534
2535
# File 'sig/types.rbs', line 2533

def xavc_settings
  @xavc_settings
end