search for: preservesig

Displaying 2 results from an estimated 2 matches for "preservesig".

Did you mean: preservesign
2010 Apr 06
1
ITheoraEncodeSettings C# interop
...ualityMode flag. Not sure why they should be different. Thanks, Andy using System.Runtime.InteropServices; [ComVisible(true), ComImport, Guid("4F063B3A-B397-4c22-AFF4-2F8DB96D292A"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface ITheoraEncodeSettings { [PreserveSig] bool canModifySettings(); [PreserveSig] ulong targetBitrate(); [PreserveSig] ulong keyFrameDataBitrate(); [PreserveSig] byte quality(); [PreserveSig] long sharpness(); [PreserveSig] long noiseSensitivity(); [PreserveSig] ulong keyframeFreq(); [PreserveSig] bool isFixe...
2010 Apr 09
1
Theora encoder directshow Filter configuration
Hi, I'am using the Xiph Theora Encoder directshow Filter in a csharp application. It works fine but I would like to modify the configuration, like the quality settings. I would like to know if there is a possibility to configure it programmatically without using the propertyPage dialog. Thanks a lot for your help Mathieu -------------- next part -------------- An HTML attachment was