Пример #1
0
 /// <summary>
 /// The AVIFileExit function exits the AVIFile library and decrements the reference count for the library.
 /// This function supersedes the obsolete AVIStreamExit function.
 /// </summary>
 public static void AVIFileExit()
 {
     Native.AVIFileExit();
 }