| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.StreamBase
|
+-- Engine.StreamInterface
|
+-- Engine.PlaylistParserBase
B4SParser, M3UParser, PLSParser
| Variables Summary | |
|---|---|
| array<string> | Lines |
| array<string> | Paths |
| string | PlaylistName |
| array<HtmlChar> | SpecialChars |
| EStreamPlaylistType | Type |
| Inherited Variables from Engine.StreamInterface |
|---|
| CurrentDirectory |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.StreamBase |
|---|
| EFileType, EStreamPlaylistType |
| Structures Summary | ||
|---|---|---|
| HtmlChar Plain, Coded | ||
| Inherited Structures from Engine.StreamBase |
|---|
| FilePath, ID3Field |
| Functions Summary | ||
|---|---|---|
![]() | string | GetTagged (out string Text )) |
![]() | EStreamPlaylistType | GetType ())) |
![]() | string | GetValue (string KeyValuePair, optional bool bAllowSpaces )) |
![]() | string | HtmlDecode (string src)) |
![]() | bool | Import (int PlaylistIndex, int InsertPosition, string Path )) |
![]() | ImportedPlaylist (int PlaylistIndex, int InsertPosition )) | |
![]() | ParseLines ())) | |
![]() | SetType (EStreamPlaylistType InType )) | |
| Inherited Functions from Engine.StreamBase |
|---|
| *, *=, CompareNames, ConvertToFileExtension, ConvertToFileType, FormatTimeDisplay, GetPathRoot, GetPathSeparator, HandleDebugExec, HasExtension, IsCaseSensitive, ParseDirectories, ParseExtension, ParsePath, RevInStr |
| Variables Detail |
|---|
| Structures Detail |
|---|
| Functions Detail |
|---|
GetTagged Source code
GetType Source code
GetValue Source code
HtmlDecode Source code
Import Source code
ImportedPlaylist Source code
ParseLines Source code
SetType Source code| Defaultproperties |
|---|
defaultproperties
{
SpecialChars(0)=(Plain="&",Coded="&")
SpecialChars(1)=(Plain=""",Coded=""")
SpecialChars(2)=(Plain=" ",Coded=" ")
SpecialChars(3)=(Plain="<",Coded="<")
SpecialChars(4)=(Plain=">",Coded=">")
SpecialChars(5)=(Plain="©",Coded="©")
SpecialChars(6)=(Plain="™",Coded="™")
SpecialChars(7)=(Plain="®",Coded="®")
SpecialChars(8)=(Plain="'",Coded="'")
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||