Beispiel #1
0
 void IWMHeaderInfo3.GetCodecInfo(int wIndex, ref short pcchName, StringBuilder pwszName, ref short pcchDescription, StringBuilder pwszDescription, out CodecInfoType pCodecType, ref short pcbCodecInfo, byte[] pbCodecInfo)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void AddCodecInfo(string pwszName, string pwszDescription, CodecInfoType codecType, short cbCodecInfo, byte[] pbCodecInfo)
 {
     throw new NotImplementedException();
 }