1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="KTaglib_Tag" namespace="" name="KTaglib_Tag">
<method name="getAlbum" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the album string from a ID3 tag"/>
<return type="string"/>
</docblock>
</method>
<method name="getArtist" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the artist string from a ID3 tag"/>
<return type="string"/>
</docblock>
</method>
<method name="getComment" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the comment from a ID3 tag"/>
<return type="string"/>
</docblock>
</method>
<method name="getGenre" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the genre from a ID3 tag"/>
<return type="string"/>
</docblock>
</method>
<method name="getTitle" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the title string from a ID3 tag"/>
<return type="string"/>
</docblock>
</method>
<method name="getTrack" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the track number from a ID3 tag"/>
<return type="int"/>
</docblock>
</method>
<method name="getYear" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the year from a ID3 tag"/>
<return type="int"/>
</docblock>
</method>
<method name="isEmpty" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns true if the tag is empty"/>
<return type="bool"/>
</docblock>
</method>
</class>
|