Leadtools.Multimedia Namespace : LoadStatusEventCode Enumeration |
public enum LoadStatusEventCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum LoadStatusEventCode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LoadStatusEventCode
public enum LoadStatusEventCode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Multimedia.LoadStatusEventCode = function() { }; Leadtools.Multimedia.LoadStatusEventCode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class LoadStatusEventCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AM_LOADSTATUS_PROGRAM_PACKET_RECEIVED | Indicates a program packet has been received. |
AM_LOADSTATUS_WAITING_FOR_DATA | Indicates the operation is still waiting for data. |
The timeout can be specified when loading UDP streams. The UDP takes a Timeout parameter through the URL. While waiting for data, LEADTOOLS sends the application EC_LOADSTATUS messages informing it that the UDP source is waiting for data. If the user decides to abort the wait, call MediaInfo.ResetSource, this will abort the load process with the E_ABORT error.
For more information, refer to the Microsoft documentation for the Event Notification and DVD Event Notification Codes.
For more information, see Programming with the MPEG-2 Transport Demultiplexer.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.LoadStatusEventCode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2