이름 |
설명 |
ALawDecoder |
Turns 8-bit A-law bytes back into 16-bit PCM values. |
ALawEncoder |
Turns 16-bit linear PCM values into 8-bit A-law bytes. |
CameraEventArgs |
Camera event arguments |
G711AudioDecoder |
|
G711AudioEncoder |
G.711 is a standard for encoding waveform audio. The standard comes in two flavors, MuLaw, and ALaw. This class 'G711AudioEncoder' serves as an abstract base for the two variants of the standard. As all the implementation is based on lookups into arrays, the sublcassers only need to implement the lookup array. The base class will perform the data conversions. |
MuLawDecoder |
Turns 8-bit µ-law bytes back into 16-bit PCM values. |
MuLawEncoder |
Turns 16-bit linear PCM values into 8-bit µ-law bytes. |
VfwCameraDevice |
The VfwCameraDevice object represents a Vfw video capture device. As Vfw also supports audio capture devices, this object is specialized to only the video capture interfaces. |
VfwCaptureDevice |
This class encapsulates a video capture device as represented by the AviCap interface of old. There are only two functions that are connected to actual API calls. All the other methods are actually messages that are sent to a window. |
VfwDeviceDriver |
|
VfwDeviceManager |
|
VideoTexture |
|