SimpleVC1VideoProfile.SmoothStreaming Property

Gets or sets a value indicating whether the profile uses Smooth Streaming. Note that if you're using VC-1, setting this property to true will cause the following properties to be set as follows. ClosedGop to true, AdaptiveGop to false, and OutputMode to ElementaryStreamSequenceHeader. When using Smooth Streaming, the bitrate of each stream must either be all ConstantBitrate or all VariableConstrainedBitrate. When using H264, setting this property to true will cause SceneChangeDetector to be set to false.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Overrides Property SmoothStreaming As Boolean
'Usage
Dim instance As SimpleVC1VideoProfile
Dim value As Boolean

value = instance.SmoothStreaming

instance.SmoothStreaming = value
public override bool SmoothStreaming { get; set; }
public:
virtual property bool SmoothStreaming {
    bool get () override;
    void set (bool value) override;
}

Remarks

Note that when using Smooth Streaming with a VariableConstrainedBitrate the following properties are ignored, as they are set automatically when encoding. AdaptiveDeadZone, BFrameCount, Complexity, DenoiseFilter, DifferentialQuantization, InLoopFilter, MotionChromaSearch, MotionMatchMethod, MotionSearchRange, NoiseEdgeRemovalFilter, OverlapSmoothingFilter, SceneChangeDetector

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SimpleVC1VideoProfile Class
SimpleVC1VideoProfile Members
Microsoft.Expression.Encoder.Profiles Namespace