Video Properties
Previous | Next |
Video Properties
Windows Portable Devices supports the following video properties.
Property | VarType | Description |
WPD_VIDEO_AUTHOR | VT_LPWSTR | The author of the video file. |
WPD_VIDEO_BITRATE | VT_UI4 | The bit rate of the video file. |
WPD_VIDEO_BUFFER_SIZE | VT_UI4 | A value that specifies the required video buffer size to render this file. |
WPD_VIDEO_CREDITS | VT_LPWSTR | The credits listing the cast and crew for the video. |
WPD_VIDEO_FOURCC_CODE | VT_DWORD | The registered FourCC code that indicates the codec that was used for the video file. For a listing of FourCC formats, see the article Registered FOURCC Codes and WAVE Formats on the MSDN Web site. |
WPD_VIDEO_FRAMERATE | VT_UI4 | The frame rate of the video file, in frames/second x 1,000. For example, a frame rate of 29.97 is represented as 29970. |
WPD_VIDEO_GENRE | VT_LPWSTR | The genre of this video file. There are no standard genre definitions. |
WPD_VIDEO_KEY_FRAME_DISTANCE | VT_UI4 | The interval between key frames, in milliseconds. |
WPD_VIDEO_QUALITY_SETTING | VT_UI4 | The quality setting for the video file. This is codec-dependent. |
WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER | VT_UI4 | The television channel number the video was recorded from. |
WPD_VIDEO_RECORDEDTV_PROGRAM_DESCRIPTION | VT_LPWSTR | A description of the recorded television program. |
WPD_VIDEO_RECORDEDTV_REPEAT | VT_BOOL | A Boolean value that specifies whether the television program was a repeat showing. |
WPD_VIDEO_RECORDEDTV_STATION_NAME | VT_LPWSTR | The television station that the video was recorded from. |
WPD_VIDEO_SCAN_TYPE | VT_UI4 | A WPD_VIDEO_SCAN_TYPES enumerator that specifies the interlacing of the video file. |
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |