Avatar

Andrey B.

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

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • 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...

  • IMFBuffer

    Operates media buffers Methods BufferActualSizeSet Set buffer actual size Syntax void BufferActualSizeSet( int _cbActualSize ) Parameters _cbActualSize - actual size of a buffer BufferFlagsGet ...

  • IMFBrowser

    Operates a browser behavior in HTML5 overlay plugin Methods BrowserClose Closes an internal browser object Syntax void BrowserClose() BrowserCommand Sends a command to a browser (reload, go back et...

  • IMFAudioBuffer

    Operates an audio buffer. Methods BufferFrameChannelsAppend Appends audio channels from buffer to a specified frame, the number of samples retrieved from specified frame Syntax void BufferFrameChan...