Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_enc_flac Struct Reference

#include <compress_params.h>

Data Fields

__u32 num
 
__u32 gain
 

Detailed Description

struct snd_enc_flac : serial number, valid only for OGG formats needs to be set by application : Add replay gain tags

These options were extracted from the FLAC online documentation at http://flac.sourceforge.net/documentation_tools_flac.html

To make the API simpler, it is assumed that the user will select quality profiles. Additional options that affect encoding quality and speed can be added at a later stage if needed.

By default the Subset format is used by encoders.

TAGS such as pictures, etc, cannot be handled by an offloaded encoder and are not supported in this API.

Definition at line 307 of file compress_params.h.

Field Documentation

__u32 gain

Definition at line 309 of file compress_params.h.

__u32 num

Definition at line 308 of file compress_params.h.


The documentation for this struct was generated from the following file: