Click or drag to resize
BoxFindParentOrChildT Method
Traverses Parent and immediate children up to root node for a specific box type.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public T FindParentOrChild<T>()
where T : Box

Type Parameters

T
.

Return Value

Type: T
Returns object of type, otherwise null.
See Also