📄 classpvxmlchannelinterface.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>PVXMLChannelInterface class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.2.18 --><center><a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center><hr><h1>PVXMLChannelInterface Class Reference</h1><code>#include <<a class="el" href="vxml_8h-source.html">vxml.h</a>></code><p><p>Inheritance diagram for PVXMLChannelInterface:<p><center><img src="classPVXMLChannelInterface.png" usemap="#PVXMLChannelInterface_map" border="0" alt=""></center><map name="PVXMLChannelInterface_map"><area href="classPVXMLSession.html" alt="PVXMLSession" shape="rect" coords="0,56,153,80"></map><a href="classPVXMLChannelInterface-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Public Methods</h2></td></tr><tr><td nowrap align=right valign=top>virtual <a class="el" href="classPWAVFile.html">PWAVFile</a> * </td><td valign=bottom><a class="el" href="classPVXMLChannelInterface.html#a0">CreateWAVFile</a> (const <a class="el" href="classPFilePath.html">PFilePath</a> &fn, <a class="el" href="classPFile.html#z125_0">PFile::OpenMode</a> mode, int opts, unsigned fmt)=0</td></tr><tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classPVXMLChannelInterface.html#a1">RecordEnd</a> ()=0</td></tr><tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classPVXMLChannelInterface.html#a2">OnEndRecording</a> (const <a class="el" href="classPString.html">PString</a> &channelName)=0</td></tr><tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classPVXMLChannelInterface.html#a3">Trigger</a> ()=0</td></tr></table><hr><h2>Member Function Documentation</h2><a name="a0" doxytag="PVXMLChannelInterface::CreateWAVFile"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual <a class="el" href="classPWAVFile.html">PWAVFile</a>* PVXMLChannelInterface::CreateWAVFile </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPFilePath.html">PFilePath</a> & </td> <td class="mdname" nowrap> <em>fn</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap><a class="el" href="classPFile.html#z125_0">PFile::OpenMode</a> </td> <td class="mdname" nowrap> <em>mode</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>int </td> <td class="mdname" nowrap> <em>opts</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>unsigned </td> <td class="mdname" nowrap> <em>fmt</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classPVXMLSession.html#a43">PVXMLSession</a>. </td> </tr></table><a name="a2" doxytag="PVXMLChannelInterface::OnEndRecording"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void PVXMLChannelInterface::OnEndRecording </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPString.html">PString</a> & </td> <td class="mdname1" valign="top" nowrap> <em>channelName</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classPVXMLSession.html#a44">PVXMLSession</a>. </td> </tr></table><a name="a1" doxytag="PVXMLChannelInterface::RecordEnd"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void PVXMLChannelInterface::RecordEnd </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classPVXMLSession.html#a45">PVXMLSession</a>. </td> </tr></table><a name="a3" doxytag="PVXMLChannelInterface::Trigger"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void PVXMLChannelInterface::Trigger </td> <td class="md" valign="top">( </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [pure virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p><p>Implemented in <a class="el" href="classPVXMLSession.html#a46">PVXMLSession</a>. </td> </tr></table><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="vxml_8h-source.html">vxml.h</a></ul><hr><address style="align: right;"><small>Generated on Wed Sep 29 22:44:21 2004 for PWLib by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -