blob: 5b2ae59477e254a415ee63a81035ebecd7e0adbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SdifFPut.c functions that were not declared in sdif.h*/
#include <sdif.h>
int SdifFNameValueLCurrNVTtoSdifString (SdifFileT *SdifF, SdifStringT *SdifString);
int SdifFAllStreamIDToSdifString (SdifFileT *SdifF, SdifStringT *SdifSTring);
/*
Append one frame type to SdifString
*/
int SdifFOneFrameTypeToSdifString(SdifFrameTypeT *FrameType, SdifStringT *SdifString);
int SdifFOneMatrixTypeToSdifString(SdifMatrixTypeT *MatrixType, SdifStringT *SdifString);
|