use core_foundation_sys::base::OSStatus; use std::ops::Deref;
use coremidi_sys::{MIDIEndpointRef, MIDIFlushOutput};
usecrate::object::Object;
/// A MIDI source or source, owned by an entity. /// See [MIDIEndpointRef](https://developer.apple.com/documentation/coremidi/midiendpointref). /// /// You don't need to create an endpoint directly, instead you can create system sources or virtual ones from a client. /// #[derive(Debug, Hash, Eq, PartialEq)] pubstruct Endpoint { pub(crate) object: Object,
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.