Class TimecodePostProcessor
A post-processor that records the timecode of a Live
Inheritance
Inherited Members
Namespace: Unity.LiveCapture .MoSys
Assembly: Unity.LiveCapture.Cameras.dll
Syntax
[RequireComponent(typeof(LiveStreamCaptureDevice))]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.live-capture@4.0/manual/ref-component-timecode-post-processor.html")]
public sealed class TimecodePostProcessor : LiveStreamPostProcessor
Methods
CreateLiveProperties(LiveStream)
Override this method to create new properties to the specified Live
Declaration
protected override void CreateLiveProperties(LiveStream stream)
Parameters
Type | Name | Description |
---|---|---|
Live |
stream | The Live |
Overrides
PostProcessFrame(LiveStream)
Override this method to post-process the specified Live
Declaration
protected override void PostProcessFrame(LiveStream stream)
Parameters
Type | Name | Description |
---|---|---|
Live |
stream | The Live |
Overrides
RemoveLiveProperties(LiveStream)
Override this method to remove existing properties from the specified Live
Declaration
protected override void RemoveLiveProperties(LiveStream stream)
Parameters
Type | Name | Description |
---|---|---|
Live |
stream | The Live |