Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::MediaStreamAttributesRequest

The attributes that you want to assign to the media stream.



8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#clock_rateInteger

The sample rate for the stream. This value in measured in kHz.

Returns:

  • (Integer)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description that can help you quickly identify what your media stream is used for.

Returns:

  • (String)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.

Returns:

  • (String)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_nameString

The media stream that you updated.

Returns:

  • (String)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#media_stream_typeString

The type of media stream.

Returns:

  • (String)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end

#video_formatString

The resolution of the video.

Returns:

  • (String)


8717
8718
8719
8720
8721
8722
8723
8724
8725
8726
8727
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8717

class UpdateFlowMediaStreamRequest < Struct.new(
  :attributes,
  :clock_rate,
  :description,
  :flow_arn,
  :media_stream_name,
  :media_stream_type,
  :video_format)
  SENSITIVE = []
  include Aws::Structure
end