Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::MediaStreamAttributesRequest
The attributes that you want to assign to the media stream.
-
#clock_rate ⇒ Integer
The sample rate for the stream.
-
#description ⇒ String
A description that can help you quickly identify what your media stream is used for.
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.
-
#media_stream_name ⇒ String
The media stream that you updated.
-
#media_stream_type ⇒ String
The type of media stream.
-
#video_format ⇒ String
The resolution of the video.
Instance Attribute Details
#attributes ⇒ Types::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_rate ⇒ Integer
The sample rate for the stream. This value in measured in kHz.
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 |
#description ⇒ String
A description that can help you quickly identify what your media stream is used for.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.
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_name ⇒ String
The media stream that you updated.
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_type ⇒ String
The type of 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 |
#video_format ⇒ String
The resolution of the video.
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 |