ホーム › Media.DirectShow.Tv › IATSC_VCT
IATSC_VCT
COMメソッド 26
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT Initialize(ISectionList* pSectionList, IMpeg2Data* pMPEGData) |
| 4 | HRESULT GetVersionNumber(BYTE* pbVal) |
| 5 | HRESULT GetTransportStreamId(WORD* pwVal) |
| 6 | HRESULT GetProtocolVersion(BYTE* pbVal) |
| 7 | HRESULT GetCountOfRecords(DWORD* pdwVal) |
| 8 | HRESULT GetRecordName(DWORD dwRecordIndex, LPWSTR* pwsName) |
| 9 | HRESULT GetRecordMajorChannelNumber(DWORD dwRecordIndex, WORD* pwVal) |
| 10 | HRESULT GetRecordMinorChannelNumber(DWORD dwRecordIndex, WORD* pwVal) |
| 11 | HRESULT GetRecordModulationMode(DWORD dwRecordIndex, BYTE* pbVal) |
| 12 | HRESULT GetRecordCarrierFrequency(DWORD dwRecordIndex, DWORD* pdwVal) |
| 13 | HRESULT GetRecordTransportStreamId(DWORD dwRecordIndex, WORD* pwVal) |
| 14 | HRESULT GetRecordProgramNumber(DWORD dwRecordIndex, WORD* pwVal) |
| 15 | HRESULT GetRecordEtmLocation(DWORD dwRecordIndex, BYTE* pbVal) |
| 16 | HRESULT GetRecordIsAccessControlledBitSet(DWORD dwRecordIndex, BOOL* pfVal) |
| 17 | HRESULT GetRecordIsHiddenBitSet(DWORD dwRecordIndex, BOOL* pfVal) |
| 18 | HRESULT GetRecordIsPathSelectBitSet(DWORD dwRecordIndex, BOOL* pfVal) |
| 19 | HRESULT GetRecordIsOutOfBandBitSet(DWORD dwRecordIndex, BOOL* pfVal) |
| 20 | HRESULT GetRecordIsHideGuideBitSet(DWORD dwRecordIndex, BOOL* pfVal) |
| 21 | HRESULT GetRecordServiceType(DWORD dwRecordIndex, BYTE* pbVal) |
| 22 | HRESULT GetRecordSourceId(DWORD dwRecordIndex, WORD* pwVal) |
| 23 | HRESULT GetRecordCountOfDescriptors(DWORD dwRecordIndex, DWORD* pdwVal) |
| 24 | HRESULT GetRecordDescriptorByIndex(DWORD dwRecordIndex, DWORD dwIndex, IGenericDescriptor** ppDescriptor) |
| 25 | HRESULT GetRecordDescriptorByTag(DWORD dwRecordIndex, BYTE bTag, DWORD* pdwCookie, IGenericDescriptor** ppDescriptor) |
| 26 | HRESULT GetCountOfTableDescriptors(DWORD* pdwVal) |
| 27 | HRESULT GetTableDescriptorByIndex(DWORD dwIndex, IGenericDescriptor** ppDescriptor) |
| 28 | HRESULT GetTableDescriptorByTag(BYTE bTag, DWORD* pdwCookie, IGenericDescriptor** ppDescriptor) |