struct snd_seq_connect_t

Overview

Connection (subscription) between ports Moreā€¦

#include <seq_event.h>

struct snd_seq_connect_t {
    // fields

    snd_seq_addr_t sender;
    snd_seq_addr_t dest;
};

Detailed Documentation

Connection (subscription) between ports

Fields

snd_seq_addr_t sender

sender address

snd_seq_addr_t dest

destination address