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

  • M_AV_PROPS

    Contains information about the audio and video properties Name Type Description ancData M_ANC_DATA Ancillary data.   audProps M_AUD_PROPS Audio properties.   bLocked integer Indicates whet...

  • M_AUDIO_LOUDNESS

    Contains information about the audio loudness Name Type Description arrRMS array of values Loudless for the frame in dBFS (sin).   arrVUMeter array of values ANSI C 16.5 IEC 268-17 VU Meter ...

  • M_AUD_PROPS

    Contains information about the audio properties Name Type Description nBitsPerSample integer Bits per sample, for example, 16  Note: only 16, 20, 24, 32 bits are supported (20, 24 bits are sto...