Data.setVideoChunkFunc C# (CSharp) Method

setVideoChunkFunc() public method

public setVideoChunkFunc ( ) : SetVideoChunkFunc
return SetVideoChunkFunc
    public SetVideoChunkFunc setVideoChunkFunc()
    {
        return Utils.setVideoChunk;
    }
Data