 | SequenceFrameInfoFromString Method (String) |
Extract frame information from timestamps line.
Namespace:
LynceeTec.Sequence.IO
Assembly:
LynceeTec.Sequence.IO (in LynceeTec.Sequence.IO.dll) Version: 7.2.45.30905 master 98955cb, built 2018-05-31 10:36:29 UTC
Syntaxpublic static SequenceFrameInfo FromString(
string line
)
public:
static SequenceFrameInfo^ FromString(
String^ line
)
Parameters
- line
- Type: SystemString
The line.
Return Value
Type:
SequenceFrameInfo
See Also