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-
DVB subtitle insertion
OverviewThe Video SDK supports inserting subtitle tracks into output streams such as DVB, UDP, SRT, and MPEG transport streams. Pay attention; this feature is going to be included in the Closed Cap...
IMCChannelSGN
The IMCChannelSGN interface is part of the signaling subsystem of the Medialooks SDK. It provides methods to enumerate and manage WebRTC channels and to exchange signaling messages. This interface ...
eMC_ChannelState
Describes the current connection state of a media channel. Member Description eMCCS_Closed The channel is closed and not active eMCCS_Connected The channel is currently connected and operat...
eChannelMode
Defines the operational role of a media channel Member Description eCM_Closed Channel is closed and not operational eCM_Receiver Channel is set to receive data eCM_Transmitter Channel is ...
eVTSG_State
Specifies the signaling (SGN) connection state of the virtual transport session Member Description eVTSG_Closed Connection is closed eVTSG_Connecting Establishing a connection eVTSG_Logge...
CHANNEL_INFO
Contains information about the channel state and traffic statistics Name Type Description eDataState eMC_ChannelState Current state of the channel data connection eChannelMode eChannelMode I...
MCChannelClass
Operates media channel communication in duplex scenarios, including frame streaming, messaging, property control, and event handling. Supported interfaces IMFPropsIMFObjectIMFReceiverIMCChannelIMEv...
IMEventsFrame_Event
This article covers the OnFrameSafe event of the IMEventsFrame interface, explaining how it is triggered, what parameters it provides, and how to safely handle incoming audio and video frames in MF...
IMCChannel
MethodsChannelInfoGetRetrieves information about the current channel.Syntaxvoid ChannelInfoGet(out CHANNEL_INFO _pChannelInfo) Parameter Description _pChannelInfo Output CHANNEL_INFO structu...
IMEventsEvent_Event
Methods OnEventSafe Event that is triggered when a safe event occurs. Syntax event IMEventsEvent_OnEventSafeEventHandler OnEventSafe Parameters OnEventSafe - Delegate that handles safe event callba...