View Source AWS.ChimeSDKMediaPipelines (aws-elixir v1.0.4)
The Amazon Chime SDK media pipeline APIs in this section allow software developers to create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings.
For more information about media pipelines, see Amazon Chime SDK media pipelines.
Link to this section Summary
Functions
Creates a media pipeline.
Creates a media concatenation pipeline.
Creates a media insights pipeline.
A structure that contains the static configurations for a media insights pipeline.
Creates a media live connector pipeline in an Amazon Chime SDK meeting.
Creates an Amazon Kinesis Video Stream pool for use with media stream pipelines.
Creates a streaming media pipeline.
Deletes the media pipeline.
Deletes the specified configuration settings.
Deletes the media pipeline.
Deletes an Amazon Kinesis Video Stream pool.
Gets an existing media pipeline.
Gets the configuration settings for a media insights pipeline.
Gets an existing media pipeline.
Gets an Kinesis video stream pool.
Retrieves the details of the specified speaker search task.
Retrieves the details of a voice tone analysis task.
Returns a list of media pipelines.
Lists the available media insights pipeline configurations.
Lists the video stream pools in the media pipeline.
Returns a list of media pipelines.
Lists the tags available for a media pipeline.
Starts a speaker search task.
Starts a voice tone analysis task.
Stops a speaker search task.
Stops a voice tone analysis task.
The ARN of the media pipeline that you want to tag.
Removes any tags from a media pipeline.
Updates the media insights pipeline's configuration settings.
Updates the status of a media insights pipeline.
Updates an Amazon Kinesis Video Stream pool in a media pipeline.
Link to this section Functions
Creates a media pipeline.
Creates a media concatenation pipeline.
Creates a media insights pipeline.
create_media_insights_pipeline_configuration(client, input, options \\ [])
View SourceA structure that contains the static configurations for a media insights pipeline.
create_media_live_connector_pipeline(client, input, options \\ [])
View SourceCreates a media live connector pipeline in an Amazon Chime SDK meeting.
create_media_pipeline_kinesis_video_stream_pool(client, input, options \\ [])
View SourceCreates an Amazon Kinesis Video Stream pool for use with media stream pipelines.
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.
Creates a streaming media pipeline.
delete_media_capture_pipeline(client, media_pipeline_id, input, options \\ [])
View SourceDeletes the media pipeline.
delete_media_insights_pipeline_configuration(client, identifier, input, options \\ [])
View SourceDeletes the specified configuration settings.
delete_media_pipeline(client, media_pipeline_id, input, options \\ [])
View SourceDeletes the media pipeline.
delete_media_pipeline_kinesis_video_stream_pool(client, identifier, input, options \\ [])
View SourceDeletes an Amazon Kinesis Video Stream pool.
get_media_capture_pipeline(client, media_pipeline_id, options \\ [])
View SourceGets an existing media pipeline.
get_media_insights_pipeline_configuration(client, identifier, options \\ [])
View SourceGets the configuration settings for a media insights pipeline.
Gets an existing media pipeline.
get_media_pipeline_kinesis_video_stream_pool(client, identifier, options \\ [])
View SourceGets an Kinesis video stream pool.
get_speaker_search_task(client, identifier, speaker_search_task_id, options \\ [])
View SourceRetrieves the details of the specified speaker search task.
get_voice_tone_analysis_task(client, identifier, voice_tone_analysis_task_id, options \\ [])
View SourceRetrieves the details of a voice tone analysis task.
list_media_capture_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of media pipelines.
list_media_insights_pipeline_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the available media insights pipeline configurations.
list_media_pipeline_kinesis_video_stream_pools(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists the video stream pools in the media pipeline.
list_media_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a list of media pipelines.
Lists the tags available for a media pipeline.
start_speaker_search_task(client, identifier, input, options \\ [])
View SourceStarts 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.
start_voice_tone_analysis_task(client, identifier, input, options \\ [])
View SourceStarts 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.
stop_speaker_search_task(client, identifier, speaker_search_task_id, input, options \\ [])
View SourceStops a speaker search task.
stop_voice_tone_analysis_task(client, identifier, voice_tone_analysis_task_id, input, options \\ [])
View SourceStops a voice tone analysis task.
The ARN of the media pipeline that you want to tag.
Consists of the pipeline's endpoint region, resource ID, and pipeline ID.
Removes any tags from a media pipeline.
update_media_insights_pipeline_configuration(client, identifier, input, options \\ [])
View SourceUpdates the media insights pipeline's configuration settings.
update_media_insights_pipeline_status(client, identifier, input, options \\ [])
View SourceUpdates the status of a media insights pipeline.
update_media_pipeline_kinesis_video_stream_pool(client, identifier, input, options \\ [])
View SourceUpdates an Amazon Kinesis Video Stream pool in a media pipeline.