man NJB_Stop_Play (Fonctions bibliothèques) - Stop playback on the NJB

NAME

NJB_Stop_Play - Stop playback on the NJB

LIBRARY

libnjb

SYNOPSIS

#include <libnjb.h>

extern int njb_error

int NJB_Stop_Play (njb_t *njb)

DESCRIPTION

This function stops playback on the NJB.

RETURN VALUES

NJB_Stop_Play returns 0 on success. If a failure occurs, it returns -1 and sets njb_error

EO_BADSTATUS
The NJB returned a non-zero status in response to the request.
EO_USBCTL
An I/O failure occurred on the control pipe.