BitStreamWriterWriteInt Method |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void WriteInt(
int value,
int bits
)
Public Sub WriteInt (
value As Integer,
bits As Integer
)
public:
void WriteInt(
int value,
int bits
)
member WriteInt :
value : int *
bits : int -> unit
Parameters
- value
- Type: SystemInt32
- bits
- Type: SystemInt32
See Also