Leadtools.Multimedia Namespace : LoadStatusEventCode Enumeration |
'Declaration Public Enum LoadStatusEventCode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As LoadStatusEventCode
public enum LoadStatusEventCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
public enum class LoadStatusEventCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000100 | AM_LOADSTATUS_PROGRAM_PACKET_RECEIVED | Indicates a program packet has been received. |
0x00000101 | 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