Enumeration

ALSASeqEventLengthMode

Declaration

enum ALSASeq.EventLengthMode

Description [src]

A set of enumeration for the mode of data length.

Members

Name Description
ALSASEQ_EVENT_LENGTH_MODE_FIXED

The data is fixed length.

ALSASEQ_EVENT_LENGTH_MODE_VARIABLE

The data is variable length.

ALSASEQ_EVENT_LENGTH_MODE_POINTER

The data is a pointer and its length in userspace.