I created Lame MP3 encoding DirectShow filter.

CoCreateInstance(CLSID_MP3Encoder,NULL,CLSCTX_INPROC_SERVER,IID_IBaseFil
ter,(void **)&pMP3Encoder);

I want to set variable bitrate as constant for the filter so that
encoded mp3 files can be played on Windows Media Filter.

How can I do that?
What kind of interface should be QueryInterface'd ?

Thanks,
- Jin -

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to