Functions | |
void | Easdif::SDIFFrame::SetHeader (SdifSignature sig, SdifUInt4 streamID, float time) |
Set the frame header. | |
void | Easdif::SDIFFrame::SetHeader (const std::string &sig, SdifUInt4 streamID, float time) |
Set the frame header. | |
void | Easdif::SDIFFrame::SetSignature (SdifSignature sig) |
Set one element of the frame header : the signature. | |
void | Easdif::SDIFFrame::SetSignature (const std::string &signature) |
Set one element of the frame header : the signature with a string. | |
void | Easdif::SDIFFrame::SetStreamID (SdifUInt4 streamID) |
Set one element of the frame header : the streamID. | |
void | Easdif::SDIFFrame::SetTime (float time) |
Set one element of the frame header : the time. | |
bool | Easdif::SDIFFrame::operator< (SDIFFrame compareTo) const |
comparator function on the time |