MythTV
master
|
#include <mythavutil.h>
Public Attributes | |
char | m_codecType {' '} |
QString | m_codecName |
int64_t | m_duration {0} |
int | m_width {0} |
int | m_height {0} |
float | m_SampleAspectRatio {0.0} |
QString | m_fieldOrder {"UN"} |
float | m_frameRate {0.0} |
float | m_avgFrameRate {0.0} |
int | m_channels {0} |
Definition at line 78 of file mythavutil.h.
char MythStreamInfo::m_codecType {' '} |
Definition at line 81 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
QString MythStreamInfo::m_codecName |
Definition at line 82 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int64_t MythStreamInfo::m_duration {0} |
Definition at line 83 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_width {0} |
Definition at line 85 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_height {0} |
Definition at line 86 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_SampleAspectRatio {0.0} |
Definition at line 87 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
QString MythStreamInfo::m_fieldOrder {"UN"} |
Definition at line 92 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_frameRate {0.0} |
Definition at line 93 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_avgFrameRate {0.0} |
Definition at line 94 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_channels {0} |
Definition at line 96 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().