File: QuicktimePlugin.h

package info (click to toggle)
squeak-vm 1%3A4.0.3.2202-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 15,200 kB
  • ctags: 15,841
  • sloc: ansic: 73,040; cs: 11,191; sh: 10,238; objc: 5,494; asm: 1,533; makefile: 476; pascal: 372; awk: 206; xml: 32
file content (17 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  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);