MP4StreamReaderReadUnsignedInt32Variable Method |
Reads variable length input 1..4 bytes and returns uint
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public uint ReadUnsignedInt32Variable(
int size
)
Public Function ReadUnsignedInt32Variable (
size As Integer
) As UInteger
public:
unsigned int ReadUnsignedInt32Variable(
int size
)
member ReadUnsignedInt32Variable :
size : int -> uint32
Parameters
- size
- Type: SystemInt32
Return Value
Type:
UInt32See Also