Exception from HRESULT: 0xC00D1B5F.

kante

Member
Joined
Jan 16, 2003
Messages
13
im using WMencoder object, i can encode audio n video but when i try to add scripts...

following the MSN doc using:
IWMEncSource SrcScript = SrcGrp.AddSourceWMENC_SOURCE_TYPE.WMENC_SCRIPT);

i encounter this error
Exception from HRESULT: 0xC00D1B5F.
:confused:
any one can help me ?
thank u
 
kante said:
im using WMencoder object, i can encode audio n video but when i try to add scripts...

following the MSN doc using:
IWMEncSource SrcScript = SrcGrp.AddSourceWMENC_SOURCE_TYPE.WMENC_SCRIPT);

i encounter this error
Exception from HRESULT: 0xC00D1B5F.
:confused:
any one can help me ?
thank u

Number Description

0xC00D1B67 You must specify a profile for the source group.
0xC00D0011 This method cannot be called if the encoder engine is running.
0xC00D1B5F The media content defined in the profile does not match the media content defined in the source group.
 
Back
Top