Click or drag to resize
AdaptiveSampleEncode Method

Namespace: StreamCoders.Adaptive.Common
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static AdaptiveSample Encode(
	ExtendedTrackInfo track,
	MediaBuffer<byte> inputBuffer,
	TransformDelegate transformation
)

Parameters

track
Type: StreamCoders.Adaptive.CommonExtendedTrackInfo
inputBuffer
Type: StreamCodersMediaBufferByte
transformation
Type: StreamCodersTransformDelegate

Return Value

Type: AdaptiveSample
See Also