#include "ltmm.h"
C Syntax |
HRESULT IltmmMediaTypeDisp_SetPortableType(pMediaTypeDisp, Type) |
C++ Syntax |
HRESULT SetPortableType(Type) |
IltmmMediaTypeDisp *pMediaTypeDisp; |
pointer to an interface |
VARIANT Type; |
VARIANT |
Specifies the media type from portable data.
Parameter |
Description |
pMediaTypeDisp |
Pointer to an IltmmMediaTypeDisp interface. |
Type |
VARIANT containing a SAFEARRAY reference. The array must be composed of a single dimension of bytes. This array contains the portable media type information to set. |
S_OK |
The function was successful. |
<> S_OK |
An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
This user should only pass data obtained from IltmmMediaTypeDisp::GetPortableType to this function. The portable data contains all the information to describe the media type. For example, you do not need to call IltmmMediaTypeDisp::put_Type, etc. You can, if you want to, but you do not have to.
For more information on using the high level method of acquiring the media type, refer to IltmmMediaTypeDisp Interface.
Win32, x64
Elements: |
|
Topics: |
|
|
|
|
For a C example, refer to Capture to Play Object Interfacing for C.
For a C++ example, refer to Capture to Play Object Interfacing for C++.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET