Inherits IRsDataObject.
Public Member Functions | |
| HRESULT | Clear (void) |
| Clear all data in the bitmap. Create has to be called to use the bitmap. | |
| HRESULT | LoadFromFile ([in] BSTR bstrFileName) |
| This method is used to load image from a file. Previous bitmap contents are discarded. | |
| HRESULT | GetFileName ([out, retval] BSTR *pbstrFileName) |
| Use this method to get file name of the Sound. If it is empty, then Sound was not loaded from file. | |
| HRESULT | SaveToFile ([in] BSTR bstrFileName) |
| This method is used to save image to a file. | |
| HRESULT | LockBuffer ([in] RtBOOL bWillOwerwrite,[out, retval] BYTE **ppBuffer) |
| Lock and get buffer with the sound. | |
| HRESULT | UnlockBuffer () |
| Unlock the sound buffer. | |
|
|
Clear all data in the bitmap. Create has to be called to use the bitmap.
|
|
|
This method is used to load image from a file. Previous bitmap contents are discarded.
|
|
|
Use this method to get file name of the Sound. If it is empty, then Sound was not loaded from file.
|
|
|
This method is used to save image to a file.
|
|
||||||||||||
|
Lock and get buffer with the sound.
|
|
|
Unlock the sound buffer.
|
1.3.2