Difference between revisions of "CBitStream::writeBitStream"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void writeBitStream(CBitStream@ bitstream) </syntaxhighlight> Object method of: CBitStream [[Category:Script...")
 
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
 
   
 
   
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
 
 
void writeBitStream(CBitStream@ bitstream)
 
void writeBitStream(CBitStream@ bitstream)
 
+
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