HasSubFormat

Description

Returns if the actual format contains a sub-format.

Prototype

inline bool HasSubFormat(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

  • If true is returned, the actual format contains sub-format.
  • If false is returned, the actual format does not contain sub-format.

Exception Handling

None

Restrictions

None