프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BytePacket | int | ||
FormatWidth | int | ||
OutAudio | IAudioSource | ||
Seekable | bool | ||
Time | long | ||
TimeOut | int |
메소드 | 설명 | |
---|---|---|
CheckTimestamp ( ) : void | ||
Dispose ( ) : void | ||
DisposePlayer ( ) : void | ||
EventsDurationChanged ( object sender, Declarations.Events.MediaDurationChange e ) : void | ||
EventsStateChanged ( object sender, Declarations.Events.MediaStateChange e ) : void | ||
EventsTimeChanged ( object sender, Declarations.Events.MediaPlayerTimeChanged e ) : void | ||
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
Seek ( float percentage ) : void | ||
SignalToStop ( ) : void |
Calls Stop
|
|
Start ( ) : void |
Start video source. Starts video source and return execution to caller. Video source object creates background thread and notifies about new frames with the help of NewFrame event. |
|
Stop ( ) : void | ||
Stop ( bool requested ) : void |
Stop video source.
|
|
VlcStream ( ) : System |
Initializes a new instance of the VlcStream class.
|
|
VlcStream ( string source, string arguments ) : System |
Initializes a new instance of the VlcStream class.
|
|
WaitForStop ( ) : void |
Calls Stop
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
EventManager ( ) : void | ||
FrameCallback ( |
||
Handler ( |
||
SoundCallback ( Declarations.Sound soundData ) : void | ||
SoundFormatCallback ( Declarations.SoundFormat sf ) : Declarations.SoundFormat | ||
ToStereo ( byte input, int fromChannels ) : byte[] | ||
WorkerThread ( ) : void |
public EventsDurationChanged ( object sender, Declarations.Events.MediaDurationChange e ) : void | ||
sender | object | |
e | Declarations.Events.MediaDurationChange | |
리턴 | void |
public EventsStateChanged ( object sender, Declarations.Events.MediaStateChange e ) : void | ||
sender | object | |
e | Declarations.Events.MediaStateChange | |
리턴 | void |
public EventsTimeChanged ( object sender, Declarations.Events.MediaPlayerTimeChanged e ) : void | ||
sender | object | |
e | Declarations.Events.MediaPlayerTimeChanged | |
리턴 | void |
public SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
sender | object | |
e | NAudio.Wave.SampleProviders.StreamVolumeEventArgs | |
리턴 | void |
public VlcStream ( string source, string arguments ) : System | ||
source | string | URL, which provides VLCstream. |
arguments | string | |
리턴 | System |