Click or drag to resize

LayoutManagerT Methods

The LayoutManagerT generic type exposes the following members.

Methods
  NameDescription
Public methodAddRemoteMedia
Adds remote media to the layout.
Public methodAddRemoteView
Adds a remote view to the layout.
Public methodAddRemoteViews
Adds remote views to the layout.
Protected methodAddView
Adds a view to the container.
Public methodApplyPreset
Applies a preset.
(Inherited from LayoutPreset.)
Public methodCalculateLayout
Gets a video frame layout.
(Inherited from LayoutPreset.)
Public methodCopyToPreset
Copies this preset's properties to another preset.
(Inherited from LayoutPreset.)
Protected methodDispatchToMainThread
Dispatches an action to the main thread.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetLayout(Int32, Int32, Int32)
Gets a video frame layout.
Protected methodGetLayout(Int32, Int32, Int32, String)
Gets a video frame layout.
Public methodGetLocalView
Gets the local view from the layout.
Public methodGetRemoteView
Gets a remote view from the layout.
Public methodGetRemoteViewIds
Gets the IDs of the remote views in the layout.
Public methodGetRemoteViews
Gets all remote views from the layout.
Public methodGetRemoteViews(String)
Gets remote views from the layout.
Public methodGetType (Inherited from Object.)
Public methodLayout
Positions the local and remote views within the layout.
Public methodLayoutOnMainThread
Positions the local and remote views within the layout after dispatching to the main thread.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRemoteMedia
Removes remote media from the layout.
Public methodRemoveRemoteView
Removes a remote view from the layout.
Public methodRemoveRemoteViews
Removes all remote views from the layout.
Public methodRemoveRemoteViews(String)
Removes remote views from the layout.
Protected methodRemoveView
Removes a view from the container.
Public methodReset
Removes all remote views from the layout, then removes the local view from the layout.
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodSetLocalMedia
Adds the local media to the layout.
Public methodSetLocalView
Adds the local view to the layout.
Public methodSwapRemoteMedia
Swaps remote media in the layout.
Public methodSwapRemoteView
Swaps a remote view in the layout.
Public methodSwapRemoteViews
Swaps remote views in the layout.
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Public methodUnsetLocalView
Removes the local view from the layout.
Top
See Also