コード例 #1
0
ファイル: videobuffer.c プロジェクト: Alloyed/xbmc-pvr-addons
void cVideoBufferSimple::Put(uint8_t *buf, unsigned int size)
{
  m_Buffer->Put(buf, size);
}
コード例 #2
0
void cVideoBufferSimple::Put(const uint8_t *buf, unsigned int size)
{
  m_Buffer.Put(buf, size);
}