AWS.ChimeSDKMediaPipelines — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
createMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Creates a media pipeline.
createMediaConcatenationPipeline(params = {}, callback) ⇒ AWS.Request
Creates a media concatenation pipeline.
createMediaInsightsPipeline(params = {}, callback) ⇒ AWS.Request
Creates a media insights pipeline.
createMediaInsightsPipelineConfiguration(params = {}, callback) ⇒ AWS.Request
A structure that contains the static configurations for a media insights pipeline.
createMediaLiveConnectorPipeline(params = {}, callback) ⇒ AWS.Request
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
createMediaPipelineKinesisVideoStreamPool(params = {}, callback) ⇒ AWS.Request
Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines.
Note: If a meeting uses an opt-in Region as its MediaRegion, the KVS stream must be in that same Region. For example, if a meeting uses the af-south-1
Region, the KVS stream must also be in af-south-1
. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting uses ca-central-1
, the KVS stream can be in eu-west-2
, us-east-1
, af-south-1
, or any other Region that the Amazon Chime SDK supports. To learn which AWS Region a meeting uses, call the GetMeeting API and use the MediaRegion parameter from the response. For more information about opt-in Regions, refer to Available Regions in the Amazon Chime SDK Developer Guide, and Specify which AWS Regions your account can use, in the AWS Account Management Reference Guide.
createMediaStreamPipeline(params = {}, callback) ⇒ AWS.Request
Creates a streaming media pipeline.
deleteMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Deletes the media pipeline.
deleteMediaInsightsPipelineConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the specified configuration settings.
deleteMediaPipeline(params = {}, callback) ⇒ AWS.Request
Deletes the media pipeline.
deleteMediaPipelineKinesisVideoStreamPool(params = {}, callback) ⇒ AWS.Request
Deletes an Amazon Kinesis Video Stream pool.
getMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Gets an existing media pipeline.
getMediaInsightsPipelineConfiguration(params = {}, callback) ⇒ AWS.Request
Gets the configuration settings for a media insights pipeline.
getMediaPipeline(params = {}, callback) ⇒ AWS.Request
Gets an existing media pipeline.
getMediaPipelineKinesisVideoStreamPool(params = {}, callback) ⇒ AWS.Request
Gets an Kinesis video stream pool.
getSpeakerSearchTask(params = {}, callback) ⇒ AWS.Request
Retrieves the details of the specified speaker search task.
getVoiceToneAnalysisTask(params = {}, callback) ⇒ AWS.Request
Retrieves the details of a voice tone analysis task.
listMediaCapturePipelines(params = {}, callback) ⇒ AWS.Request
Returns a list of media pipelines.
listMediaInsightsPipelineConfigurations(params = {}, callback) ⇒ AWS.Request
Lists the available media insights pipeline configurations.
listMediaPipelineKinesisVideoStreamPools(params = {}, callback) ⇒ AWS.Request
Lists the video stream pools in the media pipeline.
listMediaPipelines(params = {}, callback) ⇒ AWS.Request
Returns a list of media pipelines.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags available for a media pipeline.
startSpeakerSearchTask(params = {}, callback) ⇒ AWS.Request
Starts a speaker search task.
Before starting any speaker search tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
startVoiceToneAnalysisTask(params = {}, callback) ⇒ AWS.Request
Starts a voice tone analysis task. For more information about voice tone analysis, see Using Amazon Chime SDK voice analytics in the Amazon Chime SDK Developer Guide.
Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the AWS service terms for the Amazon Chime SDK.
stopSpeakerSearchTask(params = {}, callback) ⇒ AWS.Request
Stops a speaker search task.
stopVoiceToneAnalysisTask(params = {}, callback) ⇒ AWS.Request
Stops a voice tone analysis task.
tagResource(params = {}, callback) ⇒ AWS.Request
The ARN of the media pipeline that you want to tag. Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
untagResource(params = {}, callback) ⇒ AWS.Request
Removes any tags from a media pipeline.
updateMediaInsightsPipelineConfiguration(params = {}, callback) ⇒ AWS.Request
Updates the media insights pipeline's configuration settings.
updateMediaInsightsPipelineStatus(params = {}, callback) ⇒ AWS.Request
Updates the status of a media insights pipeline.
updateMediaPipelineKinesisVideoStreamPool(params = {}, callback) ⇒ AWS.Request
Updates an Amazon Kinesis Video Stream pool in a media pipeline.