AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
ntv2srt.h File Reference

Declares SubRipText codec classes. More...

#include "ajatypes.h"
#include <vector>
#include <map>
#include <string>
#include <iostream>
Include dependency graph for ntv2srt.h:

Go to the source code of this file.

Classes

class  SRTWindow
 
class  SRTCaptionInfo
 Detailed caption information. More...
 
class  SRTCaptions
 A collection of timed captions. More...
 

Typedefs

typedef uint32_t SRTTimestamp
 
typedef uint32_t SRTDuration
 
typedef uint32_t SRTSeqNum
 
typedef uint16_t SRTAnchorPos
 

Functions

std::ostream & operator<< (std::ostream &inOutStrm, const SRTWindow &inWindow)
 

Detailed Description

Declares SubRipText codec classes.

Definition in file ntv2srt.h.

Typedef Documentation

◆ SRTAnchorPos

typedef uint16_t SRTAnchorPos

Definition at line 19 of file ntv2srt.h.

◆ SRTDuration

typedef uint32_t SRTDuration

Definition at line 17 of file ntv2srt.h.

◆ SRTSeqNum

typedef uint32_t SRTSeqNum

Definition at line 18 of file ntv2srt.h.

◆ SRTTimestamp

typedef uint32_t SRTTimestamp

Definition at line 16 of file ntv2srt.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  inOutStrm,
const SRTWindow inWindow 
)
inline

Definition at line 56 of file ntv2srt.h.