NERtc iOS SDK V4.6.10
Properties | List of all members
NERtcAudioFrame Class Reference

The audio frame More...

#import <NERtcEngineBase.h>

Inheritance diagram for NERtcAudioFrame:

Properties

NERtcAudioFormatformat
 The audio format. More...
 
void * data
 The raw audio data More...
 
int64_t syncTimestamp
 Syncs the timestamps of the audio mainstream and substream. More...
 

Detailed Description

The audio frame

Property Documentation

◆ data

- (void*) data
readwritenonatomicassign

The raw audio data

◆ format

- (NERtcAudioFormat*) format
readwritenonatomicstrong

The audio format.

For more information, see NERtcAudioFormat.

◆ syncTimestamp

- (int64_t) syncTimestamp
readwritenonatomicassign

Syncs the timestamps of the audio mainstream and substream.

The method is applied when the mainstream and substream are used for external sources.


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