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