프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Close | void | ||
Empty | void | ||
Open | void | ||
StopPlayback | void |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetLength ( ) : System.TimeSpan | ||
GetPosition ( ) : System.TimeSpan | ||
GetState ( ) : ALSourceState | ||
OggStream ( Stream stream, System.Action finishedAction = null, int bufferCount = DefaultBufferCount ) : System | ||
OggStream ( string filename, System.Action finishedAction = null, int bufferCount = DefaultBufferCount ) : System | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Prepare ( ) : void | ||
Resume ( ) : void | ||
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
Empty ( ) : void | ||
Open ( bool precache = false ) : void | ||
StopPlayback ( ) : void |
public OggStream ( Stream stream, System.Action finishedAction = null, int bufferCount = DefaultBufferCount ) : System | ||
stream | Stream | |
finishedAction | System.Action | |
bufferCount | int | |
리턴 | System |
public OggStream ( string filename, System.Action finishedAction = null, int bufferCount = DefaultBufferCount ) : System | ||
filename | string | |
finishedAction | System.Action | |
bufferCount | int | |
리턴 | System |