MythTV  master
Public Member Functions | Public Attributes | List of all members
MythAudioPlayerState Class Reference

#include <mythplayerstate.h>

Collaboration diagram for MythAudioPlayerState:
Collaboration graph
[legend]

Public Member Functions

 MythAudioPlayerState ()=default
 

Public Attributes

int m_channels { -1 }
 
int m_origChannels { -1 }
 
AVCodecID m_codec { AV_CODEC_ID_NONE }
 
AudioFormat m_format { FORMAT_NONE }
 
int m_sampleRate { 44100 }
 
int m_codecProfile { 0 }
 
bool m_passthru { false }
 

Detailed Description

Definition at line 31 of file mythplayerstate.h.

Constructor & Destructor Documentation

◆ MythAudioPlayerState()

MythAudioPlayerState::MythAudioPlayerState ( )
default

Member Data Documentation

◆ m_channels

int MythAudioPlayerState::m_channels { -1 }

Definition at line 36 of file mythplayerstate.h.

Referenced by AudioPlayer::ReinitAudio(), and AudioPlayer::SetAudioParams().

◆ m_origChannels

int MythAudioPlayerState::m_origChannels { -1 }

Definition at line 37 of file mythplayerstate.h.

Referenced by AudioPlayer::SetAudioParams().

◆ m_codec

AVCodecID MythAudioPlayerState::m_codec { AV_CODEC_ID_NONE }

Definition at line 38 of file mythplayerstate.h.

Referenced by AudioPlayer::ReinitAudio(), and AudioPlayer::SetAudioParams().

◆ m_format

AudioFormat MythAudioPlayerState::m_format { FORMAT_NONE }

◆ m_sampleRate

int MythAudioPlayerState::m_sampleRate { 44100 }

◆ m_codecProfile

int MythAudioPlayerState::m_codecProfile { 0 }

◆ m_passthru

bool MythAudioPlayerState::m_passthru { false }

Definition at line 42 of file mythplayerstate.h.

Referenced by AudioPlayer::ReinitAudio(), and AudioPlayer::SetAudioParams().


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