yotarok / flacenc-rs

FLAC encoder written in Rust
Apache License 2.0
22 stars 3 forks source link

Update docs, and hide `MetadataBlock` from API #218

Closed yotarok closed 2 months ago

yotarok commented 2 months ago

MetadataBlock is an intermediate object that only holds the type tag and a flag indicating whether the block is last block in stream, or not. So API-wise, this has no meaning to be exposed.