| 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.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic Dictionary<IVideoReceiver, VideoFormat> GetReceiverFormats(
	string sourceHandlerName,
	VideoFormat sourceFormat
)
Public Function GetReceiverFormats ( 
	sourceHandlerName As String,
	sourceFormat As VideoFormat
) As Dictionary(Of IVideoReceiver, VideoFormat)
public:
Dictionary<IVideoReceiver^, VideoFormat^>^ GetReceiverFormats(
	String^ sourceHandlerName, 
	VideoFormat^ sourceFormat
)
member GetReceiverFormats : 
        sourceHandlerName : string * 
        sourceFormat : VideoFormat -> Dictionary<IVideoReceiver, VideoFormat> 
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, 
VideoFormatReceiver-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