BitStreamWriterWriteByte Method |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void WriteByte(
byte value,
int bits
)
Public Sub WriteByte (
value As Byte,
bits As Integer
)
public:
void WriteByte(
unsigned char value,
int bits
)
member WriteByte :
value : byte *
bits : int -> unit
Parameters
- value
- Type: SystemByte
- bits
- Type: SystemInt32
See Also