| LEADTOOLS Media Foundation Help > LEADTOOLS Media Foundation Features > Media Foundation Function References > IltmfTargetVideoFormats Interface > IltmfTargetVideoFormats::put_Selection |
#include "ltmf.h"
|
C Syntax |
HRESULT IltmfTargetVideoFormats_put_Selection(pTargetVideoFormats, newVal) |
|
C++ Syntax |
HRESULT put_Selection(newVal) |
|
IltmfTargetVideoFormats *pTargetVideoFormats; |
/* pointer to an interface */ |
|
long newVal; |
/* index */ |
Sets the target video format at the specified index as the current target video format.
|
Parameter |
Description |
|
pTargetVideoFormats |
Pointer to an IltmfTargetVideoFormats Interface. |
|
newVal |
Zero based index of the target video format to set as the current target video format. |
Returns
|
S_OK |
The function was successful. |
|
<> S_OK |
An error occurred. Refer to the Error Codes or the HRESULT error codes in the MediaFoundation documentation. |
Comments
Call IltmfTargetVideoFormats::get_Selection to retrieve the index of the current target video format.
Required DLLs and Libraries
|
LTMF For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64
See Also
|
Elements: |
IltmfTargetVideoFormats::get_Count, IltmfTargetVideoFormats::get_Selection, IltmfTargetVideoFormats::Item, IltmfTargetVideoFormats::Find |
|
Topics: |
Example
For a C++ example, refer to Recompressing MP4 File Example for C++.