Audacity 3.2.0
Public Member Functions | List of all members
AVChannelLayoutWrapper Class Referenceabstract

#include <AVChannelLayoutWrapper.h>

Public Member Functions

virtual ~AVChannelLayoutWrapper ()=default
 
virtual uint64_t GetLegacyChannelLayout () const noexcept=0
 
virtual int GetChannelsCount () const noexcept=0
 
virtual const AVChannelLayoutGetChannelLayout () const noexcept=0
 
virtual std::unique_ptr< AVChannelLayoutWrapperClone () const =0
 

Detailed Description

Definition at line 20 of file AVChannelLayoutWrapper.h.

Constructor & Destructor Documentation

◆ ~AVChannelLayoutWrapper()

virtual AVChannelLayoutWrapper::~AVChannelLayoutWrapper ( )
virtualdefault

Member Function Documentation

◆ Clone()

virtual std::unique_ptr< AVChannelLayoutWrapper > AVChannelLayoutWrapper::Clone ( ) const
pure virtual

◆ GetChannelLayout()

virtual const AVChannelLayout * AVChannelLayoutWrapper::GetChannelLayout ( ) const
pure virtualnoexcept

◆ GetChannelsCount()

virtual int AVChannelLayoutWrapper::GetChannelsCount ( ) const
pure virtualnoexcept

◆ GetLegacyChannelLayout()

virtual uint64_t AVChannelLayoutWrapper::GetLegacyChannelLayout ( ) const
pure virtualnoexcept

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