JVCL Help:TJvID3BinaryFrame.GetData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvID3BinaryFrame.GetData Method
[+] TJvID3BinaryFrame Methods
[+] TJvID3BinaryFrame Properties
Search in JVCL Help
Search in all projectsSummary
Returns the unformatted data for the field.
Pascal
functionGetData(P: Pointer; constSize: Cardinal): Boolean;
Parameters
Parameters | Description |
P: Pointer | The buffer where to the binary data of the frame will be copied. |
const Size: Cardinal | The number of bytes P points to. This may be smaller than property DataSize. |
Return Value
Returns true on success, false on failure.
Description
Call GetData to return the data in a field to a buffer. GetData is intended primarily for internal use.
P must have sufficient space allocated for the data. Use the DataSize property to determine the space required.
See Also
TJvID3BinaryFrame.SaveToFile, TJvID3BinaryFrame.SaveToStream, TJvID3BinaryFrame.SetData
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page