[This is preliminary documentation and subject to change.]
This interface is used by the application to initialize and control the RTP Receive Payload Handler filter.
| IUnknown Methods | Description |
|---|---|
| QueryInterface | Returns pointers to supported interfaces. |
| AddRef | Increments the reference count. |
| Release | Decrements the reference count. |
| IRTPRPHFilter Methods | Description |
|---|---|
| OverridePayloadType | Set a new RTP payload type to be compared with the PT field in the RTP packet header. |
| GetPayloadType | Get the RTP payload type which is in the PT field in the RTP packet header. |
| SetMediaBufferSize | Set the size for the reassembled media data buffers. |
| GetMediaBufferSize | Get the size for the reassembled media data buffers. |
| SetOutputPinMediaType | Set the media type of the output pin. |
| GetOutputPinMediaType | Get the media type of the output pin. |
| SetTimeoutDuration | Set the duration of the time periods in which to queue reordered and reassembled buffers. |
| GetTimeoutDuration | Get the duration of the time periods in which to queue reordered and reassembled buffers. |