The RecordingsManager type exposes the following members.

Methods

  NameDescription
Public methodAddRecordingAttributes
Add attributes to a recording.
Public methodAddRecordingAttributesAsync
Asynchronously add recording attributes.
Public methodAddRecordingTags
Adds tags to a recording.
Public methodAddRecordingTagsAsync
Asynchronously adds recording tags.
Public methodDeregisterUser Obsolete.
Deregisters a user from Recorder server.
Public methodDeregisterUserAsync Obsolete.
Asynchronously deregisters a user from Recorder server.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExportUri
Gets the export URI for a recording.
Public methodGetExportUriAsync
Asynchronously gets the export URI for a recording.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSecureExportUri
Gets the secure export URI for a recording. If HTTPS playback, archiving, and exporting is enabled, the HTTPS URI will be returned; otherwise, the HTTP URI will be returned.
Public methodGetSecureExportUriAsync
Asynchronously gets the secure export URI for a recording. If HTTPS playback, archiving, and exporting is enabled, the HTTPS URI will be returned; otherwise, the HTTP URI will be returned.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyRecordingAttributes
Modify the value of attributes for a recording.
Public methodModifyRecordingAttributesAsync
Asynchronously modify recording attributes.
Public methodQueryRecordingAttributes
Query the attributes for a recording.
Public methodQueryRecordingAttributesAsync
Asynchronously query recording attributes.
Public methodQueryRecordingTags
Query the tags for a recording.
Public methodQueryRecordingTagsAsync
Asynchronously query recording tags.
Public methodRegisterUser Obsolete.
Registers the current session user with the Recorder server.This must be called before issuing requests to Recorder server.
Public methodRegisterUserAsync Obsolete.
Asynchronously registers the current session user with the Recorder server. This must be called before issuing requests to Recorder server.
Public methodRemoveRecordingAttributes
Remove attributes from a recording.
Public methodRemoveRecordingAttributesAsync
Asynchronously remove attributes from a recording.
Public methodRemoveRecordingTags
Remove tags from a recording.
Public methodRemoveRecordingTagsAsync
Asynchronously remove recording tags.
Public methodSendRecordingsEmail
Sends an email containing a list of recording Ids to Recorder server.
Public methodSendRecordingsEmailAsync
Asynchronously sends an email containing a list of recording IDs to Recorder server.
Public methodStartStationAudioPlayback
Starts playback of a recording to a station.
Public methodStartStationAudioPlaybackAsync
Asynchronously starts playback of a recording to a station.
Public methodStopStationAudioPlayback
Stops playback of a recording over station audio.
Public methodStopStationAudioPlaybackAsync
Asynchronously stops playback of a recording over station audio.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also