stream>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: stream>> ( object -- value )


Methods

M: Music stream>>
T{ struct-slot-spec
{ name "stream" }
{ offset 0 }
{ class AudioStream }
{ initial
S{ AudioStream
{ buffer f }
{ processor f }
{ sampleRate 0 }
{ sampleSize 0 }
{ channels 0 }
}
}
{ type AudioStream }
} read-struct-slot ; inline



M: Sound stream>>
T{ struct-slot-spec
{ name "stream" }
{ offset 0 }
{ class AudioStream }
{ initial
S{ AudioStream
{ buffer f }
{ processor f }
{ sampleRate 0 }
{ sampleSize 0 }
{ channels 0 }
}
}
{ type AudioStream }
} read-struct-slot ; inline