Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags to use when transferring a video frame from sink.
Syntax
typedef enum MF_TRANSFER_VIDEO_FRAME_FLAGS {
MF_TRANSFER_VIDEO_FRAME_DEFAULT = 0,
MF_TRANSFER_VIDEO_FRAME_STRETCH = 1,
MF_TRANSFER_VIDEO_FRAME_IGNORE_PAR = 2
} ;
Constants
MF_TRANSFER_VIDEO_FRAME_DEFAULTValue: 0 Use the default transfer behavior. |
MF_TRANSFER_VIDEO_FRAME_STRETCHValue: 1 Stretch the video frame. |
MF_TRANSFER_VIDEO_FRAME_IGNORE_PARValue: 2 >>>>>>> master |
Requirements
| Requirement | Value |
|---|---|
| Header | mfidl.h |