GetSubFormat

Description

Parses sub-format information from the actual format.

Prototype

inline int32_t GetSubFormat(int32_t format)

Parameters

Parameter

Input/Output

Description

format

Input

Actual format. (4-byte long. The higher 4 bits of the first byte are reserved, and the lower 4 bits are C0 format. The second and third bytes describe the sub-format, and the fourth byte describes the primary format.)

Returns

The sub-format in the actual format.

Exception Handling

None

Restrictions

None