Click or drag to resize
UtilityCreateType Method
Creates a 4-byte int from 4 char values.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static uint CreateType(
	char c1,
	char c2,
	char c3,
	char c4
)

Parameters

c1
Type: SystemChar
The first char.
c2
Type: SystemChar
The second char.
c3
Type: SystemChar
The third char.
c4
Type: SystemChar
The fourth char.

Return Value

Type: UInt32
The new type.
See Also