GPS04WavHeader

GPS04WavHeader

Synopsis




            GPS04WavHeader;
GPS04WavHeader* gps04_wav_header_new        (guint n_channels,
                                             guint n_sample_bits,
                                             guint sample_rate,
                                             guint n_frames);

Object Hierarchy


  GObject
   +----GPS04WavHeader

Implemented Interfaces

GPS04WavHeader implements PS04Streamable.

Description

Details

GPS04WavHeader

typedef struct _GPS04WavHeader GPS04WavHeader;


gps04_wav_header_new ()

GPS04WavHeader* gps04_wav_header_new        (guint n_channels,
                                             guint n_sample_bits,
                                             guint sample_rate,
                                             guint n_frames);

Creates a new WAV header.

n_channels : The number of audio channels.
n_sample_bits : The number of bits per sample.
sample_rate : The sample rate (Hz).
n_frames : The number of frames in the stream.
Returns : a new GPS04WavHeader.