Interface
IMFTimecodeTranslate

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

long

pCallback

IMFAsyncCallback

punkState

object

Returns

HResult

BeginConvertTimecodeToHNS(ConstPropVariant, IMFAsyncCallback, object)

Declaration

cs-api-definition
HResult BeginConvertTimecodeToHNS(ConstPropVariant pPropVarTimecode, IMFAsyncCallback pCallback, object punkState)

Parameters

pPropVarTimecode

ConstPropVariant

pCallback

IMFAsyncCallback

punkState

object

Returns

HResult

EndConvertHNSToTimecode(IMFAsyncResult, PropVariant)

Declaration

cs-api-definition
HResult EndConvertHNSToTimecode(IMFAsyncResult pResult, PropVariant pPropVarTimecode)

Parameters

pResult

IMFAsyncResult

pPropVarTimecode

PropVariant

Returns

HResult

EndConvertTimecodeToHNS(IMFAsyncResult, out long)

Declaration

cs-api-definition
HResult EndConvertTimecodeToHNS(IMFAsyncResult pResult, out long phnsTime)

Parameters

pResult

IMFAsyncResult

phnsTime

long

Returns

HResult