MythTV
master
|
#include <libmythtv/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 74 of file mythavutil.h.
char MythStreamInfo::m_codecType {' '} |
Definition at line 77 of file mythavutil.h.
QString MythStreamInfo::m_codecName |
Definition at line 78 of file mythavutil.h.
int64_t MythStreamInfo::m_duration {0} |
Definition at line 79 of file mythavutil.h.
int MythStreamInfo::m_width {0} |
Definition at line 81 of file mythavutil.h.
int MythStreamInfo::m_height {0} |
Definition at line 82 of file mythavutil.h.
float MythStreamInfo::m_SampleAspectRatio {0.0} |
Definition at line 83 of file mythavutil.h.
QString MythStreamInfo::m_fieldOrder {"UN"} |
Definition at line 88 of file mythavutil.h.
float MythStreamInfo::m_frameRate {0.0} |
Definition at line 89 of file mythavutil.h.
float MythStreamInfo::m_avgFrameRate {0.0} |
Definition at line 90 of file mythavutil.h.
int MythStreamInfo::m_channels {0} |
Definition at line 92 of file mythavutil.h.