MediaStreamingContent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of content in Media streaming.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.MediaStreamingContent>))]
public readonly struct MediaStreamingContent : IEquatable<Azure.Communication.CallAutomation.MediaStreamingContent>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.MediaStreamingContent>))>]
type MediaStreamingContent = struct
Public Structure MediaStreamingContent
Implements IEquatable(Of MediaStreamingContent)
- Inheritance
-
MediaStreamingContent
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MediaStreamingContent(String) |
Initializes a new instance of MediaStreamingContent. |
Properties
| Name | Description |
|---|---|
| Audio |
audio. |
Methods
| Name | Description |
|---|---|
| Equals(MediaStreamingContent) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MediaStreamingContent, MediaStreamingContent) |
Determines if two MediaStreamingContent values are the same. |
| Implicit(String to MediaStreamingContent) |
Converts a String to a MediaStreamingContent. |
| Inequality(MediaStreamingContent, MediaStreamingContent) |
Determines if two MediaStreamingContent values are not the same. |