calcBytesPerLine Method |
||||||||||||||||||||
Calculates the number of bytes required to store the data of a given frame type. | ||||||||||||||||||||
Syntax: | size_t calcBytesPerLine( const FrameTypeInfo& info ); size_t calcBytesPerLine( const GUID& subtype, int width ); |
|||||||||||||||||||
|
||||||||||||||||||||
Return value: | The number of bytes per line in a frame of a given FrameTypeInfo or mediasubtype/width combination. |
|||||||||||||||||||
Information: | Namespace: DShowLib | |||||||||||||||||||
See also: | FrameTypeInfo |