LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Multiplexers and Demultiplexers > Demultiplexers and Splitters > LEAD MXF Demultiplexer > ILMMxfDmxMetaSegment Interface |
When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.
When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves.
Type |
Name |
Description |
Comment |
(Read-only) Gets the meta segment comment string value. |
|
Comment |
(Read-only) Gets the meta segment comment string value. |
|
long |
Duration |
(Read-only) Gets the duration of the meta segment. |
long |
Start |
(Read-only) Gets the start time of the meta segment. |