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