Avatar

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 Recent activity Votes
  • 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...

  • M_ANC_DATA

    Contains information about the ancillary data Name Type Description audOriginal M_AUDIO_LOUDNESS Original audio loudness   audOutput M_AUDIO_LOUDNESS Output audio loudness (after applying th...

  • M_AUDIO_TRACK_LOUDNESS

    Contains information about the audio track loudness Name Type Description arrEBUMode_I float Intermediate (from start) ‘EBU Mode’ metering, original and output audio.   arrEBUMode_M float Mo...

  • eMItemType

    Specifies the item type Member Description eMPIT_Command command (unused in ItemTypeGet method) eMPIT_File MFile object eMPIT_Live MLive object eMPIT_Playlist MPlaylist object

  • Sharing custom information between Publisher and Receiver

    If you need to share information between two connected points we have two possible solutions: 1. Send information via the message system Could be implemented via SendMessageToPeer Check out the Str...

  • Use DirectShow filters as MLive object

    With MPlatform, you can use a DirectShow Video Capture Sources as live sources. By default, video capture sources are available in MLive object. But the common problem of DirectShow devices is that...

  • Use MPlatform with DirectShow objects

    With MPlatform, you can receive and output streams from (to) DirectShow objects. It is a useful feature if you have a DirectShow solution and want to include MPlatform into this or if you want to u...

  • Playback control with MFReader object

    The SourceFrameGet method returns only the next source frame. It is useful for live sources or for a simple file playback. For more complicated operations like seeking or fast playback, you should ...