Sophie

Sophie

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

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_AudioProperties class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mpegfile.getid3v2tag.html">KTaglib_MPEG_File::getID3v2Tag</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="audioproperties.getbitrate.html">KTaglib_MPEG_AudioProperties::getBitrate</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-audioproperties" class="reference">
 <h1 class="title">The KTaglib_MPEG_AudioProperties class</h1>
 
 
 <div class="partintro"><p class="verinfo">(0.0.1)</p>
 

  <div class="section" id="audioproperties.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
Represents the audio properties of a MPEG file, like length, bitrate or samplerate.
   </p>
  </div>

 
  <div class="section" id="audioproperties.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_AudioProperties</strong>
     </span>
     {</div>
    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getbitrate.html" class="methodname">KTaglib_MPEG_AudioProperties::getBitrate</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getchannels.html" class="methodname">KTaglib_MPEG_AudioProperties::getChannels</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getlayer.html" class="methodname">KTaglib_MPEG_AudioProperties::getLayer</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getlength.html" class="methodname">KTaglib_MPEG_AudioProperties::getLength</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getsamplebitrate.html" class="methodname">KTaglib_MPEG_AudioProperties::getSampleBitrate</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">int</span>
    <span class="methodname"><a href="audioproperties.getversion.html" class="methodname">KTaglib_MPEG_AudioProperties::getVersion</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">bool</span>
    <span class="methodname"><a href="audioproperties.iscopyrighted.html" class="methodname">KTaglib_MPEG_AudioProperties::isCopyrighted</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">bool</span>
    <span class="methodname"><a href="audioproperties.isoriginal.html" class="methodname">KTaglib_MPEG_AudioProperties::isOriginal</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type">bool</span>
    <span class="methodname"><a href="audioproperties.isprotectionenabled.html" class="methodname">KTaglib_MPEG_AudioProperties::isProtectionEnabled</a></span>
    ( <span class="methodparam">void</span>
   )</div>

    
  }</div>
 </div>

 </div>
 























































 
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="audioproperties.getbitrate.html">KTaglib_MPEG_AudioProperties::getBitrate</a> — Returns the bitrate of the MPEG file</li><li><a href="audioproperties.getchannels.html">KTaglib_MPEG_AudioProperties::getChannels</a> — Returns the amount of channels of a MPEG file</li><li><a href="audioproperties.getlayer.html">KTaglib_MPEG_AudioProperties::getLayer</a> — Returns the layer of a MPEG file</li><li><a href="audioproperties.getlength.html">KTaglib_MPEG_AudioProperties::getLength</a> — Returns the length of a MPEG file</li><li><a href="audioproperties.getsamplebitrate.html">KTaglib_MPEG_AudioProperties::getSampleBitrate</a> — Returns the sample bitrate of a MPEG file</li><li><a href="audioproperties.getversion.html">KTaglib_MPEG_AudioProperties::getVersion</a> — Returns the version of a MPEG file</li><li><a href="audioproperties.iscopyrighted.html">KTaglib_MPEG_AudioProperties::isCopyrighted</a> — Returns the copyright status of an MPEG file</li><li><a href="audioproperties.isoriginal.html">KTaglib_MPEG_AudioProperties::isOriginal</a> — Returns if the file is marked as the original file</li><li><a href="audioproperties.isprotectionenabled.html">KTaglib_MPEG_AudioProperties::isProtectionEnabled</a> — Returns if protection mechanisms of an MPEG file are enabled</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mpegfile.getid3v2tag.html">KTaglib_MPEG_File::getID3v2Tag</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="audioproperties.getbitrate.html">KTaglib_MPEG_AudioProperties::getBitrate</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>