| BitBuffer Class |
Namespace: StreamCoders.Container.MP4
The BitBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| BitBuffer(Int32) | Initializes a new instance of the BitBuffer class | |
| BitBuffer(MediaBufferByte) | Initializes a new instance of the BitBuffer class | |
| BitBuffer(OffsetBufferByte) | Initializes a new instance of the BitBuffer class | |
| BitBuffer(Byte, Int32, Int32) | Initializes a new instance of the BitBuffer class |
| Name | Description | |
|---|---|---|
| GetBit |
Gets one bit.
| |
| GetBits | ||
| GetPosition | ||
| PutBits |
Puts a number of bits into the bit stream.
| |
| SaveBuffer | ||
| ShowBits |
Shows the next number of bits.
| |
| SkipBits |
Skips a number of bits.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |