// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_MIDI_MIDI_JNI_REGISTRAR_H_ #define MEDIA_MIDI_MIDI_JNI_REGISTRAR_H_ #include #include "media/midi/midi_export.h" namespace media { namespace midi { // Register all JNI bindings necessary for media/midi. MIDI_EXPORT bool RegisterJni(JNIEnv* env); } // namespace midi } // namespace media #endif // MEDIA_MIDI_MIDI_JNI_REGISTRAR_H_