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-
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 ...
MF_FRAME_INFO
Contains frame information Name Type Description avProps M_AV_PROPS media properties (M_AV_PROPS) cbAudio integer audio data size in memory cbVideo integer video data size in memory ...
M_VID_PROPS
Contains information about the video properties Name Type Description dblRate double Video frame rate eGPUFlags eGPUTextureFormat The format of GPU texture eInterlace eMInterlace Interlaci...
M_TIMECODE
Contains information about a timecode Name Type Description eTCFlags eMTimecodeFlags Timecode flags nExtraCounter integer frame counter nFrames integer Frames nHours integer Hours ...
M_TIME
Contains information about the duration of a frame and timecode. Name Type Description eFFlags eMFrameFlags Break, Live, Network etc. flags eMFrameFlags. rtEndTime long The end frame time ...
M_STREAM_INFO
Specifies information about a stream (IStream interface) Name Type Description bsCodecNameOrTag string a codec name or a tag cbCodecData int codec data size dblRate double frame rate ...
M_RATIONAL
Specifies rational number (more info - https://en.wikipedia.org/wiki/Rational_number) Name Type Description nDen integer non-zero denominator nNum integer numerator
M_PACKET_INFO
Specifies information about a packet Name Type Description cbPacketData long size of a packet data eFlags eMFPacketFlags flags llDts long packet times llDuration long duration of a...