enum snd_seq_query_subs_type_t

Overview

type of query subscription Moreā€¦

#include <seq.h>

enum snd_seq_query_subs_type_t {
    SND_SEQ_QUERY_SUBS_READ,
    SND_SEQ_QUERY_SUBS_WRITE,
};

Detailed Documentation

type of query subscription

Enum Values

SND_SEQ_QUERY_SUBS_READ

query read subscriptions

SND_SEQ_QUERY_SUBS_WRITE

query write subscriptions