ホーム › Media.DirectShow.Tv › IPMT
IPMT
COMメソッド 19
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT Initialize(ISectionList* pSectionList, IMpeg2Data* pMPEGData) |
| 4 | HRESULT GetProgramNumber(WORD* pwVal) |
| 5 | HRESULT GetVersionNumber(BYTE* pbVal) |
| 6 | HRESULT GetPcrPid(WORD* pPidVal) |
| 7 | HRESULT GetCountOfTableDescriptors(DWORD* pdwVal) |
| 8 | HRESULT GetTableDescriptorByIndex(DWORD dwIndex, IGenericDescriptor** ppDescriptor) |
| 9 | HRESULT GetTableDescriptorByTag(BYTE bTag, DWORD* pdwCookie, IGenericDescriptor** ppDescriptor) |
| 10 | HRESULT GetCountOfRecords(WORD* pwVal) |
| 11 | HRESULT GetRecordStreamType(DWORD dwRecordIndex, BYTE* pbVal) |
| 12 | HRESULT GetRecordElementaryPid(DWORD dwRecordIndex, WORD* pPidVal) |
| 13 | HRESULT GetRecordCountOfDescriptors(DWORD dwRecordIndex, DWORD* pdwVal) |
| 14 | HRESULT GetRecordDescriptorByIndex(DWORD dwRecordIndex, DWORD dwDescIndex, IGenericDescriptor** ppDescriptor) |
| 15 | HRESULT GetRecordDescriptorByTag(DWORD dwRecordIndex, BYTE bTag, DWORD* pdwCookie, IGenericDescriptor** ppDescriptor) |
| 16 | HRESULT QueryServiceGatewayInfo(DSMCC_ELEMENT** ppDSMCCList, DWORD* puiCount) |
| 17 | HRESULT QueryMPEInfo(MPE_ELEMENT** ppMPEList, DWORD* puiCount) |
| 18 | HRESULT RegisterForNextTable(HANDLE hNextTableAvailable) |
| 19 | HRESULT GetNextTable(IPMT** ppPMT) |
| 20 | HRESULT RegisterForWhenCurrent(HANDLE hNextTableIsCurrent) |
| 21 | HRESULT ConvertNextToCurrent() |