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.
Content type to stream, eg. audio.
[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
MediaStreamingContent(String) |
Initializes a new instance of MediaStreamingContent. |
Properties
Audio |
audio. |
Methods
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
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. |
Applies to
Azure SDK for .NET