MatroskaSegment Constructor |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MatroskaSegment(
MatroskaWriterConfiguration configuration,
long segmentTimeCode,
MatroskaSegment previousSegment = null
)
Public Sub New (
configuration As MatroskaWriterConfiguration,
segmentTimeCode As Long,
Optional previousSegment As MatroskaSegment = Nothing
)
public:
MatroskaSegment(
MatroskaWriterConfiguration^ configuration,
long long segmentTimeCode,
MatroskaSegment^ previousSegment = nullptr
)
new :
configuration : MatroskaWriterConfiguration *
segmentTimeCode : int64 *
?previousSegment : MatroskaSegment
(* Defaults:
let _previousSegment = defaultArg previousSegment null
*)
-> MatroskaSegment
Parameters
- configuration
- Type: StreamCoders.ContainerMatroskaWriterConfiguration
- segmentTimeCode
- Type: SystemInt64
- previousSegment (Optional)
- Type: StreamCoders.ContainerMatroskaSegment
See Also