[][src]Function flac_sys::FLAC__stream_encoder_set_ogg_serial_number

pub unsafe extern "C" fn FLAC__stream_encoder_set_ogg_serial_number(
    encoder: *mut FLAC__StreamEncoder,
    serial_number: c_long
) -> FLAC__bool

Set the serial number for the FLAC stream to use in the Ogg container.

\note This does not need to be set for native FLAC encoding.

\note It is recommended to set a serial number explicitly as the default of '0' may collide with other streams.

\default \c 0 \param encoder An encoder instance to set. \param serial_number See above. \assert \code encoder != NULL \endcode \retval FLAC__bool \c false if the encoder is already initialized, else \c true.