Method | Description | |
---|---|---|
Load ( Stream stream, bool validateHeader ) : void | ||
Load ( |
||
PlaylistFormatBase ( ) : System | ||
Save ( Stream stream, ITrackModelSource source ) : void |
Method | Description | |
---|---|---|
AddElement ( ) : object>.Dictionary |
||
ExportUri ( |
||
ResolveUri ( string uri ) : |
||
SecondsStringToTimeSpan ( string seconds ) : System.TimeSpan |
protected AddElement ( ) : object>.Dictionary |
||
return | object>.Dictionary |
protected ExportUri ( |
||
uri | ||
return | string |
public Load ( Stream stream, bool validateHeader ) : void | ||
stream | Stream | |
validateHeader | bool | |
return | void |
public abstract Load ( |
||
reader | ||
validateHeader | bool | |
return | void |
protected ResolveUri ( string uri ) : |
||
uri | string | |
return |
public abstract Save ( Stream stream, ITrackModelSource source ) : void | ||
stream | Stream | |
source | ITrackModelSource | |
return | void |
protected SecondsStringToTimeSpan ( string seconds ) : System.TimeSpan | ||
seconds | string | |
return | System.TimeSpan |