Class: Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaConnect::Types::UpdateFlowMediaStreamRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update a media stream on a flow.
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 (in Hz) for the stream. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description. 
- #flow_arn ⇒ String
- #media_stream_name ⇒ String
- 
  
    
      #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.
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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 (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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
Description
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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.
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 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.
| 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 | # File 'lib/aws-sdk-mediaconnect/types.rb', line 4891 class UpdateFlowMediaStreamRequest < Struct.new( :attributes, :clock_rate, :description, :flow_arn, :media_stream_name, :media_stream_type, :video_format) SENSITIVE = [] include Aws::Structure end |