zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::BanafoRecording Class Reference

Banafo Recording. More...

#include <BanafoRecording.h>

Inheritance diagram for ZDK_NET::BanafoRecording:
ZDK_NET::ZHandle

Public Member Functions

 BanafoRecording (ZDK::Shared::BanafoRecording src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IBanafoRecording * cppRef = nullptr
 

Properties

System::String^ BanafoId [get]
 The Banafo Service's recording ID. More...
 
System::String^ StartedAt [get]
 Started time of the recording. More...
 
System::String^ FinishedAt [get]
 Ending time of the recording. More...
 
System::String^ BanafoCallId [get]
 The Banafo Service's call ID this recording was taken for. More...
 
List< RecordingStream^>^ Streams [get]
 List of streams this recording consists of. More...
 

Detailed Description

Banafo Recording.

Describes the Banafo Recording.

Property Documentation

◆ BanafoCallId

System:: String^ ZDK_NET::BanafoRecording::BanafoCallId
get

The Banafo Service's call ID this recording was taken for.

The Banafo Service's call ID this recording was taken for.

Returns
The Banafo Service's call ID this recording was taken for

◆ BanafoId

System:: String^ ZDK_NET::BanafoRecording::BanafoId
get

The Banafo Service's recording ID.

The Banafo Service's recording ID.

Returns
The Banafo Service's recording D

◆ FinishedAt

System:: String^ ZDK_NET::BanafoRecording::FinishedAt
get

Ending time of the recording.

Time and date when recording was finished in SO 8601 Format. Example: '2019-11-18T15:22:12.422Z'

Returns
The start time of the recording

◆ StartedAt

System:: String^ ZDK_NET::BanafoRecording::StartedAt
get

Started time of the recording.

Time and date when the recording was initiated in SO 8601 Format. Example: '2019-11-18T15:20:31.928Z'

Returns
The start time of the recording

◆ Streams

List< RecordingStream^>^ ZDK_NET::BanafoRecording::Streams
get

List of streams this recording consists of.

List of streams this recording consists of.

Returns
The list of streams this recording consists of
See also
RecordingStream

The documentation for this class was generated from the following file: