프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AnalyzeDuration | int | ||
Cookies | string | ||
Duration | long | ||
Headers | string | ||
OutAudio | IAudioSource | ||
PlaybackRate | double | ||
RTSPMode | int | ||
SampleChannel | NAudio.Wave.SampleProviders.SampleChannel | ||
Seekable | bool | ||
Timeout | int | ||
UserAgent | string |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
FfmpegStream ( ) : System |
Initializes a new instance of the FfmpegStream class.
|
|
FfmpegStream ( string source ) : System |
Initializes a new instance of the FfmpegStream class.
|
|
ProcessAudio ( byte data ) : void | ||
SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : 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 video source.
|
|
WaitForStop ( ) : void |
Calls Stop
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
EventManager ( ) : void | ||
FfmpegListener ( ) : void | ||
ShutDown ( string errmsg ) : void |
public FfmpegStream ( string source ) : System | ||
source | string | URL, which provides video stream. |
리턴 | System |
public SampleChannelPreVolumeMeter ( object sender, NAudio.Wave.SampleProviders.StreamVolumeEventArgs e ) : void | ||
sender | object | |
e | NAudio.Wave.SampleProviders.StreamVolumeEventArgs | |
리턴 | void |
public SampleChannel,NAudio.Wave.SampleProviders SampleChannel | ||
리턴 | NAudio.Wave.SampleProviders.SampleChannel |