Go to the source code of this file.
Namespaces | |
namespace | mxflib |
Classes | |
class | VBILine |
Class that holds a single line of VBI data. More... | |
class | VBISource |
Class that holds the VBI data for a frame and supplies it as an EssenceSource. More... | |
Typedefs | |
typedef SmartPtr< VBILine > | VBILinePtr |
typedef std::map< int, VBILinePtr > | VBILineMap |
Enumerations | |
enum | VBIWrappingType { VBIFrame = 1, VBIField1 = 2, VBIField2 = 3, VBIProgressive = 4 } |
Wrapping type enumeration, as per SMPTE-436M. More... | |
enum | VBISampleCoding { Y1Bit = 1, C1Bit = 2, YC1Bit = 3, Y8Bit = 4, C8Bit = 5, YC8Bit = 6, Y10Bit = 7, C10Bit = 8, YC10Bit = 9 } |
Sample coding enumeration, as per SMPTE-436M. More... |