JVCL Help:TJvID3Controller.FindFirstFrame

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Searches for the first frame in the tag with a specific frame identifier.


Pascal

 functionFindFirstFrame(constAFrameID: TJvID3FrameID; varFrame: TJvID3Frame): Boolean;


Parameters

Parameters Description
const AFrameID: TJvID3FrameID The frame identifier to search for.
var Frame: TJvID3Frame Returns the first frame in the tag with AFrameID as frame identifier, or nil if no such frame was found.


Return Value

Returns true when a frame was found, or false otherwise.


Description

FindFirstFrame searches for the first frame in the tag with AFrameID as frame identifier. Use FindFirstFrame in conjunction with FindNextFrame to search for all frames with a specific frame identifier in the tag.


See Also

TJvID3Controller.FindNextFrame


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