IMPEG2_TIF_CONTROL::GetPIDs method (bdatif.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The GetPIDs method retrieves the list of MPEG-2 Packet IDs being filtered into the TIF's input data.
Syntax
HRESULT GetPIDs(
[out] ULONG *pulcPIDs,
[out] ULONG *pulPIDs
);
Parameters
[out] pulcPIDs
Pointer to a variable that receives the number of PIDs that were retrieved.
[out] pulPIDs
Pointer to a variable that receives an array of returned ULONG values representing the PID values. The number of elements in the array is equal to the value of pulcPIDs.
Return value
The method returns an HRESULT. Possible values include those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Remarks
A custom TIF extension might or might not have need for this method.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | bdatif.h |