InjectableStreamSetLength Method |
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic override void SetLength(
long value
)
Public Overrides Sub SetLength (
value As Long
)
public:
virtual void SetLength(
long long value
) override
abstract SetLength :
value : int64 -> unit
override SetLength :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
See Also