Class: Aws::Types::MxfSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#afd_signaling"NO_COPY", "COPY_FROM_VIDEO"

Returns the value of attribute afd_signaling.

Returns:

  • ("NO_COPY", "COPY_FROM_VIDEO")


1934
1935
1936
# File 'sig/types.rbs', line 1934

def afd_signaling
  @afd_signaling
end

#profile"D_10", ...

Returns the value of attribute profile.

Returns:

  • ("D_10", "XDCAM", "OP1A", "XAVC", "XDCAM_RDD9")


1935
1936
1937
# File 'sig/types.rbs', line 1935

def profile
  @profile
end

#uncompressed_audio_wrapping"AUTO", "AES3"

Returns the value of attribute uncompressed_audio_wrapping.

Returns:

  • ("AUTO", "AES3")


1936
1937
1938
# File 'sig/types.rbs', line 1936

def uncompressed_audio_wrapping
  @uncompressed_audio_wrapping
end

#xavc_profile_settingsTypes::MxfXavcProfileSettings

Returns the value of attribute xavc_profile_settings.



1937
1938
1939
# File 'sig/types.rbs', line 1937

def xavc_profile_settings
  @xavc_profile_settings
end