📄 structseid__configuration.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>BlueLab: seid_configuration Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.8 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div><h1>seid_configuration Struct Reference</h1>Stream endpoint configuration. <a href="#_details">More...</a><p><h2>Data Fields</h2><ul><li><a class="el" href="gavdp_8h.html#a17">seid_type</a> <a class="el" href="structseid__configuration.html#o0">seid</a><li><a class="el" href="csrtypes_8h.html#a8">uint8</a> <a class="el" href="structseid__configuration.html#o1">resource_id</a><li><a class="el" href="gavdp_8h.html#a65">sep_media_type</a> <a class="el" href="structseid__configuration.html#o2">media_type</a><li><a class="el" href="gavdp_8h.html#a66">sep_role</a> <a class="el" href="structseid__configuration.html#o3">role</a><li><a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="structseid__configuration.html#o4">flush_timeout</a><li>const <a class="el" href="csrtypes_8h.html#a8">uint8</a> * <a class="el" href="structseid__configuration.html#o5">service_capabilities</a><li><a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="structseid__configuration.html#o6">size_service_capabilities</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Stream endpoint configuration. <p><hr><h2>Field Documentation</h2><a class="anchor" name="o0" doxytag="seid_configuration::seid" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="gavdp_8h.html#a17">seid_type</a> <a class="el" href="structseid__configuration.html#o0">seid_configuration::seid</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Stream End Point ID. Must be unique per SEP. </td> </tr></table><a class="anchor" name="o1" doxytag="seid_configuration::resource_id" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a8">uint8</a> <a class="el" href="structseid__configuration.html#o1">seid_configuration::resource_id</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Relates an endpoint with the hardware resources it requires. Endpoints that share the same resourse_id cannot be used at the same because they both require the same hardware. An example usage is to allow a single DSP to support multiple endpoints each with a different codec. Once one endpoint is in-use, all other endpoints with the same resource_id will be marked as in-use and unavailable. A value of 0 (zero) indicates "no resource" so multiple SEPs with resource_id=0 can run simultaneously. The application is free to choose any non-zero value as a resource_id. The AV library uses this number purely for comparision and does not imply hardware functionality. </td> </tr></table><a class="anchor" name="o2" doxytag="seid_configuration::media_type" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="gavdp_8h.html#a65">sep_media_type</a> <a class="el" href="structseid__configuration.html#o2">seid_configuration::media_type</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>SEP type. </td> </tr></table><a class="anchor" name="o3" doxytag="seid_configuration::role" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="gavdp_8h.html#a66">sep_role</a> <a class="el" href="structseid__configuration.html#o3">seid_configuration::role</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Sink or Source. </td> </tr></table><a class="anchor" name="o4" doxytag="seid_configuration::flush_timeout" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="structseid__configuration.html#o4">seid_configuration::flush_timeout</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Flush Timeout used when sending data (zero=infinite) </td> </tr></table><a class="anchor" name="o5" doxytag="seid_configuration::service_capabilities" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const <a class="el" href="csrtypes_8h.html#a8">uint8</a>* <a class="el" href="structseid__configuration.html#o5">seid_configuration::service_capabilities</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>List of service capabilities the end-point supports </td> </tr></table><a class="anchor" name="o6" doxytag="seid_configuration::size_service_capabilities" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="structseid__configuration.html#o6">seid_configuration::size_service_capabilities</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Size of service_capabilities. </td> </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="gavdp_8h.html">gavdp.h</a></ul></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -