FFmpeg
|
#include <dynlink_nvcuvid.h>
Data Fields | |
cudaAudioCodec | codec |
Compression format. More... | |
unsigned int | channels |
number of audio channels More... | |
unsigned int | samplespersec |
sampling frequency More... | |
unsigned int | bitrate |
For uncompressed, can also be used to determine bits per sample. More... | |
unsigned int | reserved1 |
Reserved for future use. More... | |
unsigned int | reserved2 |
Reserved for future use. More... | |
Audio Formats
Definition at line 149 of file dynlink_nvcuvid.h.
cudaAudioCodec CUAUDIOFORMAT::codec |
Compression format.
Definition at line 151 of file dynlink_nvcuvid.h.
unsigned int CUAUDIOFORMAT::channels |
number of audio channels
Definition at line 152 of file dynlink_nvcuvid.h.
unsigned int CUAUDIOFORMAT::samplespersec |
sampling frequency
Definition at line 153 of file dynlink_nvcuvid.h.
unsigned int CUAUDIOFORMAT::bitrate |
For uncompressed, can also be used to determine bits per sample.
Definition at line 154 of file dynlink_nvcuvid.h.
unsigned int CUAUDIOFORMAT::reserved1 |
Reserved for future use.
Definition at line 155 of file dynlink_nvcuvid.h.
unsigned int CUAUDIOFORMAT::reserved2 |
Reserved for future use.
Definition at line 156 of file dynlink_nvcuvid.h.