RecordingFormat Struct

Definition

Defines 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

Name Description
RecordingFormat(String)

Initializes a new instance of RecordingFormat.

Properties

Name Description
Mp3

mp3.

Mp4

mp4.

Wav

wav.

Methods

Name Description
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

Name Description
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