#include <sctedescriptors.h>
Public Member Functions | |
| FrameRateDescriptor (const unsigned char *data, uint len) | |
| bool | MultipleFrameRates (void) const |
| uint | FrameRateCode (void) const |
| double | FrameRate (void) const |
| returns maximum frame rate in video | |
| QString | toString (void) const |
Definition at line 32 of file sctedescriptors.h.
| FrameRateDescriptor::FrameRateDescriptor | ( | const unsigned char * | data, | |
| uint | len | |||
| ) | [inline] |
Definition at line 35 of file sctedescriptors.h.
| bool FrameRateDescriptor::MultipleFrameRates | ( | void | ) | const [inline] |
Definition at line 41 of file sctedescriptors.h.
Referenced by toString().
| uint FrameRateDescriptor::FrameRateCode | ( | void | ) | const [inline] |
Definition at line 43 of file sctedescriptors.h.
Referenced by FrameRate().
| double FrameRateDescriptor::FrameRate | ( | void | ) | const [inline] |
returns maximum frame rate in video
Definition at line 45 of file sctedescriptors.h.
Referenced by toString().
| QString FrameRateDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 72 of file sctedescriptors.h.
1.6.3