interface ProbeInfo

export interface ProbeInfo

The resulting information after probing an audio stream

stream : Readable

The readable audio stream to use. You should use this rather than the input stream, as the probing function can sometimes read the input stream to its end and cause the stream to close.

type : StreamType

The recommended stream type for this audio stream.