This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, March 3, 2011 1:47:19 AM(UTC)
Groups: Registered
Posts: 6
I want to metadata control in Mxf file.
I search your helper site about LEAD MXF
Multiplexer & DeMultiplexer.
but I don't search about Metadata.
I want to Filter Interfaces.
ex) ILMMxfMux
ILMMxfMuxMetaTracks
ILMMxfMuxMetaTrack
ILMMxfMuxMetaSegments
ILMMxfMuxMetaSegment
or I want to Metadata input or output to MXF file.
thank you.
#2
Posted
:
Thursday, March 3, 2011 9:45:07 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Our Filters help file has these interfaces that you can use to create the MXF file. If you check these topics, you can see the properties that you need to use for each interface.
Also, you can use the interface IDs to control these properties. Did you try to work with these interfaces and you faced a problem?
Please note that after you've selected the output format to be MXF, you must call the GetSubObject method in our control to obtain the Muliplexer object. You can then work with the Mux interfaces.
The main topic that contains links to other topics is "LEAD MXF Multiplexer". Its current online location is below, but it might change in the future:
http://www.leadtools.com/Help/LEADTOOLS/v17/multimedia/filters/filters/LEADMXFMultiplexer.htm
#3
Posted
:
Thursday, March 3, 2011 2:11:28 PM(UTC)
Groups: Registered
Posts: 6
My work is...
1. input MXF file
2. I input Metadata into MXF file or
I extract Metadata in MXF file.
3. finally I create new MXF file.
this site(
http://www.leadtools.com/Help/LEADTOOLS/v17/multimedia/filters/filters/LEADMXFMultiplexer.htm) read and I try to your MXF interfaces.
but 'CLSID_LMMxfMux ' not found..
'IID_ILMMxfMux' not found...
other... not found
how to use this interfaces?
#4
Posted
:
Sunday, March 6, 2011 3:18:09 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you are using Visual C++, you can get the values of CLSID_LMMxfMux and IID_ILMMxfMux by adding the following line to one of your C++ source code files:
#import "LMMxfMux.dll" named_guids, no_namespace
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.