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

Audio formats Used in cuvidGetSourceAudioFormat API. More...

#include <dynlink_nvcuvid.h>

Data Fields

cudaAudioCodec codec
 OUT: Compression format. More...
 
unsigned int channels
 OUT: number of audio channels. More...
 
unsigned int samplespersec
 OUT: sampling frequency. More...
 
unsigned int bitrate
 OUT: 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 Used in cuvidGetSourceAudioFormat API.

Definition at line 163 of file dynlink_nvcuvid.h.

Field Documentation

cudaAudioCodec CUAUDIOFORMAT::codec

OUT: Compression format.

Definition at line 165 of file dynlink_nvcuvid.h.

unsigned int CUAUDIOFORMAT::channels

OUT: number of audio channels.

Definition at line 166 of file dynlink_nvcuvid.h.

unsigned int CUAUDIOFORMAT::samplespersec

OUT: sampling frequency.

Definition at line 167 of file dynlink_nvcuvid.h.

unsigned int CUAUDIOFORMAT::bitrate

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

Definition at line 168 of file dynlink_nvcuvid.h.

unsigned int CUAUDIOFORMAT::reserved1

Reserved for future use.

Definition at line 169 of file dynlink_nvcuvid.h.

unsigned int CUAUDIOFORMAT::reserved2

Reserved for future use.

Definition at line 170 of file dynlink_nvcuvid.h.


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