pub unsafe extern "C-unwind" fn MusicTrackGetDestNode(
in_track: MusicTrack,
out_node: NonNull<AUNode>,
) -> i32Available on crate features
AUGraph and MusicPlayer only.Expand description
Gets the track’s target if it is an AUNode
Returns kAudioToolboxErr_IllegalTrackDestination if the track’s target is a MIDIEndpointRef and NOT an AUNode
Parameter inTrack: the track
Parameter outNode: the node target for the track
§Safety
in_trackmust be a valid pointer.out_nodemust be a valid pointer.