Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/share/doc/libclam-doc/html/ |
Current File : //proc/self/root/usr/share/doc/libclam-doc/html/classCLAM_1_1AudioCodecs_1_1PCMCodec.html |
<!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> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>CLAM-Development: CLAM::AudioCodecs::PCMCodec Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">CLAM-Development  <span id="projectnumber">1.4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="classes.html"><span>Class Index</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceCLAM.html">CLAM</a></li><li class="navelem"><a class="el" href="namespaceCLAM_1_1AudioCodecs.html">AudioCodecs</a></li><li class="navelem"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html">PCMCodec</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> | <a href="#pub-static-methods">Static Public Member Functions</a> </div> <div class="headertitle"> <div class="title">CLAM::AudioCodecs::PCMCodec Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include <<a class="el" href="PCMCodec_8hxx_source.html">PCMCodec.hxx</a>></code></p> <p><a href="classCLAM_1_1AudioCodecs_1_1PCMCodec-members.html">List of all members.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ac6c8c8a61e428ebea6d27439485ce4de"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#ac6c8c8a61e428ebea6d27439485ce4de">~PCMCodec</a> ()</td></tr> <tr class="memitem:a2f717af2129ca64597437efa0f80186e"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#a2f717af2129ca64597437efa0f80186e">IsReadable</a> (std::string uri) const </td></tr> <tr class="memdesc:a2f717af2129ca64597437efa0f80186e"><td class="mdescLeft"> </td><td class="mdescRight">Returns whether the filename is readable by the codec. <a href="#a2f717af2129ca64597437efa0f80186e"></a><br/></td></tr> <tr class="memitem:a5341731de14fa707996a802b4a071258"><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#a5341731de14fa707996a802b4a071258">IsWritable</a> (std::string uri, const <a class="el" href="classCLAM_1_1AudioFileHeader.html">AudioFileHeader</a> &) const </td></tr> <tr class="memdesc:a5341731de14fa707996a802b4a071258"><td class="mdescLeft"> </td><td class="mdescRight">Returns whether codec can write a file with such name and header parameters. <a href="#a5341731de14fa707996a802b4a071258"></a><br/></td></tr> <tr class="memitem:a3f982d31668faf7923a0b6c814db5d5a"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classCLAM_1_1AudioCodecs_1_1Stream.html">Stream</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#a3f982d31668faf7923a0b6c814db5d5a">GetStreamFor</a> (const <a class="el" href="classCLAM_1_1AudioFile.html">AudioFile</a> &)</td></tr> <tr class="memdesc:a3f982d31668faf7923a0b6c814db5d5a"><td class="mdescLeft"> </td><td class="mdescRight">Returns an <a class="el" href="classCLAM_1_1AudioCodecs_1_1Stream.html" title="Streams provide I/O to and from an audio file of a given format.">Stream</a> object to read or write on. <a href="#a3f982d31668faf7923a0b6c814db5d5a"></a><br/></td></tr> <tr class="memitem:ab67ae8708d8bdda11b3584d577d2da50"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#ab67ae8708d8bdda11b3584d577d2da50">RetrieveHeaderData</a> (std::string uri, <a class="el" href="classCLAM_1_1AudioFileHeader.html">AudioFileHeader</a> &)</td></tr> <tr class="memdesc:ab67ae8708d8bdda11b3584d577d2da50"><td class="mdescLeft"> </td><td class="mdescRight">Returns a header structure containing file information (length, encoding...) <a href="#ab67ae8708d8bdda11b3584d577d2da50"></a><br/></td></tr> <tr class="inherit_header pub_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classCLAM_1_1AudioCodecs_1_1Codec')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html">CLAM::AudioCodecs::Codec</a></td></tr> <tr class="memitem:a6dc733eeacc7ef1154e404e9e014e726 inherit pub_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#a6dc733eeacc7ef1154e404e9e014e726">~Codec</a> ()</td></tr> <tr class="memitem:a87f5348a9072d6fafc46ff658be7f0e1 inherit pub_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#a87f5348a9072d6fafc46ff658be7f0e1">RetrieveTextDescriptors</a> (std::string uri, <a class="el" href="classCLAM_1_1AudioTextDescriptors.html">AudioTextDescriptors</a> &)</td></tr> <tr class="memdesc:a87f5348a9072d6fafc46ff658be7f0e1 inherit pub_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td class="mdescLeft"> </td><td class="mdescRight">Returns textual meta information embedded on the audio file such ID3 tags. <a href="#a87f5348a9072d6fafc46ff658be7f0e1"></a><br/></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:a567d07a36b9013fd51a0d5e1acd3f64c"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html">PCMCodec</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html#a567d07a36b9013fd51a0d5e1acd3f64c">Instantiate</a> ()</td></tr> <tr class="inherit_header pub_static_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classCLAM_1_1AudioCodecs_1_1Codec')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html">CLAM::AudioCodecs::Codec</a></td></tr> <tr class="memitem:a3b410e343996eea1a8c0103152ef34f2 inherit pub_static_methods_classCLAM_1_1AudioCodecs_1_1Codec"><td class="memItemLeft" align="right" valign="top">static bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#a3b410e343996eea1a8c0103152ef34f2">FileExists</a> (std::string filename)</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"> <p>Definition at line <a class="el" href="PCMCodec_8hxx_source.html#l00032">32</a> of file <a class="el" href="PCMCodec_8hxx_source.html">PCMCodec.hxx</a>.</p> </div><hr/><h2>Constructor & Destructor Documentation</h2> <a class="anchor" id="ac6c8c8a61e428ebea6d27439485ce4de"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">CLAM::AudioCodecs::PCMCodec::~PCMCodec </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00043">43</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a3f982d31668faf7923a0b6c814db5d5a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classCLAM_1_1AudioCodecs_1_1Stream.html">Stream</a> * CLAM::AudioCodecs::PCMCodec::GetStreamFor </td> <td>(</td> <td class="paramtype">const <a class="el" href="classCLAM_1_1AudioFile.html">AudioFile</a> & </td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns an <a class="el" href="classCLAM_1_1AudioCodecs_1_1Stream.html" title="Streams provide I/O to and from an audio file of a given format.">Stream</a> object to read or write on. </p> <p>Implements <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#ac285c432a91f4e108d59d5ec795f05ee">CLAM::AudioCodecs::Codec</a>.</p> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00095">95</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> </div> </div> <a class="anchor" id="a567d07a36b9013fd51a0d5e1acd3f64c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classCLAM_1_1AudioCodecs_1_1PCMCodec.html">PCMCodec</a> & CLAM::AudioCodecs::PCMCodec::Instantiate </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00047">47</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> <p>Referenced by <a class="el" href="AudioFile_8cxx_source.html#l00064">CLAM::AudioFile::ResolveCodec()</a>.</p> </div> </div> <a class="anchor" id="a2f717af2129ca64597437efa0f80186e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool CLAM::AudioCodecs::PCMCodec::IsReadable </td> <td>(</td> <td class="paramtype">std::string </td> <td class="paramname"><em>filename</em></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns whether the filename is readable by the codec. </p> <p>Implements <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#abf855b3da175cc7061bf06ecaf5ef627">CLAM::AudioCodecs::Codec</a>.</p> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00054">54</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> <p>References <a class="el" href="OSDefines_8hxx_source.html#l00087">NULL</a>.</p> </div> </div> <a class="anchor" id="a5341731de14fa707996a802b4a071258"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool CLAM::AudioCodecs::PCMCodec::IsWritable </td> <td>(</td> <td class="paramtype">std::string </td> <td class="paramname"><em>filename</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classCLAM_1_1AudioFileHeader.html">AudioFileHeader</a> & </td> <td class="paramname"> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns whether codec can write a file with such name and header parameters. </p> <p>Implements <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#ae76d169ef91508e525d09500ee0b2d90">CLAM::AudioCodecs::Codec</a>.</p> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00074">74</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> </div> </div> <a class="anchor" id="ab67ae8708d8bdda11b3584d577d2da50"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void CLAM::AudioCodecs::PCMCodec::RetrieveHeaderData </td> <td>(</td> <td class="paramtype">std::string </td> <td class="paramname"><em>uri</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classCLAM_1_1AudioFileHeader.html">AudioFileHeader</a> & </td> <td class="paramname"> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns a header structure containing file information (length, encoding...) </p> <p>Implements <a class="el" href="classCLAM_1_1AudioCodecs_1_1Codec.html#a0bfe6ab0c109c08b3df9135a28cf1787">CLAM::AudioCodecs::Codec</a>.</p> <p>Definition at line <a class="el" href="PCMCodec_8cxx_source.html#l00100">100</a> of file <a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a>.</p> <p>References <a class="el" href="OSDefines_8hxx_source.html#l00087">NULL</a>, and <a class="el" href="DynamicType_8cxx_source.html#l00296">CLAM::DynamicType::UpdateData()</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following files:<ul> <li><a class="el" href="PCMCodec_8hxx_source.html">PCMCodec.hxx</a></li> <li><a class="el" href="PCMCodec_8cxx_source.html">PCMCodec.cxx</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1 </small></address> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare