Gets the target format accepted by the sample target object.
#include "ltmm.h"
Language | Syntax |
---|---|
C | HRESULT IltmmSampleTarget_get_TargetFormat(pSampleTarget, pVal); |
C++ | HRESULT get_TargetFormat(pVal); |
Pointer to an IltmmSampleTarget interface.
Pointer to a variable that will receive the target format. Can be any value from the ltmmSampleTarget_TargetFormat enumeration.
Value | Meaning |
---|---|
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. |
By default, the value of this property is ltmmSampleTarget_TargetFormat_Undefined. If you assign a value to the TargetFormat property that matches your expected final output format, then only media types that are accepted by the assigned format will be allowed. The AcceptedMediaType values are still honored, however, only the parts of the AcceptedMediaType that are not specified (GUID_NULL) are compared with the TargetFormat. So, you can still force a pin to only accept a major type of Video, and have the rest depend on the target format, by simply assigning an AcceptedMediaType with only the major type of video defined.
Win32, x64.
Language | Example |
---|---|
C | Splitting an AVI File into Multiple Bitmaps Using ltmmSampleTarget |
C++ | Splitting an AVI File into Multiple Bitmaps Using ltmmSampleTarget |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document