Source: stream/pad/pad_stream__init.pro
pad_stream::init
constructor for a pad data stream (in fact it only passes a
few things on to the generic constructor).
(Usage:)
strid=obj_new('pad_stream', type, parent, name)
Arguments:
type string Stream type.
parent objref The reference of the dataset to which the
stream is attached.
name string A mnemonic name for the stream.
History:
Original (after rate_stream_init): 25/2/00; SJT