Click or drag to resize
VideoFormatSelectorGetReceiverFormats Method
Megadja, hogy melyik receiver-hez milyen formátumot rendel. Megtalálja a legoptimálisabb formátumohasználatot a receiverekhez, hogy a lehető legkevesebb konverziót kelljen csinálni. Egy video formátumból (kodek típus, felbontás) max egyet csinál, és a többinek is a legminimálisabb extra paraméterekkel küldi, ha több receiver is támogatja. Ha közvetlenül a forrást is használhatja, akkor null-t rendel receiver-hez.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Dictionary<IVideoReceiver, VideoFormat> GetReceiverFormats(
	string sourceHandlerName,
	VideoFormat sourceFormat
)

Parameters

sourceHandlerName
Type: SystemString
sourceFormat
Type: Ozeki.MediaVideoFormat
A forrás formátum, amit figyelembe kell venni a lehetséges optimalizáláshoz.

Return Value

Type: DictionaryIVideoReceiver, VideoFormat
Receiver-VideoFormat párosítás, amely formátummal kodeket is létre lehet hozni. A VideoFormat null, ha a forrás formátumát lehet használni a receiver-hez.
See Also