UE2:Stream (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> StreamBase >> Stream
Package:
Engine
Known classes within Stream:
StreamTag

Created on: 10/12/2003 A single music file

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Stream'

bReadOnly

Type: bool

Modifiers: editconst, const

Whether this stream is read-only (cannot be deleted)

DefaultExtension

Type: string

Modifiers: editconst, private, const

What to use if no extension specified

Default value: "mp3"

Handle

Type: int

Modifiers: editconst, protected


Default value: -1

IDTag

Type: StreamTag

Modifiers: editconst, protected, const, editinline


PathName

Type: StreamBase.FilePath

Modifiers: editconst, private, const, editinline


Type

Type: StreamBase.EFileType

Modifiers: editconst, private, const

Type of file (mp3, wav, ogg)

Functions

Native functions

LoadID3Tag

native final function bool LoadID3Tag ()


SaveID3Tag

native final function bool SaveID3Tag ()


Events

SetHandle

event bool SetHandle (int NewHandle)


Other instance functions

DumpScriptTag

function DumpScriptTag ()


DumpTags

function DumpTags ()


GetDirectory

function string GetDirectory ()


GetExtension

function string GetExtension ()


GetFileName

function string GetFileName ()


GetFullName

function string GetFullName ()


GetHandle

function int GetHandle ()


GetPath

function string GetPath ()


GetSongTitle

function string GetSongTitle ()


GetTag

function StreamTag GetTag ()


GetType

function StreamBase.EFileType GetType ()


IsReadOnly

function bool IsReadOnly ()