Avatar

Andrey B.

  • Total activity 287
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 4
  • Subscriptions 121

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • IMFPacket

    Operates media packets Methods PacketAppendData Appends a data to a packet Syntax void PacketAppendData( int cbData, long lpData ) Parameters cbData - the size of the datalpData - a pointer ...

  • IMFObject

    Operates an object properties and allows using events in C++ and Delphi Methods MFCallbackSet Sets callback to events for an object Syntax void MFCallbackSet( IMCallback _pCallback, long _ll...

  • IMFFrame

    Operates a single frame Methods MFAddToStream Add a frame to a stream Syntax void MFAddToStream( IStream _pStream, eMFrameClone _eSaveType ) Parameters _pStream - target stream object_eSaveT...

  • IMFFormat

    Operates audio and video formats Methods FormatAudioGet Gets current audio format Syntax void FormatAudioGet( eMFormatType _eFormatType, out M_AUD_PROPS _pAudProps, out int _pnIndex, o...

  • IMFFactory

    Operates a frame's creation Methods MFFrameClone Gets a clone of the frame. See eMFrameClone for more information about clone types. If _fccPixelFormat is not eMFCC_Default and not the original, th...

  • IMFDevice

    Operates with devices (input and output) Methods DeviceClose Closes the current device Syntax void DeviceClose() DeviceGet Gets the current device of a selected type Syntax void DeviceGet( eMFD...

  • IMFCreator

    Creates and operates external objects Methods MFExternalCreate Creates an object in an external process by its GUID. You can find GUIDs of objects in /Include/MPlatform.idl file in your SDK's direc...

  • IMFConverter

    The IMFConverter interface provides methods for converting video frames according to specified output parameters and optional transformation settings.It is implemented by both MFFactoryClass and MF...

  • IMFConfig

    Operates global settings for all objects Methods LoadSettings Loads settings to an object Syntax void LoadSettings( string _bsKeyName, out string _pbsAttributesList ) Parameters _bsKeyName -...

  • IMFBuffersAllocator

    Operates buffers allocators Methods MFBufferAlloc Allocates a buffer with a specified size, and optionally copy memory Syntax void MFBufferAlloc( uint _cbSize, long _lpBuffer, out IMFBuff...