RecordingFormat Struct

Definition

The format type of call recording.

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

Constructors

RecordingFormat(String)

Initializes a new instance of RecordingFormat.

Properties

Mp3

mp3.

Mp4

mp4.

Wav

wav.

Methods

Equals(RecordingFormat)

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

Determines if two RecordingFormat values are the same.

Implicit(String to RecordingFormat)

Converts a string to a RecordingFormat.

Inequality(RecordingFormat, RecordingFormat)

Determines if two RecordingFormat values are not the same.

Applies to