SetCodecPriority

Top  Previous  Next

SetCodecPriority(Codec: String; Priority: Cardinal); - Delphi syntax

SetCodecPriority(string Codec, uint Priority); - C# syntax

SetCodecPriority(Codec As String, TxFramesPerPacket As Integer); - VB.NET syntax

HRESULT SetTXFrames([in] BSTR CodecName, [in] LONG Priority); - COM IDL syntax
 

Description

Sets the priority  for the specified Codec. The highest priority is 0 (zero). If two codecs are set to the same priority then the preferred codec is that adjusted later.

.