|
HRESULT | GetInputSetting ([in] DWORD dwInputNum, [in] LPCWSTR pszName, [out] WMT_ATTR_DATATYPE *pType, [out, size_is(*pcbLength)] BYTE *pValue, [in, out] WORD *pcbLength) |
|
HRESULT | SetInputSetting ([in] DWORD dwInputNum, [in] LPCWSTR pszName, [in] WMT_ATTR_DATATYPE Type, [in, size_is(cbLength)] const BYTE *pValue, [in] WORD cbLength) |
|
HRESULT | GetSinkCount ([out] DWORD *pcSinks) |
|
HRESULT | GetSink ([in] DWORD dwSinkNum, [out] IWMWriterSink **ppSink) |
|
HRESULT | AddSink ([in] IWMWriterSink *pSink) |
|
HRESULT | RemoveSink ([in] IWMWriterSink *pSink) |
|
HRESULT | WriteStreamSample ([in] WORD wStreamNum, [in] QWORD cnsSampleTime, [in] DWORD msSampleSendTime, [in] QWORD cnsSampleDuration, [in] DWORD dwFlags, [in] INSSBuffer *pSample) |
|
HRESULT | SetLiveSource (BOOL fIsLiveSource) |
|
HRESULT | IsRealTime ([out] BOOL *pfRealTime) |
|
HRESULT | GetWriterTime ([out] QWORD *pCurrentTime) |
|
HRESULT | GetStatistics ([in] WORD wStreamNum, [out] WM_WRITER_STATISTICS *pStats) |
|
HRESULT | SetSyncTolerance ([in] DWORD msWindow) |
|
HRESULT | GetSyncTolerance ([out] DWORD *pmsWindow) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 1280 of file wmsdkidl.idl.