MFORMATSLib Namespace > IMFFactory Interface : MFFrameCreateFromTexture Method |
Sub MFFrameCreateFromTexture( _ ByRef _pAVProps As M_AV_PROPS, _ ByVal _pD3DTexture2D As Object, _ ByVal _lAudioSamples As Integer, _ ByVal _lpAudio As Long, _ ByRef _ppFrame As MFFrame, _ ByVal _bsPropsList As String _ )
void MFFrameCreateFromTexture( ref M_AV_PROPS _pAVProps, object _pD3DTexture2D, int _lAudioSamples, long _lpAudio, out MFFrame _ppFrame, string _bsPropsList )
procedure MFFrameCreateFromTexture( var _pAVProps: M_AV_PROPS; _pD3DTexture2D: TObject; _lAudioSamples: Integer; _lpAudio: Int64; Out _ppFrame: MFFrame; _bsPropsList: String );
void MFFrameCreateFromTexture( ref M_AV_PROPS _pAVProps, IUnknown* _pD3DTexture2D, int _lAudioSamples, long _lpAudio, [PARAMFLAG::Out] MFFrame* _ppFrame, BSTR* _bsPropsList )