Enables or disables a search for uncompressed movies. After calling this function with true, a MOVIE_UNCOMPRESSED_MOVIE fires for the first uncompressed movie found (causing the default UI to prompt the user to choose whether to compress, ignore, or delete the movie). Calling this function with false ignores the movie, causing the search to continue (firing a MOVIE_UNCOMPRESSED_MOVIE event for the next uncompressed movie found, and so forth).


See also Mac client functions.

Signature:

MovieRecording_SearchUncompressedMovie(enable)

Arguments:

  • enable - True to begin searching for uncompressed movies, false to ignore a movie for compression (boolean)
This function is designed for the Mac OS X client only