Audacity 3.2.0
Public Attributes | List of all members
StreamContext Struct Referencefinal
Collaboration diagram for StreamContext:
[legend]

Public Attributes

int StreamIndex { -1 }
 
std::unique_ptr< AVCodecContextWrapperCodecContext
 
int InitialChannels { 0 }
 
sampleFormat SampleFormat { floatSample }
 
bool Use { true }
 

Detailed Description

Definition at line 178 of file ImportFFmpeg.cpp.

Member Data Documentation

◆ CodecContext

std::unique_ptr<AVCodecContextWrapper> StreamContext::CodecContext

◆ InitialChannels

int StreamContext::InitialChannels { 0 }

◆ SampleFormat

sampleFormat StreamContext::SampleFormat { floatSample }

◆ StreamIndex

int StreamContext::StreamIndex { -1 }

◆ Use

bool StreamContext::Use { true }

Definition at line 187 of file ImportFFmpeg.cpp.


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