IWMLanguageList Interface

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    IWMLanguageList Interface

    Hi

    Is there any sample code or application that supports writing ASF metadata
    in multiple languages by LCID?

    Thank you

  • Alessandro Angeli

    #2
    Re: IWMLanguageList Interface

    From: "David"
    Is there any sample code or application that supports
    writing ASF metadata in multiple languages by LCID?
    First define the set of languages with
    IWMLanguageList ::AddLanguageBy RFC1766String() , then write
    the metadata with IWMHeaderInfo3: :AddAttribute() .

    --
    // Alessandro Angeli
    // MVP :: DirectShow / MediaFoundation
    // mvpnews at riseoftheants dot com
    // http://www.riseoftheants.com/mmx/faq.htm


    Comment

    Working...