Skip to main content

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​
TypeName
System.Byte[]buffer
System.Int32offset
System.Int32count

SetLength(Int64)​

View Source​
Declaration
public override void SetLength(long value)
Parameters​
TypeName
System.Int64value

Seek(Int64, SeekOrigin)​

View Source​
Declaration
public override long Seek(long offset, SeekOrigin origin)
Returns​

System.Int64

Parameters​
TypeName
System.Int64offset
System.IO.SeekOriginorigin

Implements​

  • System.IDisposable