OSDN Git Service

Fix docs to not refer to non-public classes.
authorChet Haase <chet@google.com>
Thu, 21 May 2015 00:42:27 +0000 (17:42 -0700)
committerChet Haase <chet@google.com>
Thu, 21 May 2015 01:20:08 +0000 (18:20 -0700)
Issue #21328285 public Midi docs refer to internal utility class

Change-Id: Idddd5c98a78159190c6c34b17350f4630c33d6d5

media/java/android/media/midi/package.html

index 8850e6f..bd589a9 100644 (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
 raw MIDI data and can contain multiple messages or partial messages. It might
 contain System Real-Time messages, which can be interleaved inside other
-messages. Some applications have their own MIDI parsers so pre-parsing the data
-would be redundant. If an application wants the data parsed and aligned then
-they can use the MidiFramer utility.</p>
+messages.</p>
 
 <h1 id=creating_a_midi_virtual_device_service>Creating a MIDI Virtual Device Service</h1>