MediaType Struct

Definition

The MediaType.

public readonly struct MediaType : IEquatable<Azure.Communication.CallingServer.MediaType>
type MediaType = struct
Public Structure MediaType
Implements IEquatable(Of MediaType)
Inheritance
MediaType
Implements

Constructors

MediaType(String)

Initializes a new instance of MediaType.

Properties

Audio

audio.

Video

video.

Methods

Equals(MediaType)

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(MediaType, MediaType)

Determines if two MediaType values are the same.

Implicit(String to MediaType)

Converts a string to a MediaType.

Inequality(MediaType, MediaType)

Determines if two MediaType values are not the same.

Applies to