Difference between revisions of "CBitStream::writeBitStream"

From King Arthur's Gold Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
void writeBitStream(CBitStream@ bitstream)
 
void writeBitStream(CBitStream@ bitstream)
 
</syntaxhighlight>
 
<syntaxhighlight lang="cpp">
 
 
 
void writeBitStream(CBitStream@ bitstream, int index, int bits)
 
void writeBitStream(CBitStream@ bitstream, int index, int bits)
 
 
</syntaxhighlight>
 
</syntaxhighlight>
 
   
 
   

Latest revision as of 11:43, 10 September 2012



void writeBitStream(CBitStream@ bitstream)
void writeBitStream(CBitStream@ bitstream, int index, int bits)

Object method of: CBitStream