Compartir a través de


STREAM_SetMediaSize_Request (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.