aboutsummaryrefslogtreecommitdiff
path: root/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html')
-rw-r--r--libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html631
1 files changed, 0 insertions, 631 deletions
diff --git a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html b/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html
deleted file mode 100644
index 19123f6..0000000
--- a/libraries/phpvideotoolkit/adapters/ffmpeg-php/php-reader/docs/php-reader/ID3/ID3_Frame_OWNE.html
+++ /dev/null
@@ -1,631 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!-- template designed by Marco Von Ballmoos -->
- <title>Docs For Class ID3_Frame_OWNE</title>
- <link rel="stylesheet" href="../../media/stylesheet.css" />
- <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
- </head>
- <body>
- <div class="page-body">
-<h2 class="class-name">Class ID3_Frame_OWNE</h2>
-
-<a name="sec-description"></a>
-<div class="info-box">
- <div class="info-box-title">Description</div>
- <div class="nav-bar">
- <span class="disabled">Description</span> |
- <a href="#sec-vars">Vars</a>
- | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
-
- <a href="#sec-consts">Constants</a>
-
- </div>
- <div class="info-box-body">
- <p class="implements">
- Implements interfaces:
- <ul>
- <li><a href="../../php-reader/ID3/ID3_Encoding.html">ID3_Encoding</a></li> </ul>
- </p>
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">The <em>Ownership frame</em> might be used as a reminder of a made transaction or, if signed, as proof. Note that the <a href="../../php-reader/ID3/ID3_Frame_USER.html">ID3_Frame_USER</a> and <a href="../../php-reader/ID3/ID3_Frame_TOWN.html">ID3_Frame_TOWN</a> frames are good to use in conjunction with this one.</p>
-<p class="description"><p>There may only be one OWNE frame in a tag.</p></p>
- <ul class="tags">
- <li><span class="field">author:</span> Ryan Butterfield &lt;<a href="mailto:buttza@gmail.com">buttza@gmail.com</a>&gt;</li>
- <li><span class="field">author:</span> Sven Vollbehr &lt;<a href="mailto:svollbehr@gmail.com">svollbehr@gmail.com</a>&gt;</li>
- <li><span class="field">version:</span> $Rev: 105 $</li>
- <li><span class="field">copyright:</span> Copyright (c) 2008 The PHP Reader Project Workgroup</li>
- <li><span class="field">license:</span> <a href="http://code.google.com/p/php-reader/wiki/License">New BSD License</a></li>
- </ul>
- <p class="notes">
- Located in <a class="field" href="_ID3---Frame---OWNE.php.html">/ID3/Frame/OWNE.php</a> (line <span class="field">58</span>)
- </p>
-
-
- <pre><a href="../../php-reader/ID3/ID3_Object.html">ID3_Object</a>
- |
- --<a href="../../php-reader/ID3/ID3_Frame.html">ID3_Frame</a>
- |
- --ID3_Frame_OWNE</pre>
-
- </div>
-</div>
-
-
-
-
- <a name="sec-method-summary"></a>
- <div class="info-box">
- <div class="info-box-title">Method Summary</span></div>
- <div class="nav-bar">
- <a href="#sec-description">Description</a> |
- <a href="#sec-consts">Constants</a>
-
- <a href="#sec-vars">Vars</a>
-
- |
- <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
- </div>
- <div class="info-box-body">
- <div class="method-summary">
-
- <div class="method-definition">
- <span class="method-result">ID3_Frame_OWNE</span>
- <a href="#__construct" title="details" class="method-name">__construct</a>
- ([<span class="var-type"><a href="../../php-reader/Reader.html">Reader</a></span>&nbsp;<span class="var-name">$reader</span> = <span class="var-default">null</span>], [<span class="var-type"></span>&nbsp;<span class="var-name">&$options</span> = <span class="var-default">array()</span>], <span class="var-type">Array</span>&nbsp;<span class="var-name">$options</span>)
- </div>
- <div class="method-definition">
- <span class="method-result">string</span>
- <a href="#getCurrency" title="details" class="method-name">getCurrency</a>
- ()
- </div>
- <div class="method-definition">
- <span class="method-result">string</span>
- <a href="#getDate" title="details" class="method-name">getDate</a>
- ()
- </div>
- <div class="method-definition">
- <span class="method-result">integer</span>
- <a href="#getEncoding" title="details" class="method-name">getEncoding</a>
- ()
- </div>
- <div class="method-definition">
- <span class="method-result">string</span>
- <a href="#getPrice" title="details" class="method-name">getPrice</a>
- ()
- </div>
- <div class="method-definition">
- <span class="method-result">string</span>
- <a href="#getSeller" title="details" class="method-name">getSeller</a>
- ()
- </div>
- <div class="method-definition">
- <span class="method-result">void</span>
- <a href="#setCurrency" title="details" class="method-name">setCurrency</a>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$currency</span>)
- </div>
- <div class="method-definition">
- <span class="method-result">void</span>
- <a href="#setDate" title="details" class="method-name">setDate</a>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$date</span>)
- </div>
- <div class="method-definition">
- <span class="method-result">void</span>
- <a href="#setEncoding" title="details" class="method-name">setEncoding</a>
- (<span class="var-type">integer</span>&nbsp;<span class="var-name">$encoding</span>)
- </div>
- <div class="method-definition">
- <span class="method-result">void</span>
- <a href="#setPrice" title="details" class="method-name">setPrice</a>
- (<span class="var-type">integer</span>&nbsp;<span class="var-name">$price</span>)
- </div>
- <div class="method-definition">
- <span class="method-result">void</span>
- <a href="#setSeller" title="details" class="method-name">setSeller</a>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$seller</span>, [<span class="var-type">integer</span>&nbsp;<span class="var-name">$encoding</span> = <span class="var-default">false</span>])
- </div>
- <div class="method-definition">
- <span class="method-result">string</span>
- <a href="#__toString" title="details" class="method-name">__toString</a>
- ()
- </div>
- </div>
- </div>
- </div>
-
- <a name="sec-vars"></a>
- <div class="info-box">
- <div class="info-box-title">Variables</div>
- <div class="nav-bar">
- <a href="#sec-description">Description</a> |
- <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
-
-
- <a href="#sec-consts">Constants</a>
-
- |
- <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
-
- </div>
- <div class="info-box-body">
- <h4>Inherited Variables</h4>
- <A NAME='inherited_vars'><!-- --></A>
- <p>Inherited from <span class="classname"><a href="../../php-reader/ID3/ID3_Frame.html">ID3_Frame</a></span></p>
- <blockquote>
- <span class="var-title">
- <span class="var-name"><a href="../../php-reader/ID3/ID3_Frame.html#var$_data">ID3_Frame::$_data</a></span><br>
- </span>
- </blockquote>
- <p>Inherited from <span class="classname"><a href="../../php-reader/ID3/ID3_Object.html">ID3_Object</a></span></p>
- <blockquote>
- <span class="var-title">
- <span class="var-name"><a href="../../php-reader/ID3/ID3_Object.html#var$_reader">ID3_Object::$_reader</a></span><br>
- </span>
- </blockquote>
-
- </div>
- </div>
-
- <a name="sec-methods"></a>
- <div class="info-box">
- <div class="info-box-title">Methods</div>
- <div class="nav-bar">
- <a href="#sec-description">Description</a> |
- <a href="#sec-vars">Vars</a>
- <a href="#sec-consts">Constants</a>
-
- <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
-
- </div>
- <div class="info-box-body">
- <A NAME='method_detail'></A>
-
-<a name="method__construct" id="__construct"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">Constructor __construct</span> (line <span class="line-number">82</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Constructs the class with given parameters and parses object related data.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">ID3_Frame_OWNE</span>
- <span class="method-name">
- __construct
- </span>
- ([<span class="var-type"><a href="../../php-reader/Reader.html">Reader</a></span>&nbsp;<span class="var-name">$reader</span> = <span class="var-default">null</span>], [<span class="var-type"></span>&nbsp;<span class="var-name">&$options</span> = <span class="var-default">array()</span>], <span class="var-type">Array</span>&nbsp;<span class="var-name">$options</span>)
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type"><a href="../../php-reader/Reader.html">Reader</a></span>
- <span class="var-name">$reader</span><span class="var-description">: The reader object.</span> </li>
- <li>
- <span class="var-type">Array</span>
- <span class="var-name">$options</span><span class="var-description">: The options array.</span> </li>
- <li>
- <span class="var-type"></span>
- <span class="var-name">&$options</span> </li>
- </ul>
-
- <hr class="separator" />
- <div class="notes">Redefinition of:</div>
- <dl>
- <dt><a href="../../php-reader/ID3/ID3_Frame.html#method__construct">ID3_Frame::__construct()</a></dt>
- <dd>Constructs the class with given parameters and reads object related data from the ID3v2 tag.</dd>
- </dl>
-
- </div>
-<a name="methodgetCurrency" id="getCurrency"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">getCurrency</span> (line <span class="line-number">131</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the currency used in transaction, encoded according to <a href="http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm">ISO 4217</a> alphabetic currency code.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">string</span>
- <span class="method-name">
- getCurrency
- </span>
- ()
- </div>
-
-
-
- </div>
-<a name="methodgetDate" id="getDate"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">getDate</span> (line <span class="line-number">164</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the date of purchase as an 8 character date string (YYYYMMDD).</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">string</span>
- <span class="method-name">
- getDate
- </span>
- ()
- </div>
-
-
-
- </div>
-<a name="methodgetEncoding" id="getEncoding"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">getEncoding</span> (line <span class="line-number">114</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the text encoding.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">integer</span>
- <span class="method-name">
- getEncoding
- </span>
- ()
- </div>
-
-
- <hr class="separator" />
- <div class="notes">Implementation of:</div>
- <dl>
- <dt><a href="../../php-reader/ID3/ID3_Encoding.html#methodgetEncoding">ID3_Encoding::getEncoding()</a></dt>
- <dd>Returns the text encoding.</dd>
- </dl>
-
- </div>
-<a name="methodgetPrice" id="getPrice"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">getPrice</span> (line <span class="line-number">147</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the price as a numerical string using &quot;.&quot; as the decimal separator.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">string</span>
- <span class="method-name">
- getPrice
- </span>
- ()
- </div>
-
-
-
- </div>
-<a name="methodgetSeller" id="getSeller"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">getSeller</span> (line <span class="line-number">179</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the name of the seller.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">string</span>
- <span class="method-name">
- getSeller
- </span>
- ()
- </div>
-
-
-
- </div>
-<a name="methodsetCurrency" id="setCurrency"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">setCurrency</span> (line <span class="line-number">140</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Sets the currency used in transaction, encoded according to <a href="http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm">ISO 4217</a> alphabetic currency code.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">void</span>
- <span class="method-name">
- setCurrency
- </span>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$currency</span>)
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type">string</span>
- <span class="var-name">$currency</span><span class="var-description">: The currency code.</span> </li>
- </ul>
-
-
- </div>
-<a name="methodsetDate" id="setDate"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">setDate</span> (line <span class="line-number">172</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Sets the date of purchase. The date must be an 8 character date string (YYYYMMDD).</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">void</span>
- <span class="method-name">
- setDate
- </span>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$date</span>)
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type">string</span>
- <span class="var-name">$date</span><span class="var-description">: The date string.</span> </li>
- </ul>
-
-
- </div>
-<a name="methodsetEncoding" id="setEncoding"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">setEncoding</span> (line <span class="line-number">122</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Sets the text encoding.</p>
- <ul class="tags">
- <li><span class="field">see:</span> <a href="../../php-reader/ID3/ID3_Encoding.html">ID3_Encoding</a></li>
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">void</span>
- <span class="method-name">
- setEncoding
- </span>
- (<span class="var-type">integer</span>&nbsp;<span class="var-name">$encoding</span>)
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type">integer</span>
- <span class="var-name">$encoding</span><span class="var-description">: The text encoding.</span> </li>
- </ul>
-
- <hr class="separator" />
- <div class="notes">Implementation of:</div>
- <dl>
- <dt><a href="../../php-reader/ID3/ID3_Encoding.html#methodsetEncoding">ID3_Encoding::setEncoding()</a></dt>
- <dd>Sets the text encoding.</dd>
- </dl>
-
- </div>
-<a name="methodsetPrice" id="setPrice"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">setPrice</span> (line <span class="line-number">154</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Sets the price.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">void</span>
- <span class="method-name">
- setPrice
- </span>
- (<span class="var-type">integer</span>&nbsp;<span class="var-name">$price</span>)
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type">integer</span>
- <span class="var-name">$price</span><span class="var-description">: The price.</span> </li>
- </ul>
-
-
- </div>
-<a name="methodsetSeller" id="setSeller"><!-- --></a>
-<div class="evenrow">
-
- <div class="method-header">
- <span class="method-title">setSeller</span> (line <span class="line-number">187</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Sets the name of the seller using given encoding.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">void</span>
- <span class="method-name">
- setSeller
- </span>
- (<span class="var-type">string</span>&nbsp;<span class="var-name">$seller</span>, [<span class="var-type">integer</span>&nbsp;<span class="var-name">$encoding</span> = <span class="var-default">false</span>])
- </div>
-
- <ul class="parameters">
- <li>
- <span class="var-type">string</span>
- <span class="var-name">$seller</span><span class="var-description">: The name of the seller.</span> </li>
- <li>
- <span class="var-type">integer</span>
- <span class="var-name">$encoding</span><span class="var-description">: The text encoding.</span> </li>
- </ul>
-
-
- </div>
-<a name="method__toString" id="__toString"><!-- --></a>
-<div class="oddrow">
-
- <div class="method-header">
- <span class="method-title">__toString</span> (line <span class="line-number">199</span>)
- </div>
-
- <!-- ========== Info from phpDoc block ========= -->
-<p class="short-description">Returns the frame raw data.</p>
- <ul class="tags">
- <li><span class="field">access:</span> public</li>
- </ul>
-
- <div class="method-signature">
- <span class="method-result">string</span>
- <span class="method-name">
- __toString
- </span>
- ()
- </div>
-
-
- <hr class="separator" />
- <div class="notes">Redefinition of:</div>
- <dl>
- <dt><a href="../../php-reader/ID3/ID3_Frame.html#method__toString">ID3_Frame::__toString()</a></dt>
- <dd>Returns the frame raw data.</dd>
- </dl>
-
- </div>
- <h4>Inherited Methods</h4>
- <a name='inherited_methods'><!-- --></a>
- <!-- =========== Summary =========== -->
- <p>Inherited From <span class="classname"><a href="../../php-reader/ID3/ID3_Frame.html">ID3_Frame</a></span></p>
- <blockquote>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#method__construct">ID3_Frame::__construct()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodgetFlags">ID3_Frame::getFlags()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodgetIdentifier">ID3_Frame::getIdentifier()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodgetSize">ID3_Frame::getSize()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodhasFlag">ID3_Frame::hasFlag()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodsetData">ID3_Frame::setData()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodsetFlags">ID3_Frame::setFlags()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#methodsetIdentifier">ID3_Frame::setIdentifier()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Frame.html#method__toString">ID3_Frame::__toString()</a></span><br>
- </blockquote>
- <!-- =========== Summary =========== -->
- <p>Inherited From <span class="classname"><a href="../../php-reader/ID3/ID3_Object.html">ID3_Object</a></span></p>
- <blockquote>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#method__construct">ID3_Object::__construct()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methoddecodeSynchsafe32">ID3_Object::decodeSynchsafe32()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methoddecodeUnsynchronisation">ID3_Object::decodeUnsynchronisation()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodencodeSynchsafe32">ID3_Object::encodeSynchsafe32()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodencodeUnsynchronisation">ID3_Object::encodeUnsynchronisation()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodexplodeString8">ID3_Object::explodeString8()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodexplodeString16">ID3_Object::explodeString16()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodgetOption">ID3_Object::getOption()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodgetOptions">ID3_Object::getOptions()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodsetOption">ID3_Object::setOption()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#methodsetOptions">ID3_Object::setOptions()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#method__get">ID3_Object::__get()</a></span><br>
- <span class="method-name"><a href="../../php-reader/ID3/ID3_Object.html#method__set">ID3_Object::__set()</a></span><br>
- </blockquote>
-
- </div>
- </div>
-
- <a name="sec-consts"></a>
- <div class="info-box">
- <div class="info-box-title">Class Constants</div>
- <div class="nav-bar">
- <a href="#sec-description">Description</a> |
- <a href="#sec-var-summary">Constants</a> (<span class="disabled">details</span>)
-
-
- <a href="#sec-vars">Vars</a>
- |
- <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
-
- </div>
- <div class="info-box-body">
- <h4>Inherited Constants</h4>
- <A NAME='inherited_vars'><!-- --></A>
- <p>Inherited from <span class="classname"><a href="../../php-reader/ID3/ID3_Frame.html">ID3_Frame</a></span></p>
- <blockquote>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constCOMPRESSION">ID3_Frame::COMPRESSION</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constDATA_LENGTH_INDICATOR">ID3_Frame::DATA_LENGTH_INDICATOR</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constDISCARD_ON_FILECHANGE">ID3_Frame::DISCARD_ON_FILECHANGE</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constDISCARD_ON_TAGCHANGE">ID3_Frame::DISCARD_ON_TAGCHANGE</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constENCRYPTION">ID3_Frame::ENCRYPTION</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constGROUPING_IDENTITY">ID3_Frame::GROUPING_IDENTITY</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constREAD_ONLY">ID3_Frame::READ_ONLY</a></span><br>
- </span>
- <img src="../../media/images/Variable.png" />
- <span class="const-title">
- <span class="const-name"><a href="../../php-reader/ID3/ID3_Frame.html#constUNSYNCHRONISATION">ID3_Frame::UNSYNCHRONISATION</a></span><br>
- </span>
- </blockquote>
-
- </div>
- </div>
-
- <p class="notes" id="credit">
- Documentation generated on Fri, 05 Sep 2008 20:19:11 +0300 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.1</a>
- </p>
- </div></body>
-</html> \ No newline at end of file