Click or drag to resize
PopulateResult Enumeration
Results that are returned by ElementBase.Populate.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum PopulateResult
Members
  Member nameValueDescription
Ok0 Indicates that the Element and its children parsed correctly.
ClusterDetected1 Indicates that the Element was parsed correctly, but a cluster was encountered.
Error2 Indicates that an error was encountered while parsing the Element or one of its children.
See Also