Share via


AcsRecordingContentType Struct

Definition

The recording content type- AudioVideo, or Audio.

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

Constructors

AcsRecordingContentType(String)

Initializes a new instance of AcsRecordingContentType.

Properties

Audio

Audio.

AudioVideo

AudioVideo.

Methods

Equals(AcsRecordingContentType)

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

Determines if two AcsRecordingContentType values are the same.

Implicit(String to AcsRecordingContentType)

Converts a string to a AcsRecordingContentType.

Inequality(AcsRecordingContentType, AcsRecordingContentType)

Determines if two AcsRecordingContentType values are not the same.

Applies to