• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>oscl_media_status.h Source File</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5</head><body>
6<!-- Generated by Doxygen 1.2.18 -->
7<center>
8<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
9<hr><h1>oscl_media_status.h</h1><a href="oscl__media__status_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">// -*- c++ -*-</span>
1000002 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1100003
1200004 <span class="comment">//               O S C L _ M E D I A _ S T A T U S</span>
1300005
1400006 <span class="comment">// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =</span>
1500007
1600018 <span class="preprocessor">#ifndef OSCL_MEDIA_STATUS_H</span>
1700019 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_MEDIA_STATUS_H</span>
1800020 <span class="preprocessor"></span>
1900021
20<a name="l00022"></a><a class="code" href="group__osclutil.html#a3">00022</a> <span class="keyword">const</span> int32 <a class="code" href="group__osclutil.html#a3">APPEND_MEDIA_AT_END</a> = -1;
2100023
22<a name="l00024"></a><a class="code" href="classBufFragStatusClass.html">00024</a> <span class="keyword">class </span><a class="code" href="classBufFragStatusClass.html">BufFragStatusClass</a>
2300025 {
2400026     <span class="keyword">public</span>:
25<a name="l00027"></a><a class="code" href="classBufFragStatusClass.html#s8">00027</a>         <span class="keyword">typedef</span> <span class="keyword">enum</span>
2600028         {
2700029             <a class="code" href="classBufFragStatusClass.html#s8s0">BFG_SUCCESS</a> = 0,
2800030             <a class="code" href="classBufFragStatusClass.html#s8s1">TOO_MANY_FRAGS</a> = 1,
2900031             <a class="code" href="classBufFragStatusClass.html#s8s2">NOT_ENOUGH_SPACE</a> = 2,
3000032             <a class="code" href="classBufFragStatusClass.html#s8s3">EMPTY_FRAGMENT</a> = 3,
3100033             <a class="code" href="classBufFragStatusClass.html#s8s4">NULL_INPUT</a> = 4,
3200034             <a class="code" href="classBufFragStatusClass.html#s8s5">FIXED_FRAG_LOC_FULL</a> = 5,
3300035             <a class="code" href="classBufFragStatusClass.html#s8s6">INTERNAL_ERROR</a>,
3400036             <a class="code" href="classBufFragStatusClass.html#s8s7">INVALID_ID</a>
3500037         } <a class="code" href="classBufFragStatusClass.html#s8">status_t</a>;
3600038 };
3700039
38<a name="l00040"></a><a class="code" href="classMediaStatusClass.html">00040</a> <span class="keyword">class </span><a class="code" href="classMediaStatusClass.html">MediaStatusClass</a> : <span class="keyword">public</span> <a class="code" href="classBufFragStatusClass.html">BufFragStatusClass</a> {};
3900041
4000042 <span class="preprocessor">#endif</span>
4100043 <span class="preprocessor"></span>
42</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
43<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
44</small></address>
45</body>
46</html>
47