Compaq Multimedia Services
for OpenVMS Alpha
Programmer's Guide


Previous Contents Index

Glossary
Glossary Glossary
Index
Index
Examples
2-1 MMTIME Data Structure Definition
3-1 Determining Waveform Audio Device Format Support
3-2 Determining Waveform Audio Device Volume Control Support
3-3 Determining Device Support of a Specific Waveform Audio Format
3-4 Writing Waveform Audio Data
3-5 Specifying Data Format for PCM Waveform Audio Data
3-6 PCMWAVEFORMAT Data Structure Definition
3-7 WAVEFORMAT Data Structure Definition
3-8 WAVEFORMATINFO Data Structure Definition
3-9 WAVEHDR Data Structure Definition
3-10 WAVEINCAPS Data Structure Definition
3-11 WAVEOUTCAPS Data Structure Definition
3-12 ACMFORMATDETAILS Data Structure Definition
4-1 CHANNEL_CAPS Data Structure Definition
4-2 VIDEOHDR Data Structure Definition
5-1 Locating a Decompressor That Decompresses JPEG Format
5-2 Locating a Compressor That Compresses YUV Image Format
5-3 Initializing, Decompressing, and Terminating Decompression
5-4 ICINFO Data Structure Definition
6-1 MMCKINFO Data Structure Definition
6-2 RIFF File I/O: Playing a WAVE File Backwards
7-1 BITMAPINFOHEADER Data Structure Definition
7-2 RGBQUAD Data Structure Definition
7-3 BITMAPINFO Data Structure Definition
7-4 Extended BITMAPINFOHEADER Data Structure Definition
7-5 JPEG and MJPG Extended BITMAPINFOHEADER Data Structure Definition
7-6 Header Setup Example
7-7 Sample Table Segment for Baseline Process
8-1 Type GOBL RIFF Form Definition
8-2 RIFF Form Adhering to Type GOBL RIFF Form Definition
8-3 WAVE Format File
8-4 Obtaining Format Information from a WAVE File
8-5 PCM WAVE File: 11.025 kHz Sampling Rate, Mono, 8 Bits/Sample
8-6 PCM WAVE File: 22.05 kHz Sampling Rate, Mono, 8 Bits/Sample
8-7 PCM WAVE File: 44.1 kHz Sampling Rate, Mono, 20 Bits/Sample
8-8 Expanded AVI RIFF File
8-9 MainAVIHeader Data Structure Definition
8-10 AVIStreamHeader Data Structure Definition
8-11 Audio Data Chunk
8-12 Uncompressed DIB Data Chunk
8-13 Compressed DIB Data Chunk
8-14 AVIPALCHANGE Data Structure Definition
8-15 AVIINDEXENTRY Data Structure Definition
8-16 'JUNK' Chunk Format
8-17 Expanded JPEG AVI RIFF Form
8-18 Image Data Chunk for Noninterleaved Stream
Figures
1-1 Multimedia System Architecture
3-1 Audio Architecture
3-2 DWORD Packing for Waveform Volume Levels
3-3 Data Packing for 8-Bit Mono PCM
3-4 Data Packing for 8-Bit Stereo PCM
3-5 Data Packing for 16-Bit Mono PCM
3-6 Data Packing for 16-Bit Stereo PCM
4-1 Video Capture and Playback Channels and Frame Buffer
5-1 Architecture of a Video Compression Operation
5-2 Architecture of a Video Decompression Operation
7-1 The 8-Bit BICOMP_DECXIMAGEDIB Format
7-2 The 24-Bit BICOMP_DECXIMAGEDIB Format
7-3 The 16-Bit BICOMP_DECYUVDIB Format
7-4 The 16-Bit BI_RGB Format
7-5 The 32-Bit BI_RGB Format
7-6 The RGB565 Format Using BI_BITFIELDS
7-7 Extended BITMAPINFOHEADER for JPEG and MJPG
8-1 RIFF Chunk with Two Subchunks
8-2 RIFF Chunk with LIST Subchunk
B-1 FullVideo Supreme JPEG Connectors
B-2 FullVideo Supreme Connectors
Tables
1-1 New Multimedia Functions
1-2 Multimedia Extensions Supplied by Compaq
1-3 Unimplemented Services and Functions
2-1 Memory Allocation Function Summary
2-2 Callback Function Summary
3-1 PCM Waveform Audio Data Value Summary
3-2 Waveform Audio Function Summary
3-3 Waveform Audio Error Codes
4-1 Video Capture and Playback Function Summary
4-2 Video Capture and Playback Error Codes
5-1 Video Compression and Decompression Function Summary
5-2 Video Compression and Decompression Error Codes
6-1 Multimedia File I/O Function Summary
6-2 Multimedia File I/O Error Codes
8-1 RIFF File Element Notation Conventions
8-2 Basic Notation for RIFF File Elements
8-3 Escape Sequences
8-4 Extended Notation for RIFF Form Definitions
8-5 Atomic Labels for Primitive Data Types
8-6 Multimedia File Types and Formats
A-1 Summary of Online Sample Application Programs
B-1 FullVideo Supreme JPEG (AV321) JPEGINFOHEADER Data Structure Fields
B-2 FullVideo Supreme JPEG (AV321) Decompression Formats Supported
B-3 FullVideo Supreme JPEG (AV321) Compression Formats Supported
B-4 FullVideo Supreme JPEG (AV321) Analog Video Capture Formats Supported
B-5 FullVideo Supreme JPEG (AV321) Analog Video Playback Formats Supported
B-6 FullVideo Supreme (AV301) Decompression Formats Supported
B-7 FullVideo Supreme (AV301) Analog Video Capture Formats Supported
B-8 FullVideo Supreme (AV301) Analog Video Playback Formats Supported
B-9 Software JPEG CODEC JPEGINFOHEADER Data Structure Fields
B-10 Software JPEG Compression Formats Supported
B-11 Software JPEG Decompression Formats Supported


Previous Next Contents Index