AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to PutMetadataAsync.

Namespace: Amazon.IVS
Assembly: AWSSDK.IVS.dll
Version: 3.x.y.z

Syntax

C#
public virtual PutMetadataResponse PutMetadata(
         PutMetadataRequest request
)

Parameters

request
Type: Amazon.IVS.Model.PutMetadataRequest

Container for the necessary parameters to execute the PutMetadata service method.

Return Value


The response from the PutMetadata service method, as returned by IVS.

Exceptions

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also