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

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

Overview

Update a media stream on a flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::MediaStreamAttributesRequest

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



4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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 (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.

Returns:

  • (Integer)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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

#descriptionString

Description

Returns:

  • (String)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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

Returns:

  • (String)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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

Returns:

  • (String)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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)


4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4676

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