Values.UpdateFlowMediaStreamRequestSourceUpdates an existing media stream.
type nonrec t = {attributes : MediaStreamAttributesRequest.t option;The attributes that you want to assign to the media stream.
*)clockRate : Integer.t option;The sample rate for the stream. This value in measured in kHz.
*)description : String_.t option;A description that can help you quickly identify what your media stream is used for.
*)flowArn : UpdateFlowMediaStreamRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.
*)mediaStreamName : String_.t;The media stream that you updated.
*)mediaStreamType : MediaStreamType.t option;The type of media stream.
*)videoFormat : String_.t option;The resolution of the video.
*)}val make :
?attributes:??? ->
?clockRate:??? ->
?description:??? ->
?mediaStreamType:??? ->
?videoFormat:??? ->
flowArn:UpdateFlowMediaStreamRequestFlowArnString.t ->
mediaStreamName:String_.t ->
unit ->
t