EbmlWriterWriteByte Method |
Writes a single byte to the stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public void WriteByte(
byte data
)
Public Sub WriteByte (
data As Byte
)
public:
void WriteByte(
unsigned char data
)
member WriteByte :
data : byte -> unit
Parameters
- data
- Type: SystemByte
See Also