FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CUAUDIOFORMAT Struct Reference

#include <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...
 

Detailed Description

Audio Formats

Definition at line 154 of file nvcuvid.h.

Field Documentation

cudaAudioCodec CUAUDIOFORMAT::codec

Compression format.

Definition at line 156 of file nvcuvid.h.

unsigned int CUAUDIOFORMAT::channels

number of audio channels

Definition at line 157 of file nvcuvid.h.

unsigned int CUAUDIOFORMAT::samplespersec

sampling frequency

Definition at line 158 of file nvcuvid.h.

unsigned int CUAUDIOFORMAT::bitrate

For uncompressed, can also be used to determine bits per sample.

Definition at line 159 of file nvcuvid.h.

unsigned int CUAUDIOFORMAT::reserved1

Reserved for future use.

Definition at line 160 of file nvcuvid.h.

unsigned int CUAUDIOFORMAT::reserved2

Reserved for future use.

Definition at line 161 of file nvcuvid.h.


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