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
  • IMColors

    Operates MColors plugin for color, brightness and contrast management Methods GetBrightContParam Gets brightness and contrast parameters Syntax void GetBrightContParam( out MG_BRIGHT_CONT_PARA...

  • IMCallback

    Operates callback events - required for WebRTC feature Methods OnEvent Raises on each received event Syntax void OnEvent( long llCallbackUserData, string bsName, string bsEventName, ...

  • IMPlaylist

    Operates playlists Methods PlaylistAdd Inserts a new item into the playlist at the specified position. Syntax void PlaylistAdd( object _pExternOrRef, string _bsPath, string _bsParam, r...

  • 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...

  • MG_COLOR_PARAM

    Specifies color management parameters Name Type Description dblUlevel double U-level. Possible values: -1..1. Default value: 0.   dblUVGain double UV-gain. Possible values: 0..1. Default ...

  • MG_BRIGHT_CONT_PARAM

    Specifies brightness and contrast management parameters Name Type Description dblBlackLevel double Black level. Possible values: -1..1. Default value: 0.   dblBrightness double Brightness...

  • MF_VID_PTR

    Specifies a video pointer parameters Name Type Description cbVideoRowBytes integer amount of row bytes   lpVideoPlanes long pointer to video data   szVideoPlanes tagSize size of video data...

  • MF_RECT

    Specifies a structure of the rectangle Name Type Description dblHeight double height   dblPosX double horizontal position   dblPosY double vertical position   dblWidth double width   e...

  • MF_MOUSE_EVENT

    Specifies mouse events for HTML5 plugin Name Type Description bAbsolutePos boolean indicates whether absolute position is used   dblPosX double horizontal (X) position   dblPosY double ver...

  • MF_KEY_EVENT

    Specifies key event parameters Name Type Description character integer The character generated by the keystroke   eFlags eMFEventsFlags Event flags   eType eMFKeyEventType Key event type  ...