PSGUID_VIDEO
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The PSGUID_VIDEO property set defines properties for video files.
#define PSGUID_VIDEO {0x64440491, 0x4c8b, 0x11d1, 0x8b, 0x70, 0x8, \
0x0, 0x36, 0xb1, 0x1a, 0x3}
Remarks
The PSGUID_VIDEO property set contains the following property constants:
-
PIDVSI_STREAM_NAME
-
Property ID 0x00000002. Indicates the name for the video stream.
-
PIDVSI_FRAME_WIDTH
-
Property ID 0x00000003. Indicates the frame width for the video stream.
-
PIDVSI_FRAME_HEIGHT
-
Property ID 0x00000004. Indicates the frame height for the video stream.
-
PIDVSI_TIMELENGTH
-
Property ID 0x00000007. Indicates the length, in milliseconds, of the video stream.
-
PIDVSI_FRAME_COUNT
-
Property ID 0x00000005. Indicates the number of frames in the video stream.
-
PIDVSI_FRAME_RATE
-
Property ID 0x00000006. Indicates the frame rate, in frames per millisecond, for the video stream.
-
PIDVSI_DATA_RATE
-
Property ID 0x00000008. Indicates the date rate, in bytes per second, for the video stream.
-
PIDVSI_SAMPLE_SIZE
-
Property ID 0x00000009. Indicates the sample size for the video stream.
-
PIDVSI_COMPRESSION
-
Property ID 0x0000000A. Indicates the level of compression for the video stream.
Related topics