Mpeg42VideoEncoderConfigurationDataPartitioning Property |
If enabled, a data partitioned stream will be created.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool DataPartitioning { get; set; }
Public Property DataPartitioning As Boolean
Get
Set
public:
property bool DataPartitioning {
bool get ();
void set (bool value);
}
member DataPartitioning : bool with get, set
Property Value
Type:
BooleanSee Also