Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 891

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The KTaglib_MPEG_File class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ktaglib.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mpegfile.construct.html">KTaglib_MPEG_File::__construct</a></div>
 <div class="up"><a href="book.ktaglib.html">KTaglib</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.ktaglib-mpeg-file" class="reference">
 <h1 class="title">The KTaglib_MPEG_File class</h1>
 
 
 <div class="partintro"><p class="verinfo">(0.0.1)</p>
 

  <div class="section" id="mpegfile.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
Represents an MPEG file. MPEG files can have ID3v1, ID3v2 tags and audio properties.
   </p>
  </div>

 
  <div class="section" id="mpegfile.synopsis">
   <h2 class="title">Class synopsis</h2>
 

   <div class="classsynopsis">
    <div class="ooclass"></div>
 

    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">KTaglib_MPEG_File</strong>
     </span>
     {</div>
    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
    <span class="modifier">public</span>
    <span class="type">KTaglib_MPEG_File</span>
     <span class="methodname"><a href="mpegfile.getaudioproperties.html" class="methodname">getAudioProperties</a></span>
     ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
    <span class="modifier">public</span>
    <span class="type">KTaglib_ID3v1_Tag</span>
     <span class="methodname"><a href="mpegfile.getid3v1tag.html" class="methodname">getID3v1Tag</a></span>
     ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$create</code><span class="initializer"> = false</span></span>
  ] )</div>
<div class="methodsynopsis dc-description">
      <span class="modifier">public</span>
      <span class="type">KTaglib_ID3v2_Tag</span>
       <span class="methodname"><a href="mpegfile.getid3v2tag.html" class="methodname">getID3v2Tag</a></span>
       ([ <span class="methodparam"><span class="type">bool</span> <code class="parameter">$create</code><span class="initializer"> = false</span></span>
    ] )</div>

    
  }</div>
 </div>

 </div>
 

























 
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="mpegfile.construct.html">KTaglib_MPEG_File::__construct</a> — Opens a new file</li><li><a href="mpegfile.getaudioproperties.html">KTaglib_MPEG_File::getAudioProperties</a> — Returns an object that provides access to the audio properties</li><li><a href="mpegfile.getid3v1tag.html">KTaglib_MPEG_File::getID3v1Tag</a> — Returns an object representing an ID3v1 tag</li><li><a href="mpegfile.getid3v2tag.html">KTaglib_MPEG_File::getID3v2Tag</a> — Returns a ID3v2 object</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ktaglib.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mpegfile.construct.html">KTaglib_MPEG_File::__construct</a></div>
 <div class="up"><a href="book.ktaglib.html">KTaglib</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>