Unity Video SDK API Reference Documentation
|
Public Member Functions | |
ZMVideoSDKAudioRawData (IntPtr _rawBuffer, int _bufferLen, int _sampleRate, int _channelNum) | |
Data Fields | |
byte[] | buffer |
int | bufferLen |
int | sampleRate |
int | channelNum |
Definition at line 24 of file ZMVideoSDKVideoRawData.cs.
|
inline |
Definition at line 31 of file ZMVideoSDKVideoRawData.cs.
References buffer, bufferLen, channelNum, and sampleRate.
byte [] ZMVideoSDKAudioRawData.buffer |
Definition at line 26 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKAudioRawData().
int ZMVideoSDKAudioRawData.bufferLen |
Definition at line 27 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKAudioRawData().
int ZMVideoSDKAudioRawData.channelNum |
Definition at line 29 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKAudioRawData().
int ZMVideoSDKAudioRawData.sampleRate |
Definition at line 28 of file ZMVideoSDKVideoRawData.cs.
Referenced by ZMVideoSDKAudioRawData().