Microsoft DirectX 8.1 (C++) |
The AMTimelineSrc.GetStretchMode method retrieves the stretch mode. The stretch mode determines how a video source is rendered if its size does not match the output dimensions.
Syntax
object.GetStretchMode(
pnStretchMode As Long
)
Parameters
pnStretchMode
Variable that receives one of the following values:
For more information, see Resize Flags.
Error Codes
If the method fails, an error is raised.
See Also