SophiaFramework UNIVERSE 5.3 |
The SFXSource class is used to read data through the BREW API ISource interface.
Limitation | |
---|---|
Data can be read from the SFXSource storage, but it cannot be written into this storage. The function to move the read pointer is not supported. |
How to use the SFXSource class
Example 18.9. Initiate
// BREW ISource SFBSourceSmp brewSource; SFXSource source; source.Open(brewSource); source.GetStreamReader(&reader); // read from reader
Reference: Sample Code
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |