zdk.objc
Instance Methods | Properties | List of all members
<ZDKRecordingStream> Protocol Reference

Banafo Call. More...

#import <ZDKRecordingStream.h>

Inheritance diagram for <ZDKRecordingStream>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

ZDKRecordingType origin
 The origin of the file content. More...
 
NSString *_Nullable type
 Recording stream type. More...
 
NSString *_Nullable fileName
 The name of the file. More...
 
NSString *_Nullable languageCode
 ZDKETF language tag of the recording. More...
 

Detailed Description

Banafo Call.

Describes the Recording stream, mainly used for Banafo recordings.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ fileName

- (NSString* _Nullable) fileName
readnonatomicassign

The name of the file.

The name of the file.

Returns
The name of the file

◆ languageCode

- (NSString* _Nullable) languageCode
readnonatomicassign

ZDKETF language tag of the recording.

ZDKETF language tag of the recording.

Returns
ZDKETF language tag of the recording

◆ origin

- (ZDKRecordingType) origin
readnonatomicassign

The origin of the file content.

The origin of the file content.

Returns
The origin of the file content
See also
RecordingType

◆ type

- (NSString* _Nullable) type
readnonatomicassign

Recording stream type.

The type of the recording stream, e.g. "phone-call", "web-conference", "other", etc.

Returns
The stream type

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