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 enumeration describes the type of medium that a specified connection will carry. The choices include both video and audio types.
typedef enum { STREAM_MediaType_MPEG = 0, STREAM_MediaType_MPEG_TimeShifted, STREAM_MediaType_DSS, STREAM_MediaType_DSS_TimeShifted, STREAM_MediaType_Audio_AM824, STREAM_MediaType_Audio_24x4Pack, STREAM_MediaType_Audio_32fp, STREAM_MediaType_DV_SD_625_50Hz, STREAM_MediaType_DV_SD_525_60Hz, STREAM_MediaType_DV_SDL_625_50Hz, STREAM_MediaType_DV_SDL_525_60Hz, STREAM_MediaType_DV_HD_1250_50Hz, STREAM_MediaType_DV_HD_1125_60Hz, STREAM_MediaType_Default=0xFFFF} STREAM_MediaType;
Elements
- STREAM_MediaType_MPEG
Media carried is an MPEG-2 transport stream. For more information, see ISO/IEC-13818-1. - STREAM_MediaType_MPEG_TimeShifted
Media carried is a time-shifted, not live, MPEG-2 transport stream, as defined in ISO/IEC-13818-1. - STREAM_MediaType_DSS
Media carried is a Digital Signature Standard (DSS) stream, which is a variant of MPEG-2 transport streams, with 130-byte packets instead of 188-byte packets. - STREAM_MediaType_DSS_TimeShifted
Media carried is a time-shifted, not live, DSS stream, which is a variant of MPEG-2 transport streams, with 130-byte packets instead of 188-byte packets. - STREAM_MediaType_Audio_AM824
Media carried is an audio stream with an 8-bit label and 24 bits of sample data. - STREAM_MediaType_Audio_24x4Pack
Media carried is an audio stream where each audio pack contains 4 samples of 24 bits each. - STREAM_MediaType_Audio_32fp
Media carried is an audio stream where each audio pack contains a single sample stored as a 32-bit floating-point value. - STREAM_MediaType_DV_SD_625_50Hz
Media carried is a video stream of type digital video (DV), standard definition, containing 625 vertical lines of resolution and represented of 50 frames per second. - STREAM_MediaType_DV_SD_525_60Hz
Media carried is a video stream of type DV, standard definition, containing 525 vertical lines of resolution and represented of 60 frames per second. - STREAM_MediaType_DV_SDL_625_50Hz
Media carried is a video stream of type DV, standard definition, low bandwidth variation, containing 625 vertical lines of resolution and represented of 50 frames per second. - STREAM_MediaType_DV_SDL_525_60Hz
Media carried is a video stream of type DV, standard definition, low bandwidth variation, containing 525 vertical lines of resolution and represented of 60 frames per second. - STREAM_MediaType_DV_HD_1250_50Hz
Media carried is a video stream of type DV, high definition, containing 1250 vertical lines of resolution and represented of 50 frames per second. - STREAM_MediaType_DV_HD_1125_60Hz
Media carried is a video stream of type DV, high definition, containing 1125 vertical lines of resolution and represented of 60 frames per second. - STREAM_MediaType_Default
If set to this element, the subunit should decide which other element to use.
Remarks
For more information on each type, see ISO/IEC-61883, parts 1 through 7.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.
Send Feedback on this topic to the authors