Home | History | Annotate | Download | only in plugins

Lines Matching full:track

766     /** This event is passed to the callback proc when the audio-track needs
778 /** Called to feed sample data to the track. This will be called in a separate
780 cannot delete the track).
794 /** Create a new audio track, or NULL on failure. The track is initially in
796 until the track is started.
803 /** Deletes a track that was created using newTrack. The track can be
812 /** Returns true if the track is not playing (e.g. pause or stop was called,
819 /** Returns the track's latency in milliseconds. */