Difference between revisions of "CBitStream::writeBitStream"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void writeBitStream(CBitStream@ bitstream) </syntaxhighlight> Object method of: CBitStream [[Category:Script...") |
Shadlington (Talk | contribs) |
||
(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 10:43, 10 September 2012
void writeBitStream(CBitStream@ bitstream) void writeBitStream(CBitStream@ bitstream, int index, int bits)
Object method of: CBitStream