FFmpeg  3.3.8
Data Fields
CUAUDIOFORMAT Struct Reference

#include <compat/cuda/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...
 

Detailed Description

Audio Formats

Definition at line 149 of file dynlink_nvcuvid.h.

Field Documentation

◆ codec

cudaAudioCodec CUAUDIOFORMAT::codec

Compression format.

Definition at line 151 of file dynlink_nvcuvid.h.

◆ channels

unsigned int CUAUDIOFORMAT::channels

number of audio channels

Definition at line 152 of file dynlink_nvcuvid.h.

◆ samplespersec

unsigned int CUAUDIOFORMAT::samplespersec

sampling frequency

Definition at line 153 of file dynlink_nvcuvid.h.

◆ bitrate

unsigned int CUAUDIOFORMAT::bitrate

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

Definition at line 154 of file dynlink_nvcuvid.h.

◆ reserved1

unsigned int CUAUDIOFORMAT::reserved1

Reserved for future use.

Definition at line 155 of file dynlink_nvcuvid.h.

◆ reserved2

unsigned int CUAUDIOFORMAT::reserved2

Reserved for future use.

Definition at line 156 of file dynlink_nvcuvid.h.


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