IPin インターフェイス このインターフェイスはすべての入力ピン、出力ピンによって公開される。 フィルタ グラフ マネージャはこのインターフェイスを使ってピンと接続し、フラッシュ処理を行う。アプリケーションはこのインターフェイスを使ってピンの情報を ...
IPin::ConnectionMediaType method (Windows) - MSDN - Microsoft DirectShow Reference · Interfaces · IPin ... IPin::ConnectionMediaType method. The ConnectionMediaType method ...
IPin Interface - MSDN - Microsoft The filter graph manager calls the IPin::Connect method on this pin's IPin interface, passing the ... DirectShow Interfaces ...
IPin::Connect method (Windows) - MSDN - Microsoft DirectShow Reference ... C++. Copy. HRESULT Connect( [in] IPin *pReceivePin, [in] const AM_MEDIA_TYPE *pmt ); ...
IPin::Disconnect method (Windows) - MSDN - Microsoft DirectShow Reference · Interfaces · IPin · BeginFlush ... IPin::Disconnect method. The Disconnect method breaks the ...
IPin::ConnectedTo - MSDN - Microsoft [out] Pointer to an IPin pointer to the IPin interface of the other pin (if any) to which this pin is connected. If there is no ...
IPin::NewSegment method (Windows) The NewSegment method notifies the pin that media samples received after this call are grouped as a segment, with a common start time, stop time, and rate.
IPin interface (Windows) - MSDN - Microsoft Applications should never call IPin methods that change a pin's state, such as Connect, Disconnect, BeginFlush, or EndFlush. To connect pins, an application ...
IPin::QueryAccept method (Windows) - MSDN - Microsoft Remarks. A return value of S_OK indicates that the pin will accept the media type, either on the next sample, or after a pin reconnection. The implementation ...
IPin::QueryPinInfo method (Windows) - MSDN - Microsoft The QueryPinInfo method retrieves information about the pin.