View Source AWS.ChimeSDKMediaPipelines (aws-elixir v0.13.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 pipleines, see Amazon Chime SDK media pipelines.

Link to this section Summary

Link to this section 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_live_connector_pipeline(client, input, options \\ [])

View Source

Creates a streaming media pipeline in an Amazon Chime SDK meeting.

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_pipeline(client, media_pipeline_id, input, options \\ [])

View Source

Deletes the media pipeline.

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_pipeline(client, media_pipeline_id, options \\ [])

View Source

Gets an existing media pipeline.

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_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

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

View Source

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

Consists of he 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.