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.
[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 GetPIDCount method retrieves the number of MPEG-2 Packet IDs being filtered by the MPEG-2 Demultiplexer into the TIF's input data.
Syntax
HRESULT GetPIDCount(
  [out] ULONG *pulcPIDs
);
Parameters
[out] pulcPIDs
Pointer to a variable that receives the number of PIDs currently being filtered to the Demux.
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 need this method.
Requirements
| Requirement | Value | 
|---|---|
| Target Platform | Windows | 
| Header | bdatif.h |