aboutsummaryrefslogtreecommitdiff
path: root/doc/pv2way_html/pv__2way__test__extension__interface_8h_source.html
blob: 17587b92e25edd68fc79b64babfd22d5da923587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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"/>
<title>pv2way_engine: pv_2way_test_extension_interface.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>pv_2way_test_extension_interface.h</h1><a href="pv__2way__test__extension__interface_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef PV_2WAY_TEST_EXTENSION_H_INCLUDED</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define PV_2WAY_TEST_EXTENSION_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="preprocessor">#ifndef OSCL_BASE_H_INCLUDED</span>
<a name="l00005"></a>00005 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_base.h&quot;</span>
<a name="l00006"></a>00006 <span class="preprocessor">#endif</span>
<a name="l00007"></a>00007 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_STRING_H_INCLUDED</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_string.h&quot;</span>
<a name="l00009"></a>00009 <span class="preprocessor">#endif</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_REFCOUNTER_MEMFRAG_H_INCLUDED</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#include &quot;oscl_refcounter_memfrag.h&quot;</span>
<a name="l00012"></a>00012 <span class="preprocessor">#endif</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span><span class="preprocessor">#ifndef PV_UUID_H_INCLUDED</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#include &quot;pv_uuid.h&quot;</span>
<a name="l00015"></a>00015 <span class="preprocessor">#endif</span>
<a name="l00016"></a>00016 <span class="preprocessor"></span><span class="preprocessor">#ifndef PV_INTERFACE_H_INCLUDED</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#include &quot;pv_interface.h&quot;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#endif</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="comment">// Forward declaration</span>
<a name="l00021"></a>00021 <span class="keyword">template</span> &lt;<span class="keyword">class</span> T&gt; <span class="keyword">class </span>OsclSharedPtr;
<a name="l00022"></a>00022 
<a name="l00023"></a><a class="code" href="pv__2way__test__extension__interface_8h.html#a00b5c08b0004eaa6d5dd97ced51819cd">00023</a> <span class="preprocessor">#define PV2WayTestEncExtensionUUID PVUuid(0x19b53654, 0x2dd4,0x4469,0xa9,0xdb,0x86,0x28,0xa7,0x69,0x92,0xe3)</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00026"></a><a class="code" href="classPV2WayTestExtensionInterface.html">00026</a> <span class="keyword">class </span><a class="code" href="classPV2WayTestExtensionInterface.html">PV2WayTestExtensionInterface</a> : <span class="keyword">public</span> PVInterface
<a name="l00027"></a>00027 {
<a name="l00028"></a>00028     <span class="keyword">public</span>:
<a name="l00030"></a>00030         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPV2WayTestExtensionInterface.html#aef5bda69533923a6b792bcb9f4cdf35f">addRef</a>() = 0;
<a name="l00031"></a>00031 
<a name="l00033"></a>00033         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPV2WayTestExtensionInterface.html#a0e842dbf0f685f00c9909278d19be795">removeRef</a>() = 0;
<a name="l00034"></a>00034 
<a name="l00043"></a>00043         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPV2WayTestExtensionInterface.html#a060591b47448694bc81faa00f0b89be6">queryInterface</a>(<span class="keyword">const</span> PVUuid&amp; uuid, PVInterface*&amp; iface) = 0;
<a name="l00044"></a>00044 
<a name="l00045"></a>00045         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPV2WayTestExtensionInterface.html#ae51ac3098e7217810d766dec6600fd1b">NegotiatedFormatsMatch</a>(
<a name="l00046"></a>00046             Oscl_Vector&lt;FormatCapabilityInfo, OsclMemAllocator&gt;&amp; iInAudFormatCapability,
<a name="l00047"></a>00047             Oscl_Vector&lt;FormatCapabilityInfo, OsclMemAllocator&gt;&amp; iOutAudFormatCapability,
<a name="l00048"></a>00048             Oscl_Vector&lt;FormatCapabilityInfo, OsclMemAllocator&gt;&amp; iInVidFormatCapability,
<a name="l00049"></a>00049             Oscl_Vector&lt;FormatCapabilityInfo, OsclMemAllocator&gt;&amp; iOutVidFormatCapability) = 0;
<a name="l00050"></a>00050 
<a name="l00051"></a>00051         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPV2WayTestExtensionInterface.html#a813703111b3755ad120ccf21eb5b7b23">UsingExternalVideoDecBuffers</a>() = 0;
<a name="l00052"></a>00052         <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPV2WayTestExtensionInterface.html#a6caa496f346924d604746ac21a5a1a61">UsingExternalAudioDecBuffers</a>() = 0;
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 };
<a name="l00056"></a>00056 <span class="preprocessor">#endif</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span>
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV2Way Engine</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>