C# Class Hanasu.Tools.Shoutcast.ShoutcastStream

Inheritance: IRandomAccessStream
Afficher le fichier Open project: Amrykid/Hanasu Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CloneStream ( ) : IRandomAccessStream
Résultat IRandomAccessStream

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FlushAsync() public méthode

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
Résultat Windows.Foundation.IAsyncOperation

GetInputStreamAt() public méthode

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
Résultat IInputStream

GetOutputStreamAt() public méthode

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
Résultat IOutputStream

ReadAsync() public méthode

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

Seek() public méthode

public Seek ( ulong position ) : void
position ulong
Résultat void

WriteAsync() public méthode

public WriteAsync ( Windows.Storage.Streams.IBuffer buffer ) : uint>.Windows.Foundation.IAsyncOperationWithProgress
buffer Windows.Storage.Streams.IBuffer
Résultat uint>.Windows.Foundation.IAsyncOperationWithProgress