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 81 of file mythavutil.h.
char MythStreamInfo::m_codecType {' '} |
Definition at line 84 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
QString MythStreamInfo::m_codecName |
Definition at line 85 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int64_t MythStreamInfo::m_duration {0} |
Definition at line 86 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_width {0} |
Definition at line 88 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_height {0} |
Definition at line 89 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_SampleAspectRatio {0.0} |
Definition at line 90 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
QString MythStreamInfo::m_fieldOrder {"UN"} |
Definition at line 95 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_frameRate {0.0} |
Definition at line 96 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
float MythStreamInfo::m_avgFrameRate {0.0} |
Definition at line 97 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().
int MythStreamInfo::m_channels {0} |
Definition at line 99 of file mythavutil.h.
Referenced by MythStreamInfoList::MythStreamInfoList().