¡@

Home 

c# Programming Glossary: videoinfoheader

Getting length of video

http://stackoverflow.com/questions/6215185/getting-length-of-video

mediaDet.get_StreamMediaType mediaType var videoInfo VideoInfoHeader Marshal.PtrToStructure mediaType.formatPtr typeof VideoInfoHeader.. Marshal.PtrToStructure mediaType.formatPtr typeof VideoInfoHeader DsUtils.FreeAMMediaType mediaType var width videoInfo.BmiHeader.Width..

Video Capture output always in 320x240 despite changing resolution

http://stackoverflow.com/questions/8213574/video-capture-output-always-in-320x240-despite-changing-resolution

Make the VIDEOINFOHEADER 'readable' var videoInfo new VideoInfoHeader int iCount 0 iSize 0 videoStreamConfig.GetNumberOfCapabilities.. iFormat out pmtConfig TaskMemPointer videoInfo VideoInfoHeader Marshal.PtrToStructure pmtConfig.formatPtr typeof VideoInfoHeader.. Marshal.PtrToStructure pmtConfig.formatPtr typeof VideoInfoHeader if videoInfo.BmiHeader.Width DesiredWidth videoInfo.BmiHeader.Height..