Platform SDK: Broadcast Architecture |
Calculates the number of seconds required to transmit the package.
HRESULT GetTransmitTime( ULONG ExpectedTransmissionBitRate, ULONG * TransmissionTimeSeconds );
Returns S_OK if the method succeeds; otherwise, an error code is returned.
GetTransmitTime will fail if it is called before the package is closed with IATVEFPackage::Close or after it is sent with IATVEFSend::SendPackage.