Shows the next number of bits.
            
 
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual int ShowBits(
	int bits
)
Public Overridable Function ShowBits ( 
	bits As Integer
) As Integer
public:
virtual int ShowBits(
	int bits
)
abstract ShowBits : 
        bits : int -> int 
override ShowBits : 
        bits : int -> int Parameters
- bits
 - Type: SystemInt32
                The number of bits to process.
             
Return Value
Type: 
Int32
                Returns the value of the bits that where passed.
            
See Also