Sub ReaderFrameGet( _
ByVal As Double, _
ByRef As IMFFrame, _
ByVal As String _
)
void ReaderFrameGet(
double ,
out IMFFrame ,
string
)
procedure ReaderFrameGet(
: Double;
Out : IMFFrame;
: String
);
void ReaderFrameGet(
double ,
[PARAMFLAG::Out] IMFFrame* ,
BSTR*
)