Struct id3::EncoderBuilder [] [src]

pub struct EncoderBuilder { /* fields omitted */ }

Builder for Encoder.

Methods

impl EncoderBuilder
[src]

[src]

The tag version to encode to.

[src]

Enable the unsynchronisatin scheme. This avoids patterns that resemble MP3-frame headers from being encoded. If you are encoding to MP3 files, you probably want this enabled.

[src]

Enable compression.

[src]

Builds a new Encoder.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for EncoderBuilder
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for EncoderBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more