RecordingContent Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
RecordingContent(String) |
Initializes a new instance of RecordingContent. |
Properties
Audio |
audio. |
AudioVideo |
audioVideo. |
Methods
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
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
Azure SDK for .NET