Carbon


hintsScrubMode

Header: Movies.h

enum {
    hintsScrubMode = 1,
    hintsLoop = 2,
    hintsDontPurge = 4,
    hintsUseScreenBuffer = 32,
    hintsAllowInterlace = 64,
    hintsUseSoundInterp = 128,
    hintsHighQuality = 256,
    hintsPalindrome = 512,
    hintsInactive = 2048,
    hintsOffscreen = 4096,
    hintsDontDraw = 8192,
    hintsAllowBlacklining = 16384,
    hintsDontUseVideoOverlaySurface = 65536,
    hintsIgnoreBandwidthRestrictions = 131072,
    hintsPlayingEveryFrame = 262144,
    hintsAllowDynamicResize = 524288,
    hintsSingleField = 1048576
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)