Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Cross/plugins/QuicktimePlugin/QuicktimePlugin.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/*
 *  QuicktimePlugin.h
 *  SqueakQuicktime
 *
 *  Created by John M McIntosh on 17/01/06.
 *  Copyright 2006 Corporate Smalltalk Consulting ltd.  All rights reserved, published under the Squeak-L licence
 *
 */


void SetupSurface();
int sqQuicktimeInitialize();
int sqQuicktimeShutdown();
long stQuicktimeSetSurfacewidthheightrowBytesdepthmovie(char * buffer, int width, int height, int rowBytes, int depth, void *movie);
int stQuicktimeDestroy(int sqHandle);
int stQuicktimeSetSemaphorefor(int index, int sqHandle);
int stQuicktimeClearSemaphore(int sqHandle);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.