StreamIndex.ManifestOutput Property |
Specifies whether sample data for this stream appears directly in the manifest as part of the
ManifestOutputSample field.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Nullable<bool> ManifestOutput { get; set; }
Public Property ManifestOutput As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ManifestOutput {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ManifestOutput : Nullable<bool> with get, set
Property Value
Type:
Nullable<Boolean>
See Also