'Declaration Public Shared Function CreateEncoderByName( _
ByVal nameThe name of the encoder.As System.String _
) As EncoderBase
public static EncoderBase CreateEncoderByName(
System.String name
)
public: static EncoderBase* CreateEncoderByName(
System.String name
)
public:
static EncoderBase^ CreateEncoderByName(
System.String name
)
Parameters
- name
- The name of the encoder.
Return Value
EncoderBase object if encoder for specified encoder name was found, null otherwise.