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...") |
|||
Line 6: | Line 6: | ||
void writeBitStream(CBitStream@ bitstream) | void writeBitStream(CBitStream@ bitstream) | ||
+ | |||
+ | </syntaxhighlight> | ||
+ | <syntaxhighlight lang="cpp"> | ||
+ | |||
+ | void writeBitStream(CBitStream@ bitstream, int index, int bits) | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 08:11, 10 September 2012
void writeBitStream(CBitStream@ bitstream)
void writeBitStream(CBitStream@ bitstream, int index, int bits)
Object method of: CBitStream