Click or drag to resize
SDPMediaHelperGetVideoDecoderConfigurationString Method
Returns an SDP friendly string representation of a video decoder configuration, if necessary. Some decoders don't require out of band initialization, and then the return value will be an empty string.

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static string GetVideoDecoderConfigurationString(
	AVideoEncoderBase encoder
)

Parameters

encoder
Type: StreamCoders.EncoderAVideoEncoderBase
Initialized Encoder object to query.

Return Value

Type: String
Returns decoder configuration.
See Also