MXF Reader Lib
From AVObjects Knowledge Base
(Difference between revisions)
Line 20: | Line 20: | ||
| '''format''' | | '''format''' | ||
| BSTR | | BSTR | ||
+ | | RO | ||
| File format | | File format | ||
|- | |- | ||
| '''format_name''' | | '''format_name''' | ||
| BSTR | | BSTR | ||
+ | | RO | ||
| File format description | | File format description | ||
|- | |- | ||
| '''source''' | | '''source''' | ||
| BSTR | | BSTR | ||
+ | | RW | ||
| Name of file | | Name of file | ||
|- | |- | ||
| '''start_time''' | | '''start_time''' | ||
| double | | double | ||
+ | | RO | ||
| Start timecode | | Start timecode | ||
+ | | '''duration''' | ||
+ | | double | ||
+ | | RO | ||
+ | | file duration in second | ||
|} | |} | ||
TODO: Properties | TODO: Properties |
Revision as of 16:10, 9 July 2014
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
TODO: Description
Contents |
Overview
TODO: Overview
Interfaces&Methods
Object implements follows methods of IAVObject Interface:
IAVProperties Interface used for sets ang gets values of MXF Reader Lib properties.
Properties
format | BSTR | RO | File format | ||||
format_name | BSTR | RO | File format description | ||||
source | BSTR | RW | Name of file | ||||
start_time | double | RO | Start timecode | duration | double | RO | file duration in second |
TODO: Properties
Samples
TODO: Methods