InterfaceIMFTimecodeTranslate
Interface
Definition
Namespace:MediaFoundation
Assembly:MediaFoundation.dll
Syntax:
cs-api-definition
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("AB9D8661-F7E8-4EF4-9861-89F334F94E74")]
public interface IMFTimecodeTranslate
Methods
BeginConvertHNSToTimecode(long, IMFAsyncCallback, object)
Declaration
cs-api-definition
HResult BeginConvertHNSToTimecode(long hnsTime, IMFAsyncCallback pCallback, object punkState)
Parameters
hnsTime
pCallback
punkState
Returns
BeginConvertTimecodeToHNS(ConstPropVariant, IMFAsyncCallback, object)
Declaration
cs-api-definition
HResult BeginConvertTimecodeToHNS(ConstPropVariant pPropVarTimecode, IMFAsyncCallback pCallback, object punkState)
Parameters
pPropVarTimecode
pCallback
punkState
Returns
EndConvertHNSToTimecode(IMFAsyncResult, PropVariant)
Declaration
cs-api-definition
HResult EndConvertHNSToTimecode(IMFAsyncResult pResult, PropVariant pPropVarTimecode)
Parameters
pResult
pPropVarTimecode
Returns
EndConvertTimecodeToHNS(IMFAsyncResult, out long)
Declaration
cs-api-definition
HResult EndConvertTimecodeToHNS(IMFAsyncResult pResult, out long phnsTime)
Parameters
pResult
phnsTime
Returns