 | HoloSequenceWriterBaseCreate Method |
Namespace: LynceeTec.DHM.SequenceAssembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 6.4.0.7 6_4_dev 3998a02, built 2016-11-07 15:44:26 UTC
Syntaxpublic static HoloSequenceWriterBase Create(
string seqDir,
SequenceType seqType,
bool buffered,
int width,
int height,
int stride
)
public:
static HoloSequenceWriterBase^ Create(
String^ seqDir,
SequenceType seqType,
bool buffered,
int width,
int height,
int stride
)
Parameters
- seqDir
- Type: SystemString
- seqType
- Type: LynceeTec.DHM.SequenceSequenceType
- buffered
- Type: SystemBoolean
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- stride
- Type: SystemInt32
Return Value
Type:
HoloSequenceWriterBase
See Also