📄 gavdp_8h.html
字号:
</td> <td><p>The codec capability for the Stream End Point. <p> </td> </tr></table><a class="anchor" name="a7" doxytag="gavdp.h::AVDTP_MEDIA_TYPE_AUDIO" ></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"> #define AVDTP_MEDIA_TYPE_AUDIO (0) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Defines the codec type as audio. <p> </td> </tr></table><a class="anchor" name="a8" doxytag="gavdp.h::AVDTP_MEDIA_TYPE_VIDEO" ></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"> #define AVDTP_MEDIA_TYPE_VIDEO (1) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Defines the codec type as video. <p> </td> </tr></table><a class="anchor" name="a9" doxytag="gavdp.h::AVDTP_MEDIA_TYPE_MULTIMEDIA" ></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"> #define AVDTP_MEDIA_TYPE_MULTIMEDIA (2) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Defines the codec type as multimedia. <p> </td> </tr></table><a class="anchor" name="a10" doxytag="gavdp.h::AVDTP_MEDIA_CODEC_SBC" ></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"> #define AVDTP_MEDIA_CODEC_SBC (0) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Defines the codec as SBC. Manditory to support for A2DP. <p> </td> </tr></table><a class="anchor" name="a11" doxytag="gavdp.h::AVDTP_MEDIA_CODEC_MPEG1_2_AUDIO" ></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"> #define AVDTP_MEDIA_CODEC_MPEG1_2_AUDIO (1) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Defines the codec as MPEG1/2. Optional to support for A2DP. <p> </td> </tr></table><a class="anchor" name="a12" doxytag="gavdp.h::AVDTP_MEDIA_CODEC_MPEG2_4_AAC" ></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"> #define AVDTP_MEDIA_CODEC_MPEG2_4_AAC (2) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Optional to support. <p> </td> </tr></table><a class="anchor" name="a13" doxytag="gavdp.h::AVDTP_MEDIA_CODEC_ATRAC" ></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"> #define AVDTP_MEDIA_CODEC_ATRAC (4) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Optional to support. <p> </td> </tr></table><a class="anchor" name="a14" doxytag="gavdp.h::AVDTP_MEDIA_CODEC_NONA2DP" ></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"> #define AVDTP_MEDIA_CODEC_NONA2DP (0xff) </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Not supported by a2dp. <p> </td> </tr></table><a class="anchor" name="a15" doxytag="gavdp.h::GAVDP_MESSAGE_BASE" ></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"> #define GAVDP_MESSAGE_BASE 0x6c00 </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>The upstream GAVDP Library messages base. <p> </td> </tr></table><hr><h2>Typedef Documentation</h2><a class="anchor" name="a16" doxytag="gavdp.h::GAVDP" ></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"> typedef struct __GAVDP <a class="el" href="gavdp_8h.html#a16">GAVDP</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>The Generic Audio Visual Distribution Protocol structure. <p> </td> </tr></table><a class="anchor" name="a17" doxytag="gavdp.h::seid_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"> typedef <a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="gavdp_8h.html#a17">seid_type</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Unique Stream End Point Identifier. <p> </td> </tr></table><hr><h2>Enumeration Type Documentation</h2><a class="anchor" name="a60" doxytag="gavdp.h::avdtp_packet_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"> enum <a class="el" href="gavdp_8h.html#a60">avdtp_packet_type</a> </td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>The AVDTP packet type. <p><dl compact><dt><b>Enumeration values: </b></dt><dd><table border=0 cellspacing=2 cellpadding=0><tr><td valign=top><em><a class="anchor" name="a60a18" doxytag="avdtp_single_packet" ></a>avdtp_single_packet</em> </td><td>A single packet. </td></tr><tr><td valign=top><em><a class="anchor" name="a60a19" doxytag="avdtp_start_packet" ></a>avdtp_start_packet</em> </td><td>A start packet. </td></tr><tr><td valign=top><em><a class="anchor" name="a60a20" doxytag="avdtp_continue_packet" ></a>avdtp_continue_packet</em> </td><td>A continue packet. </td></tr><tr><td valign=top><em><a class="anchor" name="a60a21" doxytag="avdtp_end_packet" ></a>avdtp_end_packet</em> </td><td>An end packet. </td></tr></table></dl> </td> </tr></table><a class="anchor" name="a61" doxytag="gavdp.h::avdtp_message_type" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -