INTERACT FORUM

Windows => Plug-in Development => Topic started by: scthom on July 31, 2005, 10:08:48 pm

Title: Decoder SDK - Remove Tags
Post by: scthom on July 31, 2005, 10:08:48 pm
Not quite clear on what the Remove Tags commands in the DoCommand function are supposed to do.

Are these activated by Right Click -> Library Tools -> Remove Tags ?

Seems like the "Remove Tag" one ought to remove all tags, while "Get Remove Tag Parameter" eludes me.

Please advise, Thanks!
Title: Re: Decoder SDK - Remove Tags
Post by: scthom on August 07, 2005, 01:38:41 am
Not quite clear on what the Remove Tags commands in the DoCommand function are supposed to do.

Are these activated by Right Click -> Library Tools -> Remove Tags ?

Seems like the "Remove Tag" one ought to remove all tags, while "Get Remove Tag Parameter" eludes me.

After a bit of testing, it seems MC does a "GET_REMOVE_TAG_PARAM" first, possibly to see whether the tags can be removed by the decoder.  The "REMOVE_TAG" command comes next to actually erase the tags.

However, it seemed like MC would ignore the results from the GET_REMOVE_TAG_PARAM command regardless of what result it returned, as the REMOVE_TAG was issued in all cases.