Lines Matching full:data
23 // A MIDIManagerClient registers with the MIDIManager to receive MIDI data.
30 // ReceiveMIDIData() is called when MIDI data has been received from the
33 // |data| represents a series of bytes encoding one or more MIDI messages.
34 // |length| is the number of bytes in |data|.
35 // |timestamp| is the time the data was received, in seconds.
37 const uint8* data,
56 // A client calls StartSession() to receive and send MIDI data.
58 // and the client is registered to receive MIDI data.
62 // A client calls ReleaseSession() to stop receiving MIDI data.
68 // |data| represents a series of bytes encoding one or more MIDI messages.
69 // |length| is the number of bytes in |data|.
70 // |timestamp| is the time to send the data, in seconds. A value of 0
74 const uint8* data,
78 // input_ports() is a list of MIDI ports for receiving MIDI data.
83 // output_ports() is a list of MIDI ports for sending MIDI data.
92 // Implements the platform-specific details of sending MIDI data.
95 const uint8* data,
105 const uint8* data,
111 // Keeps track of all clients who wish to receive MIDI data.
121 // |send_thread_| is used to send MIDI data by calling the platform-specific