Class AudioOutStream
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public abstract class AudioOutStream : AudioStream, IDisposable
Properties​
CanWrite​
View Source​
Declaration
public override bool CanWrite { get; }
Methods​
Read(Byte[], Int32, Int32)​
View Source​
Declaration
public override int Read(byte[] buffer, int offset, int count)
Returns​
System.Int32
Parameters​
Type | Name |
---|---|
System.Byte[] | buffer |
System.Int32 | offset |
System.Int32 | count |
SetLength(Int64)​
View Source​
Declaration
public override void SetLength(long value)
Parameters​
Type | Name |
---|---|
System.Int64 | value |
Seek(Int64, SeekOrigin)​
View Source​
Declaration
public override long Seek(long offset, SeekOrigin origin)
Returns​
System.Int64
Parameters​
Type | Name |
---|---|
System.Int64 | offset |
System.IO.SeekOrigin | origin |
Implements​
System.IDisposable