ChannelVideoDecoderConfiguration Constructor |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ChannelVideoDecoderConfiguration(
Codec rgbCodec
)
Public Sub New (
rgbCodec As Codec
)
public:
ChannelVideoDecoderConfiguration(
Codec rgbCodec
)
new :
rgbCodec : Codec -> ChannelVideoDecoderConfiguration
Parameters
- rgbCodec
- Type: StreamCodersCodec
See Also