Interface IMFTranscodeSinkInfoProvider
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8CFFCD2E-5A03-4A3A-AFF7-EDCD107C620E")]
public interface IMFTranscodeSinkInfoProvider
Methods
GetSinkInfo(out MFTranscodeSinkInfo)
Declaration
HResult GetSinkInfo(out MFTranscodeSinkInfo pSinkInfo)
Parameters
MFTranscodeSinkInfo
pSinkInfo
|
Returns
HResult
|
SetOutputByteStream(IMFActivate)
Declaration
HResult SetOutputByteStream(IMFActivate pByteStreamActivate)
Parameters
IMFActivate
pByteStreamActivate
|
Returns
HResult
|
SetOutputFile(String)
Declaration
HResult SetOutputFile(string pwszFileName)
Parameters
System.String
pwszFileName
|
Returns
HResult
|
SetProfile(IMFTranscodeProfile)
Declaration
HResult SetProfile(IMFTranscodeProfile pProfile)
Parameters
IMFTranscodeProfile
pProfile
|
Returns
HResult
|