Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SharpFFmpeg
AVStream
C# Class SharpFFmpeg.AVStream
Inheritance:
IAVStream
显示文件
Open project: crazyender/FFMPEG.net
Public Methods
Method
Description
AVStream
(
IntPtr
fileContext
) :
System
Close
( ) :
void
GetNext
( ) :
IAVFrame
SetPosition
(
long
position
) :
bool
Method Details
AVStream()
public
method
public
AVStream
(
IntPtr
fileContext
) :
System
fileContext
System.IntPtr
return
System
Close()
public
method
public
Close
( ) :
void
return
void
GetNext()
public
method
public
GetNext
( ) :
IAVFrame
return
IAVFrame
SetPosition()
public
method
public
SetPosition
(
long
position
) :
bool
position
long
return
bool