RecordingContent Struct

Definition

The content type of call recording.

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

Constructors

Name Description
RecordingContent(String)

Initializes a new instance of RecordingContent.

Properties

Name Description
Audio

audio.

AudioVideo

audioVideo.

Methods

Name Description
Equals(RecordingContent)

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

Determines if two RecordingContent values are the same.

Implicit(String to RecordingContent)

Converts a String to a RecordingContent.

Inequality(RecordingContent, RecordingContent)

Determines if two RecordingContent values are not the same.

Applies to