Share via


AcsRecordingFormatType Struct

Definition

The recording format type - Mp4, Mp3, Wav.

public readonly struct AcsRecordingFormatType : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFormatType>
type AcsRecordingFormatType = struct
Public Structure AcsRecordingFormatType
Implements IEquatable(Of AcsRecordingFormatType)
Inheritance
AcsRecordingFormatType
Implements

Constructors

AcsRecordingFormatType(String)

Initializes a new instance of AcsRecordingFormatType.

Properties

Mp3

Mp3.

Mp4

Mp4.

Wav

Wav.

Methods

Equals(AcsRecordingFormatType)

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

Determines if two AcsRecordingFormatType values are the same.

Implicit(String to AcsRecordingFormatType)

Converts a string to a AcsRecordingFormatType.

Inequality(AcsRecordingFormatType, AcsRecordingFormatType)

Determines if two AcsRecordingFormatType values are not the same.

Applies to