pub fn record_cassette_bang(
source: &Stream,
profile: TransportProfile,
) -> Result<StreamCassette>Expand description
Records source to completion and serializes it to a cassette for profile.
Capture is bounded by DEFAULT_RECORD_ITEM_LIMIT; see record_bang.