Property | Type | Description | |
---|---|---|---|
Close | void | ||
Empty | void | ||
Open | void | ||
StopPlayback | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System | ||
OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Prepare ( ) : void | ||
Resume ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Empty ( ) : void | ||
Open ( bool precache = false ) : void | ||
StopPlayback ( ) : void |
public OggStream ( Stream stream, int bufferCount = DefaultBufferCount ) : System | ||
stream | Stream | |
bufferCount | int | |
return | System |
public OggStream ( string filename, int bufferCount = DefaultBufferCount ) : System | ||
filename | string | |
bufferCount | int | |
return | System |