コード例 #1
0
 internal BitStream(IntPtr packet_ptr)
 {
     pointer = BitStream_Native.BitStream_Create2(packet_ptr);
 }