EbmlWriterWriteFixedInt Method |
Writes a fixed size 32-bit unsigned integer to the stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void WriteFixedInt(
long data,
int numberOfBytesToWrite
)
Public Sub WriteFixedInt (
data As Long,
numberOfBytesToWrite As Integer
)
public:
void WriteFixedInt(
long long data,
int numberOfBytesToWrite
)
member WriteFixedInt :
data : int64 *
numberOfBytesToWrite : int -> unit
Parameters
- data
- Type: SystemInt64
- numberOfBytesToWrite
- Type: SystemInt32
See Also