BASS.NET API for the Un4seen BASS Audio Library

EncoderFLACFLAC_Padding Field

BASS.NET API for the Un4seen BASS Audio Library
-P: Tell the encoder to write a PADDING metadata block of the given length (in bytes) after the STREAMINFO block (default is off).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public int FLAC_Padding

Field Value

Type: Int32
Remarks

This is useful if you plan to tag the file later with an APPLICATION block; instead of having to rewrite the entire file later just to insert your block, you can write directly over the PADDING block. Note that the total length of the PADDING block will be 4 bytes longer than the length given, because of the 4 metadata block header bytes. You can force no PADDING block at all to be written with "--no-padding". The encoder writes a PADDING block of 4096 bytes by default.

If you set FLAC_NoPadding to , this option will have no effect.

See Also

Reference