|
| HRESULT | Create (LPARAM lParam1, LPARAM lParam2) |
| |
| HRESULT | Info (AVISTREAMINFOW *psi, LONG lSize) |
| |
| LONG | FindSample (LONG lPos, LONG lFlags) |
| |
| HRESULT | ReadFormat (LONG lPos, [out, size_is(*lpcbFormat)] char *lpFormat, [in, out] LONG *lpcbFormat) |
| |
| HRESULT | SetFormat (LONG lPos, [in, size_is(cbFormat)] char *lpFormat, LONG cbFormat) |
| |
| HRESULT | Read (LONG lStart, LONG lSamples, [out, size_is(cbBuffer)] char *lpBuffer, LONG cbBuffer, LONG *plBytes, LONG *plSamples) |
| |
| HRESULT | Write (LONG lStart, LONG lSamples, [in, size_is(cbBuffer)] char *lpBuffer, LONG cbBuffer, DWORD dwFlags, LONG *plSampWritten, LONG *plBytesWritten) |
| |
| HRESULT | Delete (LONG lStart, LONG lSamples) |
| |
| HRESULT | ReadData (DWORD fcc, [out, size_is(*lpcbBuffer)] char *lpBuffer, [in, out] LONG *lpcbBuffer) |
| |
| HRESULT | WriteData (DWORD fcc, [in, size_is(cbBuffer)] char *lpBuffer, LONG cbBuffer) |
| |
| HRESULT | SetInfo (AVISTREAMINFOW *plInfo, LONG cbInfo) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 53 of file avifil32.idl.
◆ Create()
◆ Delete()
◆ FindSample()
◆ Info()
◆ Read()
◆ ReadData()
| HRESULT IAVIStream::ReadData |
( |
DWORD |
fcc, |
|
|
[out, size_is(*lpcbBuffer)] char * |
lpBuffer, |
|
|
[in, out] LONG * |
lpcbBuffer |
|
) |
| |
◆ ReadFormat()
| HRESULT IAVIStream::ReadFormat |
( |
LONG |
lPos, |
|
|
[out, size_is(*lpcbFormat)] char * |
lpFormat, |
|
|
[in, out] LONG * |
lpcbFormat |
|
) |
| |
◆ SetFormat()
| HRESULT IAVIStream::SetFormat |
( |
LONG |
lPos, |
|
|
[in, size_is(cbFormat)] char * |
lpFormat, |
|
|
LONG |
cbFormat |
|
) |
| |
◆ SetInfo()
◆ Write()
◆ WriteData()
The documentation for this interface was generated from the following file: