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.
This structure is used by IOCTL_STREAM_SET_MEDIA_SIZE.
typedef struct { STREAM_MediaType ssms_MediaType; ULONG ssms_FrameSize;} STREAM_SetMediaSize_Request;
Members
- ssms_MediaType
Media type to locate size data for. Must be one of the elements of the STREAM_MediaType enumeration. - ssms_FrameSize
Frame size to set the streaming filter driver to utilize for the specified media type. The frame size must be a multiple of the packet size for the specified media type, any other value is invalid.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
See Also
IOCTL_STREAM_SET_MEDIA_SIZE | STREAM_MediaType
Send Feedback on this topic to the authors