Exemplo n.º 1
0
 public bool IsStreamDataFree(ref byte[] MemNewData)
 {
     return(ZPlay.zplay_IsStreamDataFree(this.objptr, MemNewData) == 1);
 }