C# Class Hanasu.Tools.Shoutcast.ShoutcastStream

Inheritance: IRandomAccessStream
Datei anzeigen Open project: Amrykid/Hanasu Class Usage Examples

Public Methods

Method Description
CloneStream ( ) : IRandomAccessStream
Dispose ( ) : void
FlushAsync ( ) : Windows.Foundation.IAsyncOperation
GetInputStreamAt ( ulong position ) : IInputStream
GetOutputStreamAt ( ulong position ) : IOutputStream
ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
Seek ( ulong position ) : void
WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress

Private Methods

Method Description
ConnectAsync ( Uri url ) : System.Threading.Tasks.Task
ParseTitle ( ) : string
ReadLine ( ) : Task
SendHeaders ( Uri url ) : System.Threading.Tasks.Task
SetStream ( ) : System.Threading.Tasks.Task
ShoutcastStream ( ) : System

Method Details

CloneStream() public method

public CloneStream ( ) : IRandomAccessStream
return IRandomAccessStream

Dispose() public method

public Dispose ( ) : void
return void

FlushAsync() public method

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
return Windows.Foundation.IAsyncOperation

GetInputStreamAt() public method

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
return IInputStream

GetOutputStreamAt() public method

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
return IOutputStream

ReadAsync() public method

public ReadAsync ( Windows.Storage.Streams.IBuffer buffer, uint count, InputStreamOptions options ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
count uint
options InputStreamOptions
return uint>.Windows.Foundation.IAsyncOperationWithProgress

Seek() public method

public Seek ( ulong position ) : void
position ulong
return void

WriteAsync() public method

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
return uint>.Windows.Foundation.IAsyncOperationWithProgress