Class MediaPlaylist
Inheritance
System.Object
    MediaPlaylist
  Namespace: RenderHeads.Media.AVProVideo
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class MediaPlaylist
  Properties
Items
Declaration
public List<MediaPlaylist.MediaItem> Items { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<MediaPlaylist.MediaItem> | 
Methods
HasItemAt(Int32)
Declaration
public bool HasItemAt(int index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | index | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |