am 4b901c45: Merge "Fix docs to not refer to non-public classes." into mnc-dev

* commit '4b901c4506d495c0cbcad316e38797c6522e88d0':
  Fix docs to not refer to non-public classes.
This commit is contained in:
Chet Haase
2015-05-21 04:59:39 +00:00
committed by Android Git Automerger

View File

@@ -235,9 +235,7 @@ outputPort.connect(new MyReceiver());
<p>The data that arrives is not validated or aligned in any particular way. It is <p>The data that arrives is not validated or aligned in any particular way. It is
raw MIDI data and can contain multiple messages or partial messages. It might raw MIDI data and can contain multiple messages or partial messages. It might
contain System Real-Time messages, which can be interleaved inside other contain System Real-Time messages, which can be interleaved inside other
messages. Some applications have their own MIDI parsers so pre-parsing the data messages.</p>
would be redundant. If an application wants the data parsed and aligned then
they can use the MidiFramer utility.</p>
<h1 id=creating_a_midi_virtual_device_service>Creating a MIDI Virtual Device Service</h1> <h1 id=creating_a_midi_virtual_device_service>Creating a MIDI Virtual Device Service</h1>