|
◆ AkExternalSourceInfo() [2/4]
AkExternalSourceInfo::AkExternalSourceInfo |
( |
void * |
in_pInMemory, |
|
|
AkUInt32 |
in_uiMemorySize, |
|
|
AkUInt32 |
in_iExternalSrcCookie, |
|
|
AkCodecID |
in_idCodec |
|
) |
| |
|
inline |
Constructor: specify source by memory.
- 参数
-
in_pInMemory | Pointer to the in-memory file. |
in_uiMemorySize | Size of data. |
in_iExternalSrcCookie | Cookie. |
in_idCodec | Codec ID. |
在文件 AkTypes.h 第 282 行定义.
|