C# 클래스 Hanasu.Tools.Shoutcast.ShoutcastStream

상속: IRandomAccessStream
파일 보기 프로젝트 열기: Amrykid/Hanasu 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CloneStream() 공개 메소드

public CloneStream ( ) : IRandomAccessStream
리턴 IRandomAccessStream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( ) : Windows.Foundation.IAsyncOperation
리턴 Windows.Foundation.IAsyncOperation

GetInputStreamAt() 공개 메소드

public GetInputStreamAt ( ulong position ) : IInputStream
position ulong
리턴 IInputStream

GetOutputStreamAt() 공개 메소드

public GetOutputStreamAt ( ulong position ) : IOutputStream
position ulong
리턴 IOutputStream

ReadAsync() 공개 메소드

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

Seek() 공개 메소드

public Seek ( ulong position ) : void
position ulong
리턴 void

WriteAsync() 공개 메소드

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