View Source AWS.ChimeSDKMediaPipelines (aws-elixir v0.14.1)

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.

Summary

Functions

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 Kinesis video stream pool for the media pipeline.

Gets the configuration settings for a media insights pipeline.

Retrieves the details of the specified speaker search task.

Lists the tags available for a media pipeline.

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 an Kinesis video stream pool in a media pipeline.

Functions

Link to this function

create_media_capture_pipeline(client, input, options \\ [])

View Source

Creates a media pipeline.

Link to this function

create_media_concatenation_pipeline(client, input, options \\ [])

View Source

Creates a media concatenation pipeline.

Link to this function

create_media_insights_pipeline(client, input, options \\ [])

View Source

Creates a media insights pipeline.

Link to this function

create_media_insights_pipeline_configuration(client, input, options \\ [])

View Source

A structure that contains the static configurations for a media insights pipeline.

Link to this function

create_media_live_connector_pipeline(client, input, options \\ [])

View Source

Creates a media live connector pipeline in an Amazon Chime SDK meeting.

Link to this function

create_media_pipeline_kinesis_video_stream_pool(client, input, options \\ [])

View Source

Creates an Kinesis video stream pool for the media pipeline.

Link to this function

create_media_stream_pipeline(client, input, options \\ [])

View Source

Creates a streaming media pipeline.

Link to this function

delete_media_capture_pipeline(client, media_pipeline_id, input, options \\ [])

View Source

Deletes the media pipeline.

Link to this function

delete_media_insights_pipeline_configuration(client, identifier, input, options \\ [])

View Source

Deletes the specified configuration settings.

Link to this function

delete_media_pipeline(client, media_pipeline_id, input, options \\ [])

View Source

Deletes the media pipeline.

Link to this function

delete_media_pipeline_kinesis_video_stream_pool(client, identifier, input, options \\ [])

View Source

Deletes an Kinesis video stream pool.

Link to this function

get_media_capture_pipeline(client, media_pipeline_id, options \\ [])

View Source

Gets an existing media pipeline.

Link to this function

get_media_insights_pipeline_configuration(client, identifier, options \\ [])

View Source

Gets the configuration settings for a media insights pipeline.

Link to this function

get_media_pipeline(client, media_pipeline_id, options \\ [])

View Source

Gets an existing media pipeline.

Link to this function

get_media_pipeline_kinesis_video_stream_pool(client, identifier, options \\ [])

View Source

Gets an Kinesis video stream pool.

Link to this function

get_speaker_search_task(client, identifier, speaker_search_task_id, options \\ [])

View Source

Retrieves the details of the specified speaker search task.

Link to this function

get_voice_tone_analysis_task(client, identifier, voice_tone_analysis_task_id, options \\ [])

View Source

Retrieves the details of a voice tone analysis task.

Link to this function

list_media_capture_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of media pipelines.

Link to this function

list_media_insights_pipeline_configurations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the available media insights pipeline configurations.

Link to this function

list_media_pipeline_kinesis_video_stream_pools(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the video stream pools in the media pipeline.

Link to this function

list_media_pipelines(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a list of media pipelines.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists the tags available for a media pipeline.

Link to this function

start_speaker_search_task(client, identifier, input, options \\ [])

View Source

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.

Link to this function

start_voice_tone_analysis_task(client, identifier, input, options \\ [])

View Source

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.

Link to this function

stop_speaker_search_task(client, identifier, speaker_search_task_id, input, options \\ [])

View Source

Stops a speaker search task.

Link to this function

stop_voice_tone_analysis_task(client, identifier, voice_tone_analysis_task_id, input, options \\ [])

View Source

Stops a voice tone analysis task.

Link to this function

tag_resource(client, input, options \\ [])

View Source

The ARN of the media pipeline that you want to tag.

Consists of the pipeline's endpoint region, resource ID, and pipeline ID.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes any tags from a media pipeline.

Link to this function

update_media_insights_pipeline_configuration(client, identifier, input, options \\ [])

View Source

Updates the media insights pipeline's configuration settings.

Link to this function

update_media_insights_pipeline_status(client, identifier, input, options \\ [])

View Source

Updates the status of a media insights pipeline.

Link to this function

update_media_pipeline_kinesis_video_stream_pool(client, identifier, input, options \\ [])

View Source

Updates an Kinesis video stream pool in a media pipeline.