vorbis-dsp-state? ( object -- ? )


Vocabulary
ogg.vorbis

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the vorbis-dsp-state class.

Definition
USING: classes.tuple.private ;

IN: ogg.vorbis

: vorbis-dsp-state? ( object -- ? )
\ vorbis-dsp-state 9 tuple-instance? ;